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

Re: CheckOut or Export Excluding some Items

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2006-01-09 22:28:21 CET

Shawn Matlock wrote:
> 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.

No, it is certainly not a good recommendation. Fooling a revision
control system is never a good plan. After all, you want it to be
reliable, don't you?

> 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?

That sort of request would have to go to the subversion mailing list.
TortoiseSVN is just a client which uses the standard svn libraries.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Jan 9 23:47:23 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.