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

Re: Problems with Tortoise check out

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-09-10 17:22:19 CEST

On 9/10/07, vanillepudding@gmx.net <vanillepudding@gmx.net> wrote:
> Hi,
> we use TortoiseSVN 1.4.4 under windows XP on a net drive without the use of a webserver. Every few days, we have the problem that Tortoise claims that some files are already on the newest version although there is definitely a newer version in the Tortoise system. An SVN update will not check out the newer version, although the log correctly shows the entry and comments of the newest version. The only way to get the newest version is to delete the current file on the local hard disc and do an update of the whole directory. Has anybody had similar problems? How can I find out the problem in detail?

Accessing a repository via network share (instead of using a proper
server, Apache or svnserve) is strongly discouraged and is well-known
to have issues due to network filesystem issues (locking, etc.). The
file:/// access method is really only meant for single-user local
usage and testing.

If you're running a repository for multiple users, you really need to
run an actual server.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Sep 10 17:19:03 2007

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.