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

Re: How to copy a directory without the .svn files

From: Garrett Fitzgerald <sarekofvulcan_at_gmail.com>
Date: Mon, 14 Jul 2008 09:36:25 -0400

On Mon, Jul 14, 2008 at 07:18, olilarkin <oli_larkin_at_yahoo.co.uk> wrote:

> I would like to be able to copy a directory with many sub directories,
> without copying all the svn related files and folders. Can anyone tell me
> how to achieve this?
>

You can do this outside of SVN by creating a text file (e.g., svn-not.txt)
containing the string ".svn", and then use the command

xcopy source destination /e /exclude:svn-not.txt
Received on 2008-07-14 15:36:51 CEST

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

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