[Logcheck-devel] Done: converting from CVS to SVN

martin f krafft madduck at debian.org
Sat Jul 8 10:10:36 UTC 2006


also sprach martin f krafft <madduck at debian.org> [2006.07.08.1133 +0200]:
> I am starting now.

Done.

to get the repo (final argument always optional):

  svn co svn+ssh://svn.debian.org/svn/logcheck/logcheck/trunk logcheck.trunk
  svn co svn+ssh://svn.debian.org/svn/logcheck/www logcheck-www

to get a specific tag (final argument always optional):

  svn co svn+ssh://svn.debian.org/svn/logcheck/logcheck/tags/v1_2_44 logcheck.tag-v1_2_44

to create a tag or a branch:

  svn cp svn+ssh://svn.debian.org/svn/logcheck/logcheck/{trunk,tags/v1_2_45}
  svn cp svn+ssh://svn.debian.org/svn/logcheck/logcheck/{trunk,branches/macro-stuff}

to switch the local checkout to another branch/tag:

  svn sw svn+ssh://svn.debian.org/svn/logcheck/logcheck/branches/macro-stuff

other than that, it's svn add,rm,up,commit as before.

We're online here: http://svn.debian.org/wsvn/logcheck

and commit emails are now on.

Maybe someone could reconfigure the list(s) and strip the subject
prefixes, which take away valuable subject line space?

Contact me if you have questions...

Here's approximately what I did:

costa% rm -rf /svn/logcheck/*    # backup is available
costa% svnadmin create --fs-type fsfs /svn/logcheck
costa% find /svn/logcheck -perm +400 -exec chmod g+w {} \; 
chmod: changing permissions of `/svn/logcheck': Operation not permitted

costa% scp -r haydn:/cvsroot/logcheck/logcheck-www ./CVS.logcheck-www
costa% cvs2svn --dump-only --dumpfile=logcheck-www.dump --trunk-only ./CVS.logcheck-www
[...]
costa% svnadmin load /svn/logcheck < logcheck-www.dump    
[...]
costa% svn mv file:///svn/logcheck/{trunk,www} -m'renaming'

costa% svn mkdir file:///svn/logcheck/logcheck -m'preparing logcheck tree'
costa% scp -r haydn:/cvsroot/logcheck/logcheck ./CVS.logcheck
costa% cvs2svn --dump-only --dumpfile=logcheck.dump ./CVS.logcheck
[...]
costa% svnadmin load --parent-dir logcheck /svn/logcheck < logcheck.dump
[...]

-- 
 .''`.     martin f. krafft <madduck at debian.org>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
"when I was a boy I was told
 that anybody could become president.
 now i'm beginning to believe it."
                                                    -- clarence darrow
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature (GPG/PGP)
Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20060708/9e7d910c/attachment.pgp 


More information about the Logcheck-devel mailing list