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

Re: TSVNCache.exe opens filehandles

From: Dave Lawrence <dlawrence_at_ad-holdings.co.uk>
Date: 2006-07-20 18:24:16 CEST

I have a solution for my particular instance of this problem.
My scripts go:
checkout, modify version number & flag release, build, tag,
checkin version number (release unflagged), checkin binary.

So, the working copy they create need never be accessable to TSVN. So
I set in the script, a LOCAL environment variable SVN_ASP_DOT_NET_HACK.

Then the command line tools will use _svn directories, while TSVN
still only understands .svn, so the two never interfere.

Not a solution to the original question (USB drives) but for anyone who
has file handle issues like mine I thought I'd share it...

Kevin Grover wrote:
> Perhpas the TSVN crew could add an option to TSVNCache to have it dump all filehandles?
>
> This could even be callable from the commandline
>
> c:\src\fuzzle> tsvncache --disable
> .... do some command line work here ...
> c:\src\fuzzle> tsvncache --enable

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Jul 20 18:48:09 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.