Questions tagged [svnadmin]

svnadmin is the administrative tool for monitoring and repairing your Subversion repository.

The svnadmin program is the Subversion repository administrator's best friend. Besides providing the ability to create Subversion repositories, this program allows you to perform several maintenance and repair operations on those repositories.

Reference:

177 questions
0
votes
1 answer

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?
Kjensen
  • 12,447
  • 36
  • 109
  • 171
0
votes
1 answer

SVN sync of inconsistent revisions

I have two SVN repos, that one is a mirror of the other. Lets call them Source and Mirror Those repos reside on different servers each. we have a post commit hook that any commit into "Source" repo is being synced into "Mirror" repo. There are no…
Elyahu
  • 226
  • 1
  • 2
  • 15
0
votes
1 answer

How to merge history about SVN

I want to merge history of two files in different branch.Two files’s content is different. Example Branch1 a.txt History(rev) 1 make file 7 Modify file 15 add functions Branch 2 b.txt 32 make file 45 Modify file 60 add…
92rwf0lXXW4m
  • 115
  • 1
  • 7
0
votes
1 answer

Loading svndumpfilter-ed SVN Dump - "svnadmin: E200003: Delta source ended unexpectedly"

I'm migrating a legacy SVN repository to GitHub, and to remain within the GitHub file size limits I've created a replica of the SVN repository with larger files (that shouldn't really have been in source control anyway) filtered out using…
Jakg
  • 922
  • 12
  • 39
0
votes
0 answers

SVN Does not recognize created structure

I am moving 100+ repos to the new server. I wrote a script to walk the source structure and dump the back up in to the target backup directory. I now have a mirror folder structure with dump files in the appropriate directories. My next task is to…
0
votes
1 answer

SVN web user interface

I have recently installed Subversion onto a Linux server (Gentoo). The question is if there are any web interfaces available for browsing the repositories i.e. get log, diff, blame, etc. I want to present my work to others via web interface instead…
KOUL
  • 3
  • 2
0
votes
1 answer

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: "svnadmin create... duh" I'm working for a company…
0
votes
2 answers

List out all SVN repos created by various users in their own locations

How do I list all the subversion repos created with svnadmin create by various users? I want to setup a method to backup the repositories. But first, I should know a list of them. Many users might have created their own repos into multiple…
0
votes
2 answers

Can you use 'svnadmin hotcopy' with a remote SVN repository

Per the SVN documentation (http://svnbook.red-bean.com/en/1.7/svn.ref.svnadmin.c.hotcopy.html), you can only run svnadmin hotcopy with local repositories. Is there any way to run this command using a remote SVN repository, using the URL? I…
Idris.AH
  • 410
  • 1
  • 10
  • 22
0
votes
1 answer

svnadmin load fails at particular revision no and deletes the commited directory

I'm trying to load dump of my svn repository which I have taken through svnadmin dump repository > repository.dump and I'm trying to load it by using command svnadmin load repository < repository.dump svnadmin load fails at particular revision no…
0
votes
2 answers

How to import multiple svn dump files in to SVN?

i am migrating a large CVS repository to SVN using Polarion SVNImporter. Due to its large size i got multiple dump files for a single repository, say dmp_part1, dmp_part2 etc. My requirement is to load these multiple dump files (which is actually…
Abhishek
  • 7
  • 6
0
votes
1 answer

How to remove top level from svn dump file

I have an svn dump file which includes the name of the repository in all the paths. i.e repo/trunk repo/branches repo/tags I am using the dump file to recreate the repo on another server, but I need to remove "repo" from the path…
0
votes
1 answer

Repository content (files/directories) not showing at new location on svn dump and load

I want to move my repo to new server. My repo contains multiple files. To move I have created a repository dump file with command $svnadmin dump file:///repo/path > file.dump copied dump file to new server and loaded the dump file in new repository…
Rahul
  • 106
  • 6
0
votes
1 answer

what is the maximum limit that svnadmin load/dump file execute

I am migrating cvs and Subversion 1.6 repos to new subversion 1.8 server. I use cvs2svn for CVS dump and svnadmin dump to create dump files and load in new subversion server. My CVS repositories maximum size is 8 GB and Subversion repos 15 GB in…
intechops6
  • 1,007
  • 4
  • 22
  • 43
0
votes
1 answer

Manually deleting only the latest revision from online SVN repository?

In doing this: git svn dcommit committing wrong file?, now I have one - the latest - revision on the SVN server-side repository wrong; I'd like to delete it. I am aware I could do svnadmin dump/filter/load as per How do I fix a repository with one…
sdaau
  • 36,975
  • 46
  • 198
  • 278