Stas Bekman wrote:

[...]

Any techniques to make an existing cvs checked owned by svn, w/o doing a re-checkout and moving the changed files over, or reapplying things as a patch?

Not that I can think of, no. Sounds like a : "( cd cvs; cvs diff ) | ( cd svn ; patch )" kinda solution to me. Once everything
is svn though, you get access to the great svn switch command though.

that doesn't work for new files yet unchecked.

Well, cvs wouldn't know anything about these files either, so it's either cvs add files; "( cd cvs; cvs diff ) | ( cd svn ; patch )"
or it's rsync -av --exclude=CVS/ cvs/ svn/ and risk it that way.

I went the cvs diff | ( cd svn ; patch) way myself.

--------------------------------------------------------------------------------
Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to