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

Re: How to build only the "Ready for Build" files

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-07-04 16:21:08 CEST

Kirti Mali wrote:
> Please can you tell me as to how to do i label/tag my files in
> repository so that i can mark them as "Ready for Build" such that only
> these files will get build using Cruisecontrol,Nant & Nunit.

Subversion itself is mostly just a versioned storage for files/directories. As
such, it doesn't have the function you want. But:

1. Make sure you understand the suggested trunk/tags/branches layout mentioned
in the book, maybe that already does the trick.
2. You could try to achieve your goals with a different layout.
3. You can attach arbitrary properties to a file or directory. Using that, you
could mark files and automatically collect those to build your project.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 4 16:24:37 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.