Questions tagged [svn-administraton]

26 questions
1
vote
1 answer

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?
NPS
  • 6,003
  • 11
  • 53
  • 90
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
1 answer

Problem with the path-based authorization

We have a subversion server with lots of repositories and users authenticated via AD that is running fine for the last few years. Now we have to restrict the access to the repositories and I have the following issue that I can't solve. There are…
Jimmie
  • 61
  • 1
  • 5
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

Path based authentication in Subversion failing for repository, but not path

I am using path-based authentication with svnserve, but it is giving me permission errors if I specify a repository. However, if I just specify a path then it authenticates. In my authz file, if I do this it works: [/my/path] my_username = r If I…
user4903
0
votes
2 answers

SVN repo corrupted

I have a repository which I can add files to, but when I try to commit or checkout the repository (to any version) I get the error 'Could not convert '�⛰ENDREP' into a number' I have no idea what is going on, I don't really want to loose the history…
MikeS159
  • 1,884
  • 3
  • 29
  • 54
0
votes
1 answer

Show Log and SVN Works Only With "All Can Read" Option in authz File

I am using SVN and and only if I set at file authz * = r then I can view log messages when selecting Show Log from the context menu. Surely this is not what I want - to allow all reads access... I currently use @developer=rw but as I mentioned above…
Rod
  • 2,180
  • 2
  • 20
  • 23
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
2 answers

How to Disable the Checkout access to the users in svn

How can i enable the checkout option for the administrator and not for the users. my need is the users only have the right of importing the files but they should not have the right of checking out the files from the repository. am very thankful to…
0
votes
1 answer

How can I use wildcards or regular expressions to control Path-based authorization / access control for svn?

Is there a way to control view/read access to svn using path-based authorization which relies on regular expressions or wildcards? I know I can use svnperms to control write access via commit hook script but I need to limit read/view access as well…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
-1
votes
1 answer

SVN source files location

My SVN server is hosted on a remote Windows 2012 Server host and my need is to have a daily backup of the SVN sources database (plain folder copy). In order to achieve this I've got to tell the administrators which folders must be backed up. I can…
LNyarla
  • 454
  • 1
  • 8
  • 23
1
2