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

Re: The .svn directory name causing trouble

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-09-25 09:33:15 CEST

Shawn wrote:

>NO hiding the .svn dirs does not help.
>If you read the code in FAQ you just pointed to you can see that it
>RENAMES the .svn dirs to _svn, and that's why it works.
>
>hide-svn.cmd:
>@ECHO OFF
>FOR /R %%f IN (.svn) DO IF EXIST "%%f" (
> ATTRIB -h "%%f"
> RENAME "%%f" _svn
>)
>
>
Yes, I saw only later that I was misreading the code. It's actually
*UN*hiding the directory. Sorry about that.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 25 09:34:19 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.