something about permission

2010-10-17 Thread
I set up a svn server on my own Ubuntu\Linux. When I enter commands like "svn commit *filename*", the terminal will remind me that I have no permission to do that.(Of course, except for the case when I add "sudo" to the head) Then I wonder, if clients from different PCs try to commit something, how

some confusion about subversion

2010-10-09 Thread
I am just new to subversion and encountered some confusion. I have set up a svn server on my ubuntu/linux. After creating an account called "test" under /var/svn(using svnadmin create /var/svn/test), I checked out the repository under "/home" directory. And all these went smoothly until when I trie