Which repository access method is used to create a new “working copy”, file:/// or svn:// in same m
Posted
by Banani
on Stack Overflow
See other posts from Stack Overflow
or by Banani
Published on 2010-04-08T17:26:40Z
Indexed on
2010/04/08
17:33 UTC
Read the original article
Hit count: 139
svnserve
Hi!, I have setup svnserve server (1.6.5,plain, without apache) on Fedora. The users, who has accounts in same machine want to checkout a working copy. I have read svnbook and other sites and found file:/// access method is being used to checkout as
svn checkout file:///var/svn/repos/myproject/trunk myproject ( ref:svnbook)
I am little confused! As svnbook also says "Clients contact an svnserve server by using URLs that begin with the svn://" So, my question is, which method user will use to create their working copy?
Thankyou. Banani
© Stack Overflow or respective owner