Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
8answers
25k views

How to setup access control in SVN?

I have setup a repository using SVN and uploaded projects. There are multiple users working on these projects. But, not everyone is working on all projects and require access. I want to setup ...
6
votes
1answer
258 views

User permissions for add/remove a file/folder in svn

I have a requirement that I need to control the permission to add/delete(not read/modify/write) a file in svn. I checked if svn access control has ways to do it. But it does not seems to have this ...
2
votes
3answers
1k views

Merge Multiple SVN Projects [closed]

I'm administering a svn repo for a project where the source wasn't imported with a single top level directory. As a result, there are about 15 separate 'projects' instead of one. How can I merge these ...
1
vote
1answer
35 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 ...
0
votes
2answers
108 views

SVN Show Log not working

Yo. I can't figure how to use show log feature without setting [/] * = r ( reads to everyone/everyting). So i have a couples of groups in my authz file. Looks like this: [groups] Profs = ...
0
votes
1answer
218 views

Get the highest revision number from a subversion dump file in Perl or shell

I would like to extract the highest revision number in a subversion dump file. Besides parsing the file line by line, is there any easier (and hopefully faster) way using standard perl (no extra ...
0
votes
1answer
83 views

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 ...
0
votes
2answers
584 views

svn dump fails with WScript.Shell

var WshShell = new ActiveXObject("WScript.Shell"); var commandLine = "svnadmin dump " + repoFullPath + " > " + repoName + ".dumpfile"; WshShell.Exec(commandLine) I am trying to run above cscript ...
0
votes
2answers
603 views

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 ...