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

Re: Why not hide .SVN dir on windows?

From: Hontvari Jozsef <hontvari_at_solware.com>
Date: 2003-05-07 11:43:50 CEST

I have seen a good solution to the same problem in Jedit. It is a java text
editor and its default behaviour to save backup files into the same
directory as the original.

I can change its configuration settings to save backups into a specific
directory, e.g.
C:\backup

I can still find the backup files easily, because it creates subdirectories
like:
C:\backup\C\home\myProject

Notice the "C" subdirectory represents the C drive here.

"Barry Scott" <barry.alan.scott@ntlworld.com> writes:
> 1. SVN works
> 2. Copying the work space with explorer must copy the
> hidden files.
> 3. MSDEV Find in Files skips hidden files
> 4. DIR /S <filename> does not find files in .svn
> 5. Barry's Emacs does not find files in .svn
>
> So far I have:
>
> No test on 1.
> Pass on 2.
> Fail on 3. However MSDEV is typically configured to look for particular
> file types. *.h,*.cpp etc. Its does not need the change.
> Fail on 4. Need to set hidden on ever file in .svn to make them
> vanish from dir /s
> Fail on 5.
>
> I conclude that its not worth changing svn because of fails on (3) and
> (5) and the extra complexity to fix (4).
>
> I'm going to add code to my Emacs to deal with meta data directories
> like .svn and .cvs.
>
> BArry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 7 11:45:23 2003

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.