Tagged Questions
6
votes
1answer
1k views
Does “svnadmin dump” lock the repository?
... what happens if someone tries to commit during a svnadmin dump REPOS_PATH?
The subversion book doesn't say anything about that.
4
votes
1answer
2k views
How do I fix a repository with one broken revision?
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 ...
4
votes
1answer
635 views
Piping data on Windows command prompt
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 ...
3
votes
1answer
88 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 ...
3
votes
4answers
130 views
Is there a way to move a svn repository if you don't have access to the svn server?
I have been seeing information on how to move a repository if you have access to the server the repository is hosted on but what if you only have the login information for the repository?
Can you do ...
3
votes
3answers
1k views
Migrate SVN repository from Google code to another repository server (keeping history)
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.
...
2
votes
1answer
60 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...
2
votes
1answer
99 views
How do I remove a top-level directory from an SVN repository without losing history?
I have a SVN repository with the following layout:
trunk/somedir/a
/b
/[et cetera]
branches/branch1/somedir/a
/b
/[et ...
2
votes
3answers
232 views
SVN Dump of few Project from apache
I want to take SVN dump of http://svn.apache.org/repos/asf/lucene/dev/trunk. Since lucene is a project I can't take dump of repo. Please advice best way to replicate the above repo to local machine.
...
2
votes
4answers
296 views
Mass verify svn repositories
Hi I'm wondering if there is a tool (can be commercial) to mass verify svn repositories. I know about using svnadmin but there are about 100 repositories and it's tedious to check whether if there's ...
2
votes
5answers
570 views
Loaded svn repository is missing last few revisions - how do I fix this?
I dumped my repository
svnadmin dump repos > repos.dump
then I loaded it on the new machine
svnadmin load newrepos < repos.dump
and when finished the new repository is missing the last few ...
2
votes
2answers
533 views
Does svnadmin pack work on non-upgraded 1.6 repos?
I've been attempting to run svnadmin pack on repos that were originally created with SVN 1.6.
However, I see no output to suggest the command is doing anything.
Is it the case that shard packing ...
2
votes
3answers
2k views
How do I know which version current svn repository is?
Recently, I made a decision to upgrade my svn repository from v1.5 to v1.6. After I run the upgrading command then I saw the message left in CMD windows.
D:\svn>svnadmin upgrade repo
Repository ...
2
votes
3answers
2k views
How to export a part of SVN repository with dependencies?
I am trying to migrate a part of SVN repository using svnadmin dump.
The provided svndumpfilter tool doesn't manage copy/move/rename dependencies from directories not included in the export.
Is ...
1
vote
1answer
45 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
50 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
1answer
32 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 ...
1
vote
2answers
366 views
svnadmin load error - File already exsits
Ok so here's the story:
I had a HDD with SVN Repositories and it 'died'. Until I managed to recover it, I created new repositories on another HDD and committed all the files to the new repositories ...
1
vote
1answer
127 views
svn repo borked by git svn remove and add?
I had a directory, Dir, that I removed with git svn, and then I added dir. By checking this two-commit in, svn is no longer able to update, hanging on the inability to add a directory which already ...
1
vote
3answers
327 views
Redoing manual merge with SVN merge
I'm trying to fix an SVN project where the following happened:
A feature branch was taken from trunk
There were regular commits to this branch.
When it came time to merge the branch back into trunk, ...
1
vote
1answer
207 views
Can/Should I run svnadmin pack on a mirrored repository
We're mirroring a 1.6 repo using svnsync. We run svnadmin pack once a week on the master repo, but I'm wondering if we can or should also run it on the mirrored repository. From what I understand of ...
1
vote
1answer
97 views
Obtain SubVersion 1.4 executables for Windows
I need to work with an old repository, whose db/format contains
2
From this question, I understand that this means it's version 1.4.
I have only 1.5 executables, which produce a db/format ...
1
vote
3answers
5k views
Svnadmin load from dumpfile causes “file not found error”. Help?
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 ...
1
vote
3answers
1k views
svnadmin load error
I am getting an error when trying to restore a svn repository taken from another machine. The error is
svnadmin: Dump stream contains a malformed header (with no ':') at
The dump was created on ...
0
votes
1answer
22 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?
0
votes
1answer
34 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
115 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 ...
0
votes
1answer
72 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 ...
0
votes
1answer
77 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
88 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 ...
0
votes
1answer
120 views
Add new SVN “repo” in poorly constructed repo/project setup
Unfortunately, the answer to this question isn't quite as simple as it sounds... but I hope it can still be relatively simple. Please read all the way through before telling me that the answer is: ...
0
votes
2answers
255 views
svn: Migrating repoA to repoB? Help!
I am trying to migrate from repoA containing the usual structure (branches, tags, and trunk) with subfolders in the trunk only to an existing RepoB that has projects and codes in branches, tags and ...
0
votes
1answer
334 views
svnadmin create: Option Expected
Can someone enlighten me on this...
When i uncomment /etc/subversion/config store-auth-creds = no, and when i create a new repos, i was prompted the following...
svnadmin: /etc/subversion/config:37: ...
0
votes
0answers
40 views
Recovering from commits that won't revert from trunk
Every windows svn client I've tried crashes at the end of reverting three bad branch merges. I'd like to get them away from the head of our trunk, ideally erae them forever as the merge should have ...
0
votes
3answers
118 views
Two CVS projects into one SVN project
I have two CVS projects, which I maintain in Eclipse. I check out first project, and for second project I use "checkout in existing project" option, so I'm able to maintain two CVS projects into one ...
0
votes
1answer
429 views
SVN: is it possible to delete a branch that was copied removed etc for good?
I have to remove a branch from svn history for good. Normally I would use
svnadmin dump /path/to/repo |svndumpfilter --drop-empty-revs --renumber-revs exclude /branches/bad_branch
However this ...
0
votes
1answer
538 views
vbscript calling svnadmin dump
Running the following vbscript to call svnadmin dump fails (i.e. no dump is being created)
Set objShell = CreateObject("WScript.Shell")
Set objShellExec = objShell.Exec("svnadmin dump C:\svn_repos ...
0
votes
1answer
213 views
Revisions of svn dump
I have a dump file dump.svn
This dump file includes the revision 0 to 2879
When i load it
svnadmin load /path/to/new/repository < /path/to/dump.svn
I have a corrupted revision (1174) , so ...
0
votes
1answer
1k views
How to copy between Subversion repositories preserving properties but not preserving history
How can I copy a folder from one existing Subversion repository to another without preserving history, and in such a way that preserves relevant svn properties (e.g. preserve svn:ignore, svn:eol-style ...