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

Re: Post-commit + Svn Update + Windows 2003 arghh

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2006-06-09 17:52:22 CEST

Gonzalo Bourdieu wrote:
> I don't have any post-commit.bat, the post-commit hook is an .exe
>
> I'm using full paths to call svn so that couldn't be a problem (i think).
>
> the C# code is very simple, here you have it:
...
> // Z is the mapped drive
> svnProgram.StartInfo.Arguments = "update Z:\\site\\project";

Probably the user your svn service (svnserve / apache) runs under
doesn't have permission to see this Z:\ share. There are definitely
permission issues between logged in / unlogged in users when it comes to
accessing mapped drives.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 9 17:58:57 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.