Changes between Version 2 and Version 3 of Notes/Subversion/Importing


Ignore:
Timestamp:
11/22/07 17:33:24 (17 years ago)
Author:
VincentMcIntyre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Notes/Subversion/Importing

    v2 v3  
    66
    77=== Initial Import ===
     8Just importing the miriad tree as it stands is unsatisfactory, because we lose the revision history.
     9
    810{{{
    911 % mkdir miriad
    1012 % rsync -av /nfs/atapplic/miriad/ miriad/
    11  % cvs2svn --dump 20071123.svndump miriad
     13 % cvs2svn --dumponly --dumpfile=20071123.svndump miriad
     14 # assuming we have a repo at /srv/svn/projects/miriad
    1215 % svn import < 20071123.svndump
    1316