svnsync Questions
4
Solved
So I have my subversion repository stored on some cloud (for example code.google.com) but due to various reasons I need to make my code non-public.
I decided I needed to download the entire reposi...
Pauly asked 8/2, 2010 at 3:47
2
Solved
In a Windows-based SVN installation (using CollabNet Subversion Edge), I have a post-commit hook batch file where I construct a repository folder name, and I need to call svnsync with a file: URL p...
Your asked 7/1, 2015 at 10:44
3
Solved
How can I change (relocate) a subversion url that I entered when creating a mirror repository using "svnsync init" (example from #https://whatever to svn://whatever)?
tried to run svnsync init ag...
1
Solved
Consider my below scenario :
Suppose my svn repository contains 100 revisions, which has been migrated to Git Repository (So my Git contains the 100 revisions).
Now my svn repository got updated,...
1
Solved
I've tried to create a mirror repository using svnsync.
Everything is working fine but after the sync process is done it is showing below message.
NOTE: Normalized svn:* properties to LF line end...
3
Solved
I'm trying to copy a used repository by using svnsync (I'm doing it this way in order to ensure optimal usage of my repository as long as its machine is working) but it does not seems to work.
I h...
6
Solved
Using svnsync
$ svnsync --non-interactive sync ${REPO}
after an abort of the process there was this error message with retry
Failed to get lock on destination repos, currently held by 'svn.te...
0
I am on a Windows Server machine and trying to make a mirror of an SVN repository using svnsync (version 1.8.1 for win32, not installed, just extracted and svnsync called straight from the bin fold...
4
Solved
I have a branch in a badly structured svn repo that needs to be stripped out and moved to another svn repository. (I'm trying to clean it up some).
If I do an svn log and not stop on copy/rename I...
Cluck asked 29/3, 2010 at 19:32
1
Solved
I have to work on two repositories and want to move one directory with code between the two while keeping revisionhistory.
I read a few questions here on SO, but am still not sure which way to go....
Messene asked 22/10, 2012 at 11:27
2
Solved
I am synchronizing an SVN repository between two systems using svnsync and I am not 100% sure if its possible to make it independent for my "new users" after the sync is finished.
What do I need t...
Scorify asked 20/1, 2011 at 6:33
4
Solved
I've been reading up on svnsync to create a read-only copy of our repository, but I don't really understand what the point of having a read-only copy of the repository is. If the master goes down f...
1
© 2022 - 2024 — McMap. All rights reserved.