The code in the template file is: #if $WCMODS?1:0$ #error Source is modified #endif
This halts the release build if there are any local modifications detected. The .subwcrevignore is intended to mask out irrelevant files so that local modifications are not detected and the release code is built. However, at the moment this is not working and I don't know why. Regards Kristin On Fri, 4 Sep 2020 at 19:20, Kristin Hansen <[email protected]> wrote: > I'll have to delve into that next week when I'm back at work. I think it's > simply that local mods have been detected as, off the top of my head, > there's something like $WCMOD$ in the template. I've not got it to hand > right now. > > Thanks for the help and I'll let you know what's in the template on Monday. > > Cheers > Kristin > > > > On Fri, 4 Sep 2020, 19:11 Stefan via TortoiseSVN, < > [email protected]> wrote: > >> >> >> On Friday, September 4, 2020 at 8:09:36 PM UTC+2 K Hansen wrote: >> >>> >>> >>> On Fri, 4 Sep 2020, 18:22 Stefan via TortoiseSVN, < >>> [email protected]> wrote: >>> >>>> >>>> >>>> On Friday, September 4, 2020 at 12:43:25 PM UTC+2 K Hansen wrote: >>>> >>>>> I have my working directories on a mapped network drive O:\ >>>>> >>>> >>>> you should not do that! >>>> https://tortoisesvn.net/faq.html#wconshare >>>> >>> >>> Thank you for pointing that out, but it's been set up this way for over >>> a year and no issues, so I can't justify pushing the change at the mo. It's >>> not my actual problem anyway >>> >>> >>>> However, when the SubWCRev.exe command line is run as part of the >>>>> release pre-build process, it fails due to local modifications of the >>>>> project.uvmpw file and the Project_directory/output files, both of which >>>>> are defined in the .subwcrevignore file. >>>>> >>>> >>>> why/how does it fail? What's the error? >>>> >>> >>> Our build.c template is set up to stop on an error if local >>> modifications are detected in the files under SVN control. This is to >>> prevent generating release code from un-checked in files. The files that >>> change are the project file (when I enable the release build batch file) >>> and the output files (when it cleans the output directory prior to the >>> build). >>> >>> My question is specifically how to get the .subwcrevignore file to work, >>> as subwcrev.exe is not currently ignoring the files and directories I've >>> identified. >>> >> >> again: what's the error that SubWCRev returns? Or what is the indicator >> that SubWCRev does not ignore the files? >> You only said that it doesn't ignore the files, but how do you detect >> that? What's the output of SubWCRev that you're expecting and what actually >> happens? >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TortoiseSVN" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tortoisesvn/6c9ec1b8-ba56-433c-af63-3bb4531ec818n%40googlegroups.com >> <https://groups.google.com/d/msgid/tortoisesvn/6c9ec1b8-ba56-433c-af63-3bb4531ec818n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/CAJg8UTD9B03OfBwqqMAv2oBs3Wdqt9EwV%3DUg3h7HqK7KBHykAA%40mail.gmail.com.
