svnserve question
From: Fly, Charlie B <Charlie.B.Fly_at_usa-spaceops.com>
Date: 2005-10-20 19:39:40 CEST
Hi,
I am new to subversion. I'm sure this question is academic and I am just not understanding some trivial point.
I have created a repository and populated it, started svnserve in daemon mode, and created a working copy. I have svnserve running under a my CM user id
After changing directory into my working copy, I add a directory named test using
svn mkdir.test
I try to commit the new directory with
svn commit -m "added test directory"
svn attempts to directly write into the repository. svn aborts with an error that it does not have write access in the transactions directory.
I think it is not calling svnserve. If I kill svnserve, I get exactly the same error from svn.
So how do I tell svn to call svnserve?
Thanks for dealing with a dumb question.
Charlie Fly
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.