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

Re: Question about subversion

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Thu, 27 Jun 2013 11:14:27 -0500

On Thu, Jun 27, 2013 at 7:06 AM, Nico Kadel-Garcia <nkadel_at_gmail.com> wrote:

>>> http://svnbook.red-bean.com/en/1.7/svn.advanced.props.special.ignore.html
>>
>> In summary: this is a way to tell svn to ignore a file (or filename pattern) when looking for files to check-in. Hence the file itself is not in the repo, but your template version(s) is (are).
>>
>>> And what is this script that would trigger on checkout ?
>>
>> That would be (for me, on windows) a simple batch file (that is also checked in) that the user knows to run.
>
> Every software building system has some common tools for this. GNU
> make uses "autoconf" and the resulting ./configure file. X11 used to
> use "xmkmf" and the "Imakefile". Maven, well, maven has it's own
> ideas.....

Another thing to consider is that you may later wish to add automated
build/CI tools like Jenkins which will do unattended builds for you,
possibly in different environments. So it is good to plan for that
from the start, providing a script or batch file that does all the
steps needed to configure for any local differences and perform the
build as part of the project.

--
   Les Mikesell
     lesmikesell_at_gmail.com
Received on 2013-06-27 18:15:04 CEST

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.