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

RE: RE: How to set svn:ignore automatically in all subdirs?

From: <nicklist_at_planet.nl>
Date: Wed, 20 Feb 2008 10:38:50 +0100

For generated source code we do the same as for compiled code. It goes into a folder in /target (i.e. Hibernate generated code goes into /target/generated-sources/hibernate) and this is added as source directory for the java compiler. I don't know if this is also possible with corba/c++.

Hth,

Nick Stolwijk

-----Original Message-----
From: Andreas Benzler [mailto:info.benzler_at_gmx.de]
Sent: Wed 2/20/2008 10:08
To: users_at_subversion.tigris.org
Subject: RE: How to set svn:ignore automatically in all subdirs?
 
For the executables this is a good point and I will check this. Because it would have a lot of other benefits. But we use corba in our projects and we have to compile a lot of idl files which in return create c++ headers and other stuff. These should stay in the source tree. It would be very inconvenient to change all includes of these file to a different location.
So anyone out there already made a script for that purpose?

Andreas Benzler

> I would try to set the output directory of your compiler to another
> directory and exclude that whole tree in one.

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-20 10:40:32 CET

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.