Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
First of all: The scripts are executed in the context of the user if you have set the "run as user" item in the control panel. So if you put some extra code into the script to create the drive letter mapping in code it might work. something like this in windows command language: net use k: \\server\share k: cd \exportfolder del /F /S /Q *.* set CVSROOT=:sspi:cvsserver:/repository cvs export modulename c: net use k: /delete My assumption is that the user in this case will be given network access and thus a drive letter can be created properly on the share etc. The drive mapping on the share will only exist during the cvs operation and will then be removed. Notice that drive mappings are only applicable to the specific user in his session. Best regards, Bo Berglund -----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Rick Martin Sent: den 27 februari 2007 00:01 To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: Re: [cvsnt] CVSNT service user and impersonation On Mon, 26 Feb 2007 19:00:19 -0300, Gerhard Fiedler wrote: > Rick Martin wrote: > >> All I'm trying to do is execute a script during commit of certain modules >> that will update or checkout the module to a shared network location. How >> are other users doing this? > > Have you tried the shadow file? > > <http://www.cvsnt.org/manual/html/shadow-file.html> > > Gerhard Hi Gerhard, That doesn't appear to work on the network either. If I use a UNC path the shadow script complains about not be able to change to the directory. If I use a drive letter I get an error saying the file or directory doesn't exist. I'm assuming either the drive letter doesn't exist for the service or it doesn't have permission. Any other ideas? Thanks, Rick _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs