Questions tagged [svndump]

63 questions
1
vote
1 answer

SVN Error : "svnadmin: E205000: Too many arguments"

I am trying to back up my reposotries using a C# Code Process svnCommand = null; var psi = new ProcessStartInfo("svnadmin"); psi.RedirectStandardOutput = true; psi.RedirectStandardError = true; …
Ankesh
  • 4,847
  • 4
  • 38
  • 76
1
vote
1 answer

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 - trunk (VS2010 solution inside here) -…
ferdyh
  • 1,355
  • 2
  • 11
  • 29
0
votes
1 answer

Does an Svn Dump Grab Everything?

I am using the free version of http://unfuddle.com/ for all my svn needs. They allow backing up but I can't find how to import my repositories in. I see they allow you do use import by using a svn dump file. Can I import a dump file of my…
chobo2
  • 83,322
  • 195
  • 530
  • 832
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
2 answers

SVN migrate / dump local TortoiseSVN repository

I have created an SVN repository on a Windows NAS with TortoiseSVN in Windows Explorer using the context-menu command "Create repository here". Now I want to migrate this repository into a proper SVN installation on an Apache Server on Debian. It is…
Felix Dombek
  • 13,664
  • 17
  • 79
  • 131
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

"svnrdump" command getting "svnrdump: command not found" error

I have installed command line tools on my macOS Sierra, but I am not able to use "svnrdump" command. It gives "svnrdump: command not found" error. Here is how my /usr/bin looks like.
Rahul
  • 106
  • 6
0
votes
1 answer

svn migrating but dump part of the repository

I migrated the repository from server 1 to server 2 with svnadmin dump/load cycle, but I just dumped the latest 100 reversion(600~700). I found that the new repository's revision was from 1 to 100 instead of from 600 to 700. Here is the problem,…
world000
  • 1,267
  • 1
  • 8
  • 13
0
votes
1 answer

VisualSVN dump a repository project

Possible Duplicate: Import Dumped SVN Repo into Visual SVN I am not sure if this is the right place to ask this. I followed VisualSVN recommendation (here) when setting up my repository locally. I am now migrating to an external party…
Saif Khan
  • 18,402
  • 29
  • 102
  • 147
0
votes
1 answer

SVN load dump to exact folder

Have a standard subversion layout with one branch : Repo_1 repo_root |-branches |-branch_one |-tags |-trunk And a second repository, Repo_2 repo_root |-branches |-tags |-trunk |-folder1 I want to export Repo_2/trunk/folder1…
0
votes
1 answer

Make lowercase path and includes in SVN dump

I have a C++ project library and I am preparing port from Windows to Linux. In the same time I need to reorganize the repository via svn dump. I would like to make all filenames and directories lowercase in the svn dump using the SED and then…
Tomas Kubes
  • 23,880
  • 18
  • 111
  • 148
0
votes
1 answer

svnadmin dump repopath/* > dumpfile not including all repositories and all revisions

I have Subversion installed on Linux (Slackware), and repositories (projects) are in the following path repopath. All individual projects have their own directories (conf, db, hooks, locks). Using the command svnadmin dump repopath/* > svndump.dmp…
Ziaullah
  • 71
  • 1
  • 1
0
votes
1 answer

How do I import a SVN dump file into SourceForge?

I currently have a project on a private SVN host which I would like to move to a SourceForge project I just created. I've exported a dump file of my current repository, and now I'm trying to load it into my new project. I found the instructions on…
Eric Anastas
  • 21,675
  • 38
  • 142
  • 236
0
votes
1 answer

cvs2svn crash before end

I ran cvs2svn a couple of times successfully. Now I ran it and it crashed just before the end, at pass 16. I'm using dumpfile. I get the following error : alt text http://img90.imageshack.us/img90/1079/73784110.jpg What can it be?
Oded
  • 795
  • 2
  • 12
  • 32
0
votes
1 answer

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 other, since I have full control of these pcs.…
thinke365
  • 1,305
  • 3
  • 14
  • 22