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
0 answers

cannot use tortoisesvn svadmin hotcopy command

I've installed TortoiseSVN, CollabNet Subversion Client, and Subversion onto my Windows 7 computer and created my first repository, locally. I am a single user, the only programmer in a company with 8 employees. I had hoped to completely avoid the…
0
votes
1 answer

svnadmin create -- Error?

ok I installed the subversion binary from collabnet onto my win7 computer. when I ran the installed it put the main files in: C:\Program Files\CollabNet\Subversion Server it also create an empty directory for my repositories…
JD Isaacks
  • 56,088
  • 93
  • 276
  • 422
0
votes
3 answers

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 Eclipse project. Doing this I'm able to Tag both…
mikipero
  • 420
  • 1
  • 6
  • 27
0
votes
1 answer

How to compress the file size of visual svn server repository

I need to compress the file size of VisualSVN Server repository. I tried using following code SVNPATH svnadmin pack REPOSITORYPATH But this command is reducing any filesize reduction. Is there any way to clean unused revisions using…
Dhinakar
  • 4,061
  • 6
  • 36
  • 68
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

svnadmin load fails with "Insufficient system resources exist to complete the requested service"

Someone committed a file to the subversion repository that must be removed. The server is a virtualized Windows Server 2003 32-bit box with 4GB RAM and plenty of disk space where the repositories reside. We're using SVN 1.4.4. The dump file was…
Ditiris
  • 53
  • 1
  • 4
0
votes
1 answer

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 branch was not just created, but also moved and then…
dimus
  • 8,712
  • 10
  • 45
  • 56
0
votes
3 answers

moving repository to another subdirectory in svn

I will start by saying svndumpfilter failed (using this solution: Moving SVN repositories data with history as subfolders into another repository) I got the error: At line:1 char:30 + svndumpfilter include \trunk < E:\tmp\test1.dump >…
Clonimus
  • 5
  • 1
  • 8
0
votes
1 answer

Copy SVN repository into subfolder of another server's repository, with history

SVN repo 1: https://local.server.001/svn/repo1 SVN repo 2: https://local.server.002/svn/repo2 We want to move repo1 (from server 001) into a subfolder of repo2, called (for example) 'repo1'. This is to say, repo1 will be copied into this…
Matthew Housser
  • 1,012
  • 9
  • 21
0
votes
1 answer

svnadumpfilter only the lasts 10 revision

I have a svn repository that I backup with svnadmin dump myrepo | gzip -9 > myrepo-$(date +"%Y-%m-%d-%T").dump.gz hourly (I'm a little crazy). There is a way for dump the last only 10 or 20 revision of the svn? Thanks
0
votes
1 answer

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 > C:\fullbackup") I discovered from another post,…
Dexton
  • 3
  • 3
0
votes
1 answer

How to upgrade subversion(svn) version 1.6.11 to version 1.8.5 on centos?

Hj, all I'm use svn version 1.6.11 and i'm want to planning upgrade to version 1.8.5? I'm run svn on centos 6.4, 64bit. Everyone help me planning upgrade svn? And help will be greate, thanks a lot.
Dominic
  • 5
  • 1
  • 5
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

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 loading it failed . How to load only the revisions 1175 to…
Nadir SOUALEM
  • 3,451
  • 2
  • 23
  • 30
0
votes
1 answer

How to migrate svn to another repository without svndump

I need to migrate from one SVN server to different SVN server. Problem in my case is I do not have shell access to the current server. I do not have svnadmin user either. I have some web based panel where I can make repo's and users. I can not just…
Nick
  • 9,962
  • 4
  • 42
  • 80
1 2 3
11
12