Tagged Questions
2
votes
5answers
5k views
Escaping a backslash in Batch File using FINDSTR
In my svn Pre commit hooks I use findstr to block certain file types beign committed.
I now want to extend this to directories, in the first instance \obj\ directories however I am having problems ...
0
votes
1answer
230 views
Wrapping an SVN Python hook in a Windows batch file
I have an SVN pre-commit hook that previously resided on a Linux server. I'm now trying to move things over to a Windows (Server 2003) server.
This hook was written in Python, which worked fine on ...