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

Re: [TSVN] migrating to .net modified TortoiseSVN[Scanned]

From: Nick Gilbert <nick_at_x-rm.com>
Date: 2004-11-08 13:19:25 CET

> Can't you just rename all your .svn folders into _svn?

I used this batch file and it seemed to work fine for me...

(rename-svn.bat)
@ECHO OFF
FOR /R %%f IN (.svn) DO IF EXIST "%%f" (
ATTRIB -h "%%f"
RENAME "%%f" _svn
ATTRIB +h "%%f"
)

Nick...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Nov 8 13:20:21 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.