Please send plain text to the mailing list. On Tue, Jun 26, 2012 at 9:58 AM, Mark Bertenshaw <mark.bertens...@fidessa.com> wrote: > > Hi - > > > > I have just cleared up a build issue which resulted from upgrading from > Subversion 1.6.5 and 1.7.5. There is a point in the process where we add any > newly created component logs with: > > > > SVN ADD -q $APPROOT/LOGS/* > > > > In both versions of Subversion, this raises an error saying that the log file > is already under version control. That's fine - the NANT script doesn't care > about that. However, it seems that whilst 1.6.5 simply raised a warning for > this process, 1.7.5 actually sets a return code of 1. NANT interprets this as > an error, and the build process fails. > > > > Was this change by design? I would prefer not to have to ignore errors in > NANT, because it is feasible that other errors could occur and we would be > none the wiser. On the other hand, I can't find an option for SVN ADD which > says "ignore versioned files". I could write a script filtering by SVN > STATUS, but this would be inelegant. At the moment, I am just ignoring errors > for the NANT entry that calls SVN ADD.
If you have both versioned and unversioned items in a directory, svn add * --force should let you add the unversioned items. > ******************************************************************************************************************************************************************************************** > This message is intended only for the stated addressee(s) and may be > confidential. Access to this email by anyone else is unauthorised. Any > opinions expressed in this email do not necessarily reflect the opinions of > Fidessa. Any unauthorised disclosure, use or dissemination, either whole or > in part is prohibited. If you are not the intended recipient of this message, > please notify the sender immediately. > > Fidessa plc - Registered office: > Dukes Court, Duke Street, Woking, Surrey, GU21 5BH, United Kingdom > Registered in England no. 3781700 VAT registration no. 688 9008 78 > > Fidessa LatentZero Limited - Registered office: > Dukes Court, Duke Street, Woking, Surrey, GU21 5BH, United Kingdom > Registered in England no. 3656437 VAT registration no. 688 9008 78 > > Fidessa group plc - Registered Office: > Dukes Court, Duke Street, Woking, Surrey, GU21 5BH, United Kingdom > Registered in England no. 3234176 VAT registration no. 688 9008 78 Such disclaimers are a pointless waste of storage & bandwidth on a *public* mailing list.