Re: I need help in SVN mv and SVN cp

2016-08-17 Thread Stefan Sperling
On Tue, Aug 16, 2016 at 09:42:02PM -0700, rags bhat wrote: > Hi , > > Please someone guide me how to generate svn diff which can capture svn mv > or svn cp operations carried out in a workspace? > > So when i use svn patch, it should delete old file and replace it with new > file resulted from

Re: I need help in SVN mv and SVN cp

2016-08-17 Thread Stefan Sperling
On Wed, Aug 17, 2016 at 01:57:12PM +0530, rags bhat wrote: > Hi Stefan, > > Need one help. > > I am able to generate the patch which can capture copy and mv but i could > not find a wrapper to patch it back to the workspace. > Example if i generate a patchfile using svn diff --git >patchfile, how

Re: I need help in SVN mv and SVN cp

2016-08-17 Thread rags bhat
Ok let me explain. I had a makefile I used svn cp makefile makefilecp then i used svn mv makefile makefilemv Generated patch using svn diff --git >patchfile then applied this in new SB which has no changes done, using svn patch patchfile all there targets are skipped, nothing got patched. Re

Re: I need help in SVN mv and SVN cp

2016-08-17 Thread Stefan Sperling
On Wed, Aug 17, 2016 at 02:25:04PM +0530, rags bhat wrote: > Ok let me explain. > > I had a makefile > > I used svn cp makefile makefilecp > then > i used svn mv makefile makefilemv > > Generated patch > > using svn diff --git >patchfile > > then applied this in new SB which has no changes don

Re: I need help in SVN mv and SVN cp

2016-08-17 Thread rags bhat
This is what available in the patch file Index: Makefile === diff --git a/branches/Makefile deleted dile mode 106444 -- a/branches/Makefile (revision XXX) ++ /dev/null (working copy) - - removed all lines with - symbol Index: Make

Re: I need help in SVN mv and SVN cp

2016-08-17 Thread Stefan Sperling
On Wed, Aug 17, 2016 at 02:50:58PM +0530, rags bhat wrote: > This is what available in the patch file > > > Index: Makefile > === > diff --git a/branches/Makefile > deleted dile mode 106444 > -- a/branches/Makefile (revision XXX) > +

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-17 Thread Adam Jensen
On 08/16/2016 09:17 AM, Stefan Hett wrote: > On 8/13/2016 2:56 AM, Adam Jensen wrote: >> My primary concerns are related to any potential file corruption, any >> data duplication, and/or any excessive network or disk I/O (other than >> the expected load of direct data communication). > > Just to ha

Re: I need help in SVN mv and SVN cp

2016-08-17 Thread rags bhat
I have created a ticket. 1. SVN-4648 *Thanks & Regards*, Raghavendra Bhat Mobile: 9972442409 On Wed, Aug 17, 2016 at 3:08 PM, Stefan Sperling wrote: > On Wed, Aug 17, 2016 at 02:50:58PM +0530, rags bhat wrote: > > This is what available in

Re: I need help in SVN mv and SVN cp

2016-08-17 Thread Stefan Sperling
On Wed, Aug 17, 2016 at 04:03:46PM +0530, rags bhat wrote: > I have created a ticket. > > >1. SVN-4648 > > > *Thanks & Regards*, > Raghavendra Bhat Thank you!

Re: I need help in SVN mv and SVN cp

2016-08-17 Thread rags bhat
By the way is there any specific version of the version with which this --git works fine? *Thanks & Regards*, Raghavendra Bhat Mobile: 9972442409 On Wed, Aug 17, 2016 at 4:16 PM, Stefan Sperling wrote: > On Wed, Aug 17, 2016 at 04:03:46PM +0530, rags bhat wrote: > > I have created a ticket. > >

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-17 Thread Adam Jensen
On 08/17/2016 12:55 AM, Ryan Schmidt wrote: [snip] > He means avoid the 2x disk use by using "svn export" instead of "svn > checkout". > [snip] > > Of course Subversion only transfers changes. > Situation summary for the many-large-files scenario. Something like: svn checkout svn://URL/ProjX/

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-17 Thread Johan Corveleyn
On Wed, Aug 17, 2016 at 9:13 PM, Adam Jensen wrote: > On 08/17/2016 12:55 AM, Ryan Schmidt wrote: > [snip] >> He means avoid the 2x disk use by using "svn export" instead of "svn >> checkout". >> > [snip] >> >> Of course Subversion only transfers changes. >> > > Situation summary for the many-lar

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-17 Thread Adam Jensen
On 08/17/2016 04:36 PM, Johan Corveleyn wrote: > On Wed, Aug 17, 2016 at 9:13 PM, Adam Jensen wrote: [snip] >> So basically, the checkout method will require twice (2x) the data-set >> size of storage space for a working copy but there would be >> significantly less network load during many of the