Difference between revisions of "Conversion to SVN"

From Net-SNMP Wiki
Jump to: navigation, search
(mention notifying coverity)
(mention SF server failure about log messages)
Line 58: Line 58:
 
*** some of them (images etc.) now fixed in SVN (copy from CVS, remove svn:eol-style, add mime-type, commit)
 
*** some of them (images etc.) now fixed in SVN (copy from CVS, remove svn:eol-style, add mime-type, commit)
 
*** TODO: images in htdocs/tutorial; *.dsp/*.dsw/*.bat files in dist/win32
 
*** TODO: images in htdocs/tutorial; *.dsp/*.dsw/*.bat files in dist/win32
 +
* fixing conversion issues
 +
** Various log entries have non-ascii characters that is causing the SF SVN server to fail.
 +
*** will require a support request to SF

Revision as of 23:20, 12 March 2007

Date and Time

  • Planned date: Mar 2
    • (was earlier, but the shell server being down forced a delay)
  • Planned cutoff of CVS: Feb 28, midnight pacific time (-8)
    • No commits to CVS must happen after that time.

Things affected by CVS/SVN conversion (a todo list)

Done things

  • Convert CVS to svn using dump/etc
    • Things removed before conversion: CVSROOT, snmplib, ucd-snmp-patches, tcpListenerTable.h (top level???)
    • SVN Conversion Issues
    • SVN plugins added:
      • mail to -cvs
      • case insensitivy check
    • Other interesting stats:
      • Time to convert the CVS repository to the dump file: ~20 minutes
        • (needed multiple runs)
      • Dump file size: 1.97Gb
      • Time to compress bz2: ~ 20 min
      • Compressed dump file: 200Mb
  • mailing lists
    • sending commit messages to cvs list
  • backups
    • Wes'
    • Robert's
  • Web pages

Not Done

  • Release System Components
    • I'll look at (re-)writing these as part of preparing 5.2.4.pre3 - DTS
    • dist/extractnews
    • dist/makerelease
    • dist/RELEASE-INSTRUCTIONS
    • agent/mibgroup/versiontag
    • ChangeLog
      • I wouldn't be surprised if we completely rebuild this
    • dist/Makefile
    • dist/cvsup, dist/cvsshow, dist/patme (all non-critical?)
  • documentation
    • list...
  • announce to various places
    • -announce
    • coverity
  • Nightly tar-balls coming from SVN now
    • rstory must do this
  • svn properties needed
    • .cvsignore -> directory property
    • tanders believes there may be a number of properties (mime-type, eol-style) issues
      • binary files should have been marked as such ("cvs admin -kb") before the conversion
      • some of them (images etc.) now fixed in SVN (copy from CVS, remove svn:eol-style, add mime-type, commit)
      • TODO: images in htdocs/tutorial; *.dsp/*.dsw/*.bat files in dist/win32
  • fixing conversion issues
    • Various log entries have non-ascii characters that is causing the SF SVN server to fail.
      • will require a support request to SF