[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Using Shared Directory in SVN-Apache Server

From: Hans-Joachim Ehlers <HansJoachim.Ehlers_at_eumetsat.int>
Date: 2006-01-12 13:34:57 CET

I do not know if/how svn will work if the repository is on a network
drive.

But normaly you would do:
On the repository server ( RS) export the svn directory
(RS) $ net share svnrepos=Drive:Path
example:
net share svnrepos=h:\share\svrepos
or
net share svnrepos=h:\svrepos

On the hhtp Server ( HS ) import this share:
net use z: \\(RS)\ShareName

or
net use \\(RS)\ShareName

BTW: To keep the directory structure the same you would reimport the
SVN repos on the same machine
Example: ( Runing on the Repository Server )
mkdir h:\share\svnbase
net share svnbase=h:\share\
net use z: \\(RS)\share

Now create your SVN repository on z:\svnbase and work ONLY hier.

Every other host can import thes share also to z: and will have the
same path.

Just from memory and the old NT4 days
hth
Hajo

 

>>> "Nguyen, Thuc Huu" <thucnguyen@psv.com.vn> 12/01/06 13:00 >>>
Dir,

Windows XP, I ran "svnserve -d -r \\machine1\my_repositories
<file:///\\machine1\my_repositories> " well, but I could not run this
shared directory in SVN-Apache server.

How can I run SVN-Apache server on a machine and the repositories are
on
another machine?

Please help me.

Thanks & Best regards,

Thuc

This email may contain material that is confidential, privileged and/or
attorney work product for the sole use of the intended recipient. Any
review, reliance or distribution by others or forwarding without express
permission is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 12 13:42:01 2006

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.