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

Re: Problem accessing WC through network drive

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2006-06-02 22:51:19 CEST

Chris wrote:
> My configuration is the following:
> - Windows 2003 server + apache + Subversion (don't know which version)
> - Tortoise SVN 1.3.2 and 1.3.3 on client PCs
>
> My problem is the following: I've changed my PC two days ago and since
> then I can't do any Update/commit on the WC on Drive S:.
>
> When I right click a WC file/folder I have the "non WC context menu"
> (e.g. SVN Checkout, ...) instead of having the "WC context
> menu" (e.g. Commit, Update ...)
> It acts as if the files were not an actual WC, although the svn hidden
> directories are there.

Sounds like one of you has the ASP_DOT_NET_HACK environment variable
set. If you need ASP.NET compatibility and have to use _svn folders
instead of .svn then you should have that variable set on all client PCs
using the share. If you are using regular .svn directories then you must
make sure that variable is *not* set. You cannot mix and match.

BTW, sharing WCs is not at all recommended as you loose many of the
advantages of a version control system for multiple users working with
the same files. Sooner or later someone is going to lose their changes.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Jun 2 22:50:41 2006

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.