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

Re: 1.5, error when view log

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Tue, 8 Jul 2008 15:02:43 +0100

2008/7/8 David Burleson <david_at_ephotozine.com>:
> Call me thick, but is it possible to run svnserve on a linux (centos4) box
> and work on the repos from windows XP boxes? I take it the svnserver and
> subversion must be installed on linux box and tortoise must be on the win
> boxes?

Correct you run svnserve on the linux box and all XP clients talk to
the server rather than accessing the repositories directly. You want
to prevent your clients accessing the repositories directly so you
should make sure that the directory holding the repositories is *not*
a network share, or you block access using linux permissions.

Once you have svnserve running and the file:// access is blocked then
everyone needs to use TSVN->relocate on their working copies to use
the new URLs. Assuming you setup svnserve such that its svnparentpath
is the directory containing all your repositories, your URLs will
change from something like
file://server/svnshare/repos1/path to svn://server/repos1/path

I suggest that you retain shared access while you test that svnserve
is working, to avoid getting pelted with rotten tomatoes by your
co-workers :-) From any XP client use the repobrowser to look at your
svn:// URL. If you can see the repository content then all should be
well.

Simon

-- 
: ___
: oo // \\ "De Chelonian Mobile"
: (_,\/ \_/ \ TortoiseSVN
: \ \_/_\_/> The coolest Interface to (Sub)Version Control
: /_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-07-08 16:02:53 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.