EOB
EOB

Reputation: 3085

Commit with TortoiseSVN wont work due to missing privileges?

I set up a SVN and I am using TortoiseSVN as client. I imported my project to the SVN and now I made changes which I want to commit. So I click commit to do that, what I get is:

Access denied to c:\users\username

Why is that? I already searched google, but found nothing? Any ideas? I am running that in Win7 64bit.

Thanks

Upvotes: 0

Views: 265

Answers (2)

Subhojit Mukherjee
Subhojit Mukherjee

Reputation: 719

[groups]
gurus = user1, user2 
project1 = user1, user2 
project2= user1, user2 

[/]
* = rw
[project1:/]
* = 
@project1 = rw
[project2:/]
* = 
@project2 = rw

Set your rulr like this

Upvotes: 1

Subhojit Mukherjee
Subhojit Mukherjee

Reputation: 719

it is because, your svn server does not allow your user to commit, please goto your server management and put the access for the user, you have to set a rule for the user.

Upvotes: 1

Related Questions