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

Re: Error during post-commit

From: Wim Coenen <wcoenen_at_gmail.com>
Date: Thu, 18 Sep 2008 15:02:39 +0200

2008/9/17 Jay <armchaircorsair_at_gmail.com> wrote:

>
> 'post-commit' hook failed with error output:
> System error 85 has occurred.
> The local device name is already in use.
>
>
<snip>

>
> net use F: \\barney\F$ /user:<snip>\<snip> <snip>

I don't think this has anything to do with subversion or tortoisesvn. Your
post-commit script is trying to map the F: drive while it already exists.
You can confirm this by doing a

   dir f: > somefile.txt

right before the quoted "net use" command. That will create a file with a
directory listing of f: in somefile.txt.

HTH,

Wim Coenen
Received on 2008-09-18 15:03:08 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.