I have my working directories on a mapped network drive O:\
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.
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!
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?
--
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 tortoisesvn...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/684a5d4e-5bf3-4ca4-a624-c98af09f653an%40googlegroups.com.
On Fri, 4 Sep 2020, 18:22 Stefan via TortoiseSVN, <torto...@googlegroups.com> 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!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 anywayHowever, 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.
--
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 tortoisesvn...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/6c9ec1b8-ba56-433c-af63-3bb4531ec818n%40googlegroups.com.
--
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 tortoisesvn...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/291b3384-6a95-424f-b772-ee5abdc7da1an%40googlegroups.com.
There must be something I'm still missing then?My project is fully up to date.I've edited my .subwcrevignore file to only contain: *.subwcrevignore.This is now the only modified file in the entire project folder.Both the subwcrev.eve and .subwcrevignore file are in O:\trunk\SVN_filesWhen I run the command:O:\trunk\SVN_files\SubWCRev.exe O:\trunk\SVN_filesI get the output:SubWCRev: 'O:\trunk\SVN_files'
Last committed at revision 3907
Updated to revision 3907
Unversioned items foundWhen I run the command:O:\trunk\SVN_files\SubWCRev.exe O:\trunkI get the output:SubWCRev: 'O:\trunk'
Last committed at revision 3907
Updated to revision 3907
Local modifications found
Unversioned items found
--
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 tortoisesvn...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/10e31c7c-e001-46a0-b603-0068b2463d4fn%40googlegroups.com.