Re: A proposed solution for svn admin directory names
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-06-29 15:19:30 CEST
On Jun 29, 2005, at 8:10 AM, Andrew Thompson wrote:
> Did I miss the discussion about this, or did it not happen?
Since we've discussed this to death in the past, I doubt folks felt
Here are some notes I have written down from the older discussions:
----------------
1. Make '.svn' into a runtime option.
The dirname is '.svn' by default, or something else if you set a
PROS:
- ASP.NET users have a convenient workaround for IIS: just
CONS:
- ASP.NET working copies become non-portable (unless Unix
- large amount of coding work. (converting dirname from a
2. Publish/advertise a one-line patch.
The patch just changes the single '#define .svn' line.
PROS:
- ASP.NET users have a workaround for IIS: recompile with the
- no coding needed.
CONS:
- Every win32 client (svn, tortoisesvn, svnup, etc.),
- ASP.NET working copies become non-portable.
3. "Be strict in what we create, tolerant in what we read."
On win32, create "_svn" (or something similarly visible). On
PROS:
- ASP.NET users require no workarounds at all, and happily
- easy to code.
CONS:
- libsvn_wc will do *two* disk stats to figure out if a
4. Go back to using 'SVNADM/' or similar.
PROS:
- works everywhere, full interoperability.
- a one line code change.
CONS:
- no more hidden dirs on Unix. (My sense is that *most* --
So what's being proposed is #1 again. What's interesting is that the
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.