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

CheckOut or Export Excluding some Items

From: Shawn Matlock <matlocs_at_odscompanies.com>
Date: 2006-01-09 20:23:23 CET

Henry Nisce wrote:
> We use tortoise SVN to checkout/export files for deployment to our
> production servers. Is there a way we can exclude certain files during
> the process?

I have several cases where I need a working copy of “everything but…”. To
keep from having to remove files/directories each time the working copy is
updated I remove their references from the .svn/entries file. (Be sure to
make a copy of the original.)

The first checkout still contains everything but at least I only have to
remove them once.

This may not be a “good” recommendation, but it works.

It would be very useful to be able do this programmatically. If files can be
ignored in the working copy on check in, why not files in the repository on
checkout?

Shawn
Received on Mon Jan 9 21:19:32 2006

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.