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

Re: Is it possible to do a "partial" or a filtered checkout

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-07-11 13:59:51 CEST

On 11.07.2005, at 15:11, Philippe Legay wrote:

> In a folder I have :
> - source code : for instance C code
> - source code : for instance Java code (with include code as
> javadoc comment)
> - documentation.
>
> I want to build a Apache server, with only the documentation :
>
> Is it possible to do SVN CheckOut only *.doc ? (For a folder and
> sub folder)
> Is it possible to do SVN CheckOut only *.java, because on these
> files I will aply javadoc to construct the
> documention.
>
> This is for avoidong to extract all files of the projects, becauses
> only 10 % are usefull for the documentation.

I would say you should be arranging your directory structure such
that things that you want to check out separately are in separate
directories. Therefore, for example, *.doc files should be in a
directory "documentation" or whatever.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 11 14:02:39 2005

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.