You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Judah Frangipane <ju...@t8design.com> on 2006/03/14 00:43:04 UTC

Only checkout certain files

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. 

 

Judah


Re: Only checkout certain files

Posted by Ryan Schmidt <su...@ryandesign.com>.
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

Re: Only checkout certain files

Posted by Nico Kadel-Garcia <nk...@comcast.net>.
You could just "wget" them if you're using the Apache based access.
  ----- Original Message ----- 
  From: Judah Frangipane 
  To: users@subversion.tigris.org 
  Sent: Monday, March 13, 2006 7:43 PM
  Subject: Only checkout certain files


  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. 

   

  Judah