svnadmin Questions
2
Solved
I need a dump of a svn repository. I found two solutions
svnrdump dump
And
svnadmin dump
svnrdump dump is the same of svnadmin dump?
If not, what are the differences between these two ...
2
Solved
I'm moving an SVN repository from a Windows machine (Windows 7) to a Linux machine (Ubuntu 13). I dump the repo on Windows with svnadmin dump and copy the files to the Linux machine. Now I'm runnin...
Pyrexia asked 16/9, 2013 at 0:26
9
Solved
Is there a simple way to copy a directory from one repository into another repository with copying all of the history?
Henryson asked 2/6, 2009 at 14:43
3
Solved
I want to move part of my SVN repo offsite, onto an AWS instance & am following this page (Repository Maintenance)
I have taken a dump of the whole repo (Windows commands):
svnadmin dump c:\re...
Carlocarload asked 13/2, 2012 at 13:48
5
Solved
Given:
Repository_1 - source
Repository_2 - destination
I created a dump file of Repository_1/Folder1 using combination of svnadmin and svndumpfilter
When loading from the dump file from...
2
Solved
I need to get a backup dump of a large (~8gb) svn repository. My current method involves using svnadmin dump to a file and then using 7-Zip to compress and split the file.
> svnadmin dump c:\pa...
Hydrometallurgy asked 30/4, 2009 at 7:4
5
Solved
I read some question/answers here about how to do it using svnadmin/dump etc.
Actually I did not understand properly what I'm supposed to do.
How do I migrate an SVN repository to another SVN repo...
Behemoth asked 18/4, 2010 at 11:3
2
Solved
I am working with an SVN repository with many projects. I need to move a few of the projects out of that repository into individual repositories, one for each project, keeping the history.
I've be...
Shayne asked 3/12, 2008 at 13:4
3
Solved
We are splitting a big svn repository (100k+ revs) into several smaller repos.
I am using svndumpfilter (v1.7.2) to split the dump and svndumptool/sed to filter the big dump.
Everything works fine...
Kosciusko asked 20/3, 2012 at 16:53
2
I have a large repository into a SVN Server in the enterprise i work. I need to verify the integrity of this repository everyday to check for some instability or rupture of the SGBD.
I'm using the...
Ballenger asked 21/3, 2013 at 13:48
1
I am trying to convert an svn repo to git using reposurgeon.
Here is what I did ( have a repo.map file that has the svn name -> git name mapping):
svnadmin dump /home/subversion > repo.svn
re...
0
I need to copy the existing SVN repository from one development server to another. Per my understandings, I have come up with the steps. It would be great if someone can verify and let me kno...
Busybody asked 19/4, 2013 at 14:45
1
Solved
I have started to load a subversion dump into a repository. Before it could finish, I exhausted my quota and the command stopped
<<< Started new transaction, based on original revision ...
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
1
Solved
I'm trying to migrate an old repository (let's call it myOldRepo) to a new repository (myNewRepo).
I've got an svndump of the old repo, myOldRepo.dump. I've checked out my new repository, myNewRep...
Nucleotide asked 21/8, 2012 at 18:38
7
Solved
Currently im setting up TortoiseSVN and reading through docs etc.
The manual often mentions svnadmin.
I figured out, that I have to download it seperatly.
But the link seems to be old.
After some b...
Logarithm asked 12/3, 2010 at 11:55
1
Solved
I created a repository on a network drive with svnadmin create repos.
Is there a way to set user permissions to the repository?
And if that is the case how can those permissions be set?
Aeciospore asked 15/2, 2012 at 10:3
1
Apparently one of the old revisions has disappeared from an svn repository:
svn checkout http... myrepo
svn: REPORT of '/svn/myrepo/!svn/vcc/default': Could not read chunk size: connection was clo...
1
Solved
My repository is 2.5G. A dump via svnadmin dump myrepos > dumpfile is 5G. But when I do a dump like
svnadmin dump myrepos -r 23785 > rev-23785.dumpfile where 23785 is the youngest revision t...
Kaja asked 9/11, 2011 at 9:16
1
so when trying to set up an SVN server I somehow managed to make our repositories folder a single repository, and every repository created after that was treated as part of that repository. Now I h...
1
Solved
My home server had a hard drive failure.
Once I realized the disk was going, I logged in and did a straight copy of my repository, which contains multiple projects.
However, since the disk was fa...
2
Solved
I have to svn repositories , lets say A and B. I want to add some of the directories of the B into A along with history.Is it possible to do that. To make more clear, following is the scenario.
r...
Racialism asked 7/4, 2011 at 10:21
4
Solved
I was just thinking of writing a shell script to implement the obliterate functionality in an easy to do way (externally, using the suggested way, but automated).
Here's what I had in mind:
On th...
Quarrier asked 18/2, 2009 at 11:30
1
Solved
Related question: Moving repository trunk to another’s branch (with history)
I know that one can dump a complete SVN repository with history and load it into a user-defined (sub)directory of the...
Kg asked 25/2, 2010 at 20:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.