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

RE: BDB vs. FSFS

From: Tom McMillen <tom.mcmillen_at_mppglobal.com>
Date: 2004-10-19 11:31:08 CEST

> We do multimedia development for cd's and dvds - big projects with lots
> of files. Using svn with bdb via apache2 on a win2k3 server, we havent
> had any problems as yet during the trials (only just ramping up to full
> production team now). The only annoying thing i have found for large
> projects is getting rid of the .svn folders when you have lots of nested
> folders and you have to prep the project for a disk image. Currently i
> do a search on the project folder for '.svn', select just the folders in

Your first option is to use the Export function. This will copy all the files to a
clean directory with no .svn directories....

or

Rename the attached file to rmsvn.bat (hopefully not removed by antivirus)

It will recursively go through all folders and remove the .svn directories.
(Good to use for people who forget to Export)

Note - it may not work with directories with a space in.

> the results pane and delete.. but that doesnt work as nicely as possible
> (windows is the culprit here - nothing to do with svn). Would be nice
> if tortoise had a 'Strip .svn folders' option.
>
> Regards,
> Nik
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Wed Oct 20 15:37:16 2004

This is an archived mail posted to the Subversion Users mailing list.

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