Installation of svn 1.9.3 on windows 2008

2016-03-31 Thread subhadarsan das
Hi Team, We are installing subversion 1.9.3 on windows 2008.After the installation when i am trying to open the svnadmin/svnserve its giving me error,saying that libsvn_delta-1.dll is missing.When i checked the dll is very much there,yet its giving this error.Could anyone please help us on this.

Re: Can I combine 'complete' and 'cherry-pick' merges?

2016-03-31 Thread Stefan Hett
Hi Eric, Eric Dramstad gmail.com> writes: I'm thinking of doing this (while standing inside a trunk workarea): svn merge ^/feature svn merge -c -100 ./file.c svn merge -c -101 ./file.h svn commit -m 'reintegrated feature' That should have been: svn merge ^/feature

Re: wc_db.c line 10235: assertion failed

2016-03-31 Thread Stefan Hett
Hi, I want to set an external reference to a relative project path, which does not contain spaces (googling the assertion gave a hint that spaces can be involved into creating this assertion). I can enter the path but once I press the context menu entry "Fetch HEAD revision and adjust to it",

Re: SVN v(+) database versioning question

2016-03-31 Thread Stefan Hett
Hi Vit, Hello, may I ask a question: what would be the best way to achieve this with SVN: Database versioning scripts shall be (1) numbered (due to DBmaintain) and (2) incremental. ad 1) When a developer commits a script, I should get the next higher number than the last committed script

Re: Installation of svn 1.9.3 on windows 2008

2016-03-31 Thread Stefan Hett
Hi Subhadarsan, Hi Team, We are installing subversion 1.9.3 on windows 2008. After the installation when i am trying to open the svnadmin/svnserve its giving me error,saying that libsvn_delta-1.dll is missing. When i checked the dll is very much there,yet its giving this error. Could anyone pl

Re: SVN compatibility question

2016-03-31 Thread Daniel Shahaf
Eric Ahlstrom wrote on Tue, Mar 29, 2016 at 11:53:03 -0600: > renaming/reorganizing files requires incredibly complex work arounds. What workaround? Do you refer to the need to call 'svn mv' to tell svn about the rename? Normally, 'svn mv' does two things: (a) rename the file on disk, (b) record