Re: Size of Subversion repository

2011-05-04 Thread Thorsten Schöning
Guten Tag Loren M. Lang, am Donnerstag, 5. Mai 2011 um 02:39 schrieben Sie: > We have been using Subversion 1.4.x for quite some time and just earlier > this year, we upgraded to 1.5.x. Our repository is still the same as we > did no dump/load between upgrades. I was curious to see what kind of

Size of Subversion repository

2011-05-04 Thread Loren M. Lang
We have been using Subversion 1.4.x for quite some time and just earlier this year, we upgraded to 1.5.x. Our repository is still the same as we did no dump/load between upgrades. I was curious to see what kind of space savings we might have if we did. Our original repository is fsfs and was cre

RE: SVN Update is not happening from the server, though the status shows "Completed"

2011-05-04 Thread D, Dinoj
I don't think , it was of my mistake. I didn't set anything special to the working , simply adding, committing and updating the working copy. And also the interface I am using for the SVN operation is Tortoise SVN with default settings. If you are saying it was because of "--depth", what would

Re: confusion over external svn diff and merge on windows

2011-05-04 Thread Daniel Shahaf
Adam Downer wrote on Wed, May 04, 2011 at 12:34:47 +0100: > Ahh yes, I should have mentioned that I have tried this change already. > Oops. > Removing the "--" parameters passing to diff3 performs a three-way diff > of the files passed. I am after a three way merge, so this would be more > like wh

Re: changing ip-address of svn repository

2011-05-04 Thread Ulrich Eckhardt
On Wednesday 04 May 2011, raghavendrachari.kams...@emerson.com wrote: > while installing SVN and creating repository for review board, we assigned > same IP address for both. But we want to change the IP address of review > board , after changing the IP address of review board the SVN repository >

RE: confusion over external svn diff and merge on windows

2011-05-04 Thread Adam Downer
Ahh yes, I should have mentioned that I have tried this change already. Oops. Removing the "--" parameters passing to diff3 performs a three-way diff of the files passed. I am after a three way merge, so this would be more like what I am needing to specify. %DIFF3% %BASE% %MINE% %YOURS% -o %RESUL

Re: SVN Update is not happening from the server, though the status shows "Completed"

2011-05-04 Thread Stephen Butler
On May 4, 2011, at 12:57 , D, Dinoj wrote: > It is working with new working copy. Could you please let me know what > are the main reasons behind this issue and how to avoid this not to come > in future. As Bob Archer mentioned below, the 'svn update --depth' command is buggy. http://subversi

Re: confusion over external svn diff and merge on windows

2011-05-04 Thread Stephen Butler
On May 4, 2011, at 12:31 , Adam Downer wrote: > Dear list, > > I am on windows and I am trying to use svn 1.6 on a cygwin command line to > perform a merge of some code. > I would also like to use the windows version of kdiff3 to help me out on this. > > I have read the book on this: > http:

RE: SVN Update is not happening from the server, though the status shows "Completed"

2011-05-04 Thread D, Dinoj
It is working with new working copy. Could you please let me know what are the main reasons behind this issue and how to avoid this not to come in future. Thanks & Regards, Dinoj D Desk: +91 80 26588360 Extn: 48547 Cell: +91 9916668051 -Original Message- From: Bob Archer [mailto:bob.arc...

confusion over external svn diff and merge on windows

2011-05-04 Thread Adam Downer
Dear list, I am on windows and I am trying to use svn 1.6 on a cygwin command line to perform a merge of some code. I would also like to use the windows version of kdiff3 to help me out on this. I have read the book on this: http://svnbook.red-bean.com/en/1.5/svn.advanced.externaldifftool

Re: Merge, undetected tree conflict when source tree moves directory

2011-05-04 Thread Stefan Sperling
On Wed, May 04, 2011 at 01:32:02AM +0200, Paolo Compieta wrote: > Thanks for the reply, your decision not to block the release makes sense. > Also, i was thinking of a temporary workaround for marking directories in > destination branches to inhibit their deletion.. but it seems there isn't > any.

changing ip-address of svn repository

2011-05-04 Thread RaghavendraChari.Kamsali
Hi, while installing SVN and creating repository for review board, we assigned same IP address for both. But we want to change the IP address of review board , after changing the IP address of review board the SVN repository can't upload any files . Could anyone solve this error issue. Regards,