You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Kirti Mali <ki...@rediffmail.com> on 2005/07/04 12:27:50 UTC

How to build only the "Ready for Build" files

  
  Hi subversion users,
                       I am a new user of subversion & also a new member of this group. 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.

  If this Qs has been asked/answered earlier, pls let me the details.

   Best Regards,
     Kirti.

   

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

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
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