svnadmin is the administrative tool for monitoring and repairing your Subversion repository.
1
vote
1answer
29 views
Is it possible to change SVN hosting and preserve the revision history?
Question as in title. I'd like to change my SVN hosting - can I move my project to another one and not lose the revision (change) history?
0
votes
1answer
20 views
SVN how to resolve an out of order repository
We have about 5 different SVN repositories running on SVN 1.6.11 on top of CentOS Linux 6.3. I was asked to migrate our SVN server to a new server last week. We have a cron job that does a Full backup ...
0
votes
0answers
23 views
SVN: how to restore incomplete revisions after a server migration
We recently migrated from our old SVN server to a new one. We are using CentOS Linux 6.3 with Subversion 1.6.11 on the new server and had SVN 1.6.9 on the old. We do a full svnadmin dump of all of ...
1
vote
0answers
65 views
How to move svn repository from one server to another [closed]
I need to copy the existing svn repository from one dev server to another. Per my understandings, I have come up with the steps. It would be great if someone can verify and let me know if I have ...
1
vote
0answers
24 views
C# svnadmin dump, strange behavior
i've written a c# application to check if a repository should be dumper or not (using some paramenters)
I've compiled this application on my computer (Winsows 8) where it works as intended.
When i ...
0
votes
1answer
39 views
How to continue a load that has failed in Subversion
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 ...
2
votes
1answer
56 views
SVN Reorganization
I know this question has been asked a few times, which I've found answers for on here and tried, but I can't get this to work, so looking some help.
Using VisualSVN Server 2.5.8 on Windows.
I ...
1
vote
1answer
69 views
Optimize SVNAdmin Verify in SVN
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 ...
0
votes
1answer
79 views
How to rename a repository in SVN?
I need to rename my existing repository root name to new name.
I am using svn svnserve server.
URL: svn://somename.dev.loc.con.dept/export/svnrepo/**old_name/CL_abc/trunk
Repository Root: ...
1
vote
1answer
178 views
How do I setup a simple SVN server?
I have a working repository that I created a long time ago, and now I'm trying to set up another, but I'm having great difficulty. Here's what I did to create the second one; and I would expect this ...
0
votes
2answers
39 views
Removing files from history (out of disk space)
It appears that our server hosting our svn is full. Is there any way to remove larger files from the repo history? The research I've done was to run svnadmin dump, pipe it to the dumpfilter and load ...
1
vote
1answer
66 views
How are revision numbers managed when two SVN repositories are merged?
This question: SVN: Moving repository trunk to another's branch (with history) outlines a history-preserving process for merging in one repository as a sub-directory of another. I need to do a ...
1
vote
0answers
99 views
VisualSVN moving repository from server1 to server2
I want to move my repository from server1 to say server2 . I have tried copying entire repository folder to server2, create a new repository from VisualSVN and select "Import Existing Repository" ...
2
votes
1answer
408 views
svnadmin load into an existing directory?
We have been doing a bit of repository hopping at work and, as a kludge, I am trying to rewrite some of the old history into a new repository we will be working in. How can I reload an SVN dumpfile ...
1
vote
1answer
198 views
svn Can't set position pointer in file
I'm having an issue with an svn repository that has been working just fine up to now.
I am getting the error
svnadmin: Can't set position pointer in file 'repository/db/revs/0/783': Invalid ...
1
vote
3answers
271 views
converting svn repo to git using reposurgeon
I am trying to convert an svn repo to git using reposurgeon (http://www.catb.org/esr/reposurgeon).
Here is what I did ( have a repo.map file that has the svn name -> git name mapping):
svnadmin ...
1
vote
2answers
87 views
svnadmin dump of text only, without binary files
It is possible to filter the SVN dump, generated by svndamin dump, so it will not included encoded binary data, just the text deltas and data?
I want to have a dump of an existing large SVN ...
1
vote
1answer
32 views
create multiple svn repositories at once
I am migrating a bunch of existing projects (without version control) into svn.
I was wondering if there is a way to create multiple repositories at once on the command line.
svnadmin create repo1 ...
3
votes
2answers
103 views
svn repository growing out of control because of builds
I have a problem with my repository size, my repository grows out of control because at one point our project group decided to keep our builds in svn as well, each binary is around 30 MB, daily ...
1
vote
1answer
36 views
List all paths in subversion repository with a certain property & value
Part of a repository is going to move to it's own repository on a new server, and this may break externals that have been set up.
How can I find a list of all paths that have externals set?
1
vote
2answers
67 views
SVN Dump size confusion
Can someone please educate me, when i run a full dump on our repo using the following command
svnadmin dump /repo > backup.dump
This dump file is around 90GB
if i do a dump file with the ...
1
vote
0answers
131 views
svnadmin not creating correct repository version
I created an SVN repository with svnadmin 1.7.7, but the repository format is wrong. I end up getting
svnadmin: E165005: Expected repository format '3' or '5'; found format '12'
when I try to load ...
2
votes
1answer
357 views
svndumpfilter2 vs svndumpfilter3
I keep hitting the memory issues in svndumpfilter2 (someone checked in 4Gb of binaries into my subversion...) and it is just crashing on that particular commit.
svnadmin dump repo/ | python ...
1
vote
1answer
55 views
svn repository restoration
I needed to merge some branch repo into another and instead, by mistake, I have used "svn copy" which had overwritten the destination repository and so some of the files were lost. Good news is that I ...
1
vote
3answers
617 views
Empty or non-existent '/db/txn-current' in a Subversion repository
I've encountered an issue with Apache Subversion repository and I'm looking for the best solution:
I can't commit to a Subversion repository and I'm getting the error:
svn: E720002: Commit failed ...
1
vote
1answer
397 views
SVN Move code with history between two repositories
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. ...
1
vote
0answers
62 views
Dumping Subversion Repository one revision at a time
We have a big, giant sloppy Subversion repository that contains 60+ projects. The trunk, branches, and tags directories are in the root of the repository. Some branches are done ...
0
votes
1answer
53 views
how to migrate local svn repo to google code's svn repo?
My issue is quite different from other posts on stackoverflow, such as How to migrate a codebase from one svn repo to another preserving history?.
It is easy to migrate an svn repo from one pc to the ...
0
votes
1answer
981 views
SVN load ./myNewRepo < ./myOldRepo.dump — Can't open file 'myNewRepo/format'?
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, myNewRepo. ...
1
vote
0answers
394 views
SVN: “Found malformed header […] in revision file”
This is kind of a continuation of this question, but a very different problem.
Backstory: After creating a dumpfile using svnadmin, I was getting this error:
svnrdump: E125005: Cannot accept non-LF ...
3
votes
2answers
247 views
Can I take a svn dump and reparent a directory?
I am moving SVN providers, and in doing so all of my repos start like https://www.provider1.com/myrepo1 so I've done a svn dump on that repo, and within the repo my paths start trunk/src, trunk/lib, ...
1
vote
0answers
600 views
Svn non-LF line ending problems with svn:ignore on dump load
I'm trying to use dump files to migrate a repository (with history intact) on a system running svn version 1.2.3 to one running 1.7.1. Since the original repository is such an early version, using ...
0
votes
0answers
108 views
SVNkit reading repositories on Linux
I have a problem with connection to a SVN repository from SVNkit. When I create repository by command
"svnadmin create test"
and trying to access it from svnkit java I get exception
"Unable to ...
0
votes
2answers
825 views
svnadmin add new user and assign it only one repo
I will create a new user on my svn server, which can access only in one of my repository. It's possible?
My server runs debian squeeze.
Thanks.
1
vote
1answer
152 views
Moving svn folders to own repository
I have a repository which has been expanding and expanding. Now I'm cleaning this up and want to move each project to a separate repository. My current setup:
[ProjectRepo]
- Projects
- Software1
...
1
vote
2answers
136 views
How can I bulk add in missing svn:author to a repository or dump?
I am in the process of doing a complex migration of 3 SVN repositories
into 1 new one with a different structure.
I have just discovered that two of the repositories have thousands of blank
commits ...
2
votes
2answers
79 views
Is there a way to create an SVN user with no access to log?
I am considering outsourcing some development work and would like to hand out SVN credentials rather than grant access to the servers I use.
However, I am a little bit uncomfortable with this and ...
0
votes
2answers
249 views
Importing svn repositories from Origo
Origo is shutting down their SVN hosting, so I am once again forced to move to another SVN hosting service. The thing is, they did provide us with an URL to a "nightly dump" of the repository.
But ...
1
vote
1answer
6k views
How to set permissions in an svn repository?
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?
3
votes
3answers
553 views
problems with svndumpfilter not excluding paths
I am getting strange results from svndumpfilter - I need to obliterate 24 instances of 2 specific files in our repo, scattered amongst many branches. I am running the command as documented like so:
...
1
vote
1answer
136 views
SVN Load to older repository, but SVN Clients can't commit newer files
So our SVN server died overnight and the most recent dump was performed and copied off the server the day before.
Got a new SVN server up and going and loaded all the repositry backups from the last ...
1
vote
2answers
347 views
Move Subversion repository without history
There are a lot of posts on moving a Subversion history with version history but i am looking to do something different.
Basically we have a repository that has been used as a proof of concept and we ...
2
votes
1answer
162 views
Missing revision in SVN repository
I did not find a solution. I created a new repository, checked it out, copied all my files from the working copy into it (15000 files!) and did a commit. I lost all the history...
0
votes
1answer
100 views
svnadmin dump of a folder not getting some of the subfolders
I am trying to dump a folder and its sub folder contents from the current SVN repository using svnadmin dump. However, it does not dump all the subfolders under it. I am not sure if this is an ...
0
votes
2answers
605 views
Move SVN repository without svnadmin dump/load
I have a huge server Subversion repository which I should move to an external mounted partition. Of course there are possibility to make svnadmin load / dump or svnadmin hotcopy, but in my situation ...
4
votes
1answer
718 views
Why is a SVN dump of a single revision larger than a full dump?
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 the ...
0
votes
1answer
599 views
How to migrate 100 plus SVN repositories to a new server(windows) from windows server?
i have to move some 100 plus individual svn repos to a different windows server. I don't want to dump each repo and load it on to the new server as it takes a lot of time. can anyone please suggest ...
1
vote
1answer
458 views
Create VisualSVN Server repository using command line
How do I create a new repository in VisualSVN server from commandline?
svnadmin create IKnowIShouldBeUsingMercurialOrGitRepository
...does nothing (allthough it does not fail).
What am I missing?
...
0
votes
2answers
290 views
How do I batch rewrite an SVN log?
I need to do a search/replace over the names of users making changes to my SVN repository; we're making some organizational changes so I need to change 'fantasticMan' as the author of various changes ...
1
vote
1answer
221 views
How do i dump a specific subversion path from a berkeley db?
I'm trying to migrate one specific branch from a windows subversion berkeley db installation, however I cant seem to be able to work out how to pass a "path" to it as its a db structure and not a flat ...

