Re: using "svn merge", "svn diff", and "svn patch"

2013-08-23 Thread Stefan Sperling
On Thu, Aug 22, 2013 at 09:40:08AM -0400, James Hanley wrote: > So other then tar-ing up the WC, there is no way to reproduce local changes > like this on another system? I know the example given is fairly simple, > but it could be very useful. If the changeset you want to transfer between workin

Re: using "svn merge", "svn diff", and "svn patch"

2013-08-22 Thread James Hanley
So other then tar-ing up the WC, there is no way to reproduce local changes like this on another system? I know the example given is fairly simple, but it could be very useful. -Jim On Tue, Aug 20, 2013 at 3:28 PM, Stefan Sperling wrote: > On Tue, Aug 20, 2013 at 01:16:40PM -0400, James Hanley

Re: using "svn merge", "svn diff", and "svn patch"

2013-08-20 Thread Stefan Sperling
On Tue, Aug 20, 2013 at 01:16:40PM -0400, James Hanley wrote: > Not sure if this is a valid operation, but should I be able to use svn > merge, then svn diff to create a patch, then svn patch on another branch > (or pristine checkout of the originating branch where the diff was created) > to create

Re: using "svn merge", "svn diff", and "svn patch"

2013-08-20 Thread James Hanley
This was with 1.8.1 client - BTW. On Tue, Aug 20, 2013 at 1:16 PM, James Hanley wrote: > Not sure if this is a valid operation, but should I be able to use svn > merge, then svn diff to create a patch, then svn patch on another branch > (or pristine checkout of the originating branch where the

using "svn merge", "svn diff", and "svn patch"

2013-08-20 Thread James Hanley
Not sure if this is a valid operation, but should I be able to use svn merge, then svn diff to create a patch, then svn patch on another branch (or pristine checkout of the originating branch where the diff was created) to create a replica of the merge operation? The reason I ask is that it appear