Re: Subversion 1.9.7 server on Windows, advice on setting up svnsync?

2018-03-27 Thread Bo Berglund
I proceeded to sync our repositories. On the 3rd repo I get the following error at revision 210 (it contains 1290 revisions): E:\>svnsync synchronize https://home.mirrordomain.com/svn/cmp https://masterserver/svn/cmp Transmitting file data ... 8 long lines of dots

RE: issue with relative externals after a rename

2018-03-27 Thread Jonathan Schell
I have a tree that looks like: https://svn/repo/name1/externs/normal_files_here The folder "externs" has two external properties: ../fold1@18 fold1 ../fold2/file1.txt@18 file1.txt These folders and file exist at rev 18. The commit to add the properties to "externs" is commit 32. I then do a

Re: Subversion 1.9.7 server on Windows, advice on setting up svnsync?

2018-03-27 Thread Branko Čibej
On 27.03.2018 22:52, Bo Berglund wrote: > When I move forward and prepare target repositories for syncing I need > to activate two hooks in each repo (pre-revprop-change and > start-commit). So there will be 18 scripts to create... > Can I symlink the existing hooks into the new repositories so I

Re: Subversion 1.9.7 server on Windows, advice on setting up svnsync?

2018-03-27 Thread Bo Berglund
On Mon, 26 Mar 2018 08:22:16 -0500, Bo Berglund wrote: >svn: E195019: Redirect cycle detected for URL The error was caused by misconfiguration of the /etc/apache2/mods-enabled/dav_svn.conf file following the instructions in this webpage:

Re: E195019: Redirect cycle detected for URL

2018-03-27 Thread Bo Berglund
On Tue, 27 Mar 2018 03:47:54 -0500, Ryan Schmidt wrote: > >On Mar 26, 2018, at 11:32, Bo Berglund wrote: > >> Alias /svn /var/lib/svn > >Remove that... > Thanks a million! This line was entered due to the howto I used:

Re: issue with relative externals after a rename

2018-03-27 Thread Johan Corveleyn
On Tue, Mar 27, 2018 at 10:46 AM, Ryan Schmidt wrote: > > On Mar 26, 2018, at 17:20, Jonathan Schell wrote: > >> I have a tree where one folder is referencing some other folders and >> documents in different parts of the tree. And those externals are pegged. >>

Re: E195019: Redirect cycle detected for URL

2018-03-27 Thread Ryan Schmidt
On Mar 26, 2018, at 11:32, Bo Berglund wrote: > Alias /svn /var/lib/svn Remove that...

Re: issue with relative externals after a rename

2018-03-27 Thread Ryan Schmidt
On Mar 26, 2018, at 17:20, Jonathan Schell wrote: > I have a tree where one folder is referencing some other folders and > documents in different parts of the tree. And those externals are pegged. > > So, I did a rename of the top folder of the tree. Which of course breaks the > externals.

issue with relative externals after a rename

2018-03-27 Thread Jonathan Schell
I have a tree where one folder is referencing some other folders and documents in different parts of the tree. And those externals are pegged. So, I did a rename of the top folder of the tree. Which of course breaks the externals. So, I go fix the externals to be like they should, using the