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