cvs-svn (pending patches)

2006-02-11 Thread Juergen Spitzmueller
which procedure do you guys recommend to get the pending changes in the cvs tree(s) to freshly checked out svn trees? Jürgen

Re: cvs-svn (pending patches)

2006-02-11 Thread Michael Gerz
Juergen Spitzmueller wrote: which procedure do you guys recommend to get the pending changes in the cvs tree(s) to freshly checked out svn trees? Jürgen How about the patch tool? It is independent from cvs and svn. Michael

Re: cvs-svn (pending patches)

2006-02-11 Thread Lars Gullik Bjønnes
Juergen Spitzmueller [EMAIL PROTECTED] writes: | which procedure do you guys recommend to get the pending changes in the cvs | tree(s) to freshly checked out svn trees? You should be able to create a diff against the old cvs tree, patch this into the svn wc. (Be careful to read the patch, so

Re: cvs-svn (pending patches)

2006-02-11 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: You should be able to create a diff against the old cvs tree, patch this into the svn wc. (Be careful to read the patch, so that you don't accidently add or remove anything else.) Thanks, I'll do this. BTW I already like svn. Good work! Jürgen

Re: cvs-svn (pending patches)

2006-02-11 Thread Lars Gullik Bjønnes
Juergen Spitzmueller [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | You should be able to create a diff against the old cvs tree, patch | this into the svn wc. (Be careful to read the patch, so that you don't | accidently add or remove anything else.) | | Thanks, I'll do this. | BTW

Re: cvs-svn (pending patches)

2006-02-11 Thread Martin Vermeer
On Sat, Feb 11, 2006 at 03:11:14PM +0100, Juergen Spitzmueller wrote: which procedure do you guys recommend to get the pending changes in the cvs tree(s) to freshly checked out svn trees? My procedure: 1) Try to remember which files you changed 2) diff -u between the two trees, for every

Re: cvs-svn (pending patches)

2006-02-11 Thread Martin Vermeer
On Sat, Feb 11, 2006 at 03:11:14PM +0100, Juergen Spitzmueller wrote: which procedure do you guys recommend to get the pending changes in the cvs tree(s) to freshly checked out svn trees? Alternatively, Lars, as explained in his message of Fri, 10 Feb 2006 09:49:10 +0100, made the old CVS tree

Re: cvs-svn (pending patches)

2006-02-11 Thread Juergen Spitzmueller
Martin Vermeer wrote: :ext:[EMAIL PROTECTED]:/home/lyx/cvs (replace 'vermeer' by your userid) in every CVS file in your local tree. Verified and works... that way you can extract patches to apply to your SVN tree. Thanks, that helped a lot. I'm really impressed how smooth the switch went.

Re: cvs-svn (pending patches)

2006-02-11 Thread Andre Poenitz
On Sat, Feb 11, 2006 at 05:10:55PM +0200, Martin Vermeer wrote: On Sat, Feb 11, 2006 at 03:11:14PM +0100, Juergen Spitzmueller wrote: which procedure do you guys recommend to get the pending changes in the cvs tree(s) to freshly checked out svn trees? My procedure: 1) Try to remember

cvs->svn (pending patches)

2006-02-11 Thread Juergen Spitzmueller
which procedure do you guys recommend to get the pending changes in the cvs tree(s) to freshly checked out svn trees? Jürgen

Re: cvs->svn (pending patches)

2006-02-11 Thread Michael Gerz
Juergen Spitzmueller wrote: which procedure do you guys recommend to get the pending changes in the cvs tree(s) to freshly checked out svn trees? Jürgen How about the "patch" tool? It is independent from cvs and svn. Michael

Re: cvs->svn (pending patches)

2006-02-11 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | which procedure do you guys recommend to get the pending changes in the cvs | tree(s) to freshly checked out svn trees? You should be able to create a diff against the old cvs tree, patch this into the svn wc. (Be careful to read the patch, so

Re: cvs->svn (pending patches)

2006-02-11 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > You should be able to create a diff against the old cvs tree, patch > this into the svn wc. (Be careful to read the patch, so that you don't > accidently add or remove anything else.) Thanks, I'll do this. BTW I already like svn. Good work! Jürgen

Re: cvs->svn (pending patches)

2006-02-11 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > You should be able to create a diff against the old cvs tree, patch | > this into the svn wc. (Be careful to read the patch, so that you don't | > accidently add or remove anything else.) | | Thanks, I'll do this.

Re: cvs->svn (pending patches)

2006-02-11 Thread Martin Vermeer
On Sat, Feb 11, 2006 at 03:11:14PM +0100, Juergen Spitzmueller wrote: > which procedure do you guys recommend to get the pending changes in the cvs > tree(s) to freshly checked out svn trees? My procedure: 1) Try to remember which files you changed 2) diff -u between the two trees, for every

Re: cvs->svn (pending patches)

2006-02-11 Thread Martin Vermeer
On Sat, Feb 11, 2006 at 03:11:14PM +0100, Juergen Spitzmueller wrote: > which procedure do you guys recommend to get the pending changes in the cvs > tree(s) to freshly checked out svn trees? Alternatively, Lars, as explained in his message of Fri, 10 Feb 2006 09:49:10 +0100, made the old CVS

Re: cvs->svn (pending patches)

2006-02-11 Thread Juergen Spitzmueller
Martin Vermeer wrote: > :ext:[EMAIL PROTECTED]:/home/lyx/cvs > > (replace 'vermeer' by your userid) > > in every CVS file in your local tree. Verified and works... that way you > can extract patches to apply to your SVN tree. Thanks, that helped a lot. I'm really impressed how smooth the switch

Re: cvs->svn (pending patches)

2006-02-11 Thread Andre Poenitz
On Sat, Feb 11, 2006 at 05:10:55PM +0200, Martin Vermeer wrote: > On Sat, Feb 11, 2006 at 03:11:14PM +0100, Juergen Spitzmueller wrote: > > which procedure do you guys recommend to get the pending changes in the cvs > > tree(s) to freshly checked out svn trees? > > My procedure: > > 1) Try to