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

Re: Only checkout certain files

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-14 12:19:53 CET

On Mar 14, 2006, at 01:43, Judah Frangipane wrote:

> Is there a way in SVN to omit certain files from checkout?
>
> For example,
>
> We have a working enviornment and a live enviornment. We want to
> check out all the files in our working directory but we only want
> to checkout specific files in on our live site.

If possible, arrange the directories in your project such that the
files you want on the live site are lal in one directory. Then just
check out that directory on the live site. This is what we do: each
project in our repository has a "dev" and a "web" directory, where
"dev" contains development files like Photoshop files from which PNGs
were generated, or Word document mockups of the screens, and "web"
contains all the actual programming that goes on the live server.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 14 12:20:48 2006

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.