0
votes
1answer
24 views
Use the commit message in a CVS pre-commit hook
Is it possible to use the commit message in a pre-commit hook in CVS? The CVS server is running remotely, and I access it using pserver.
Ideally, I want to allow the commit if the files pass the …
0
votes
2answers
46 views
Pre Commit Hook for JSLint in Mercurial and Git
I want to run JSLint before a commit into either a Mercurial or Git repo is done.
I want this as an automatic step that is set up instead of relying on the developer (mainly me) remembering to run …
2
votes
1answer
54 views
SVN pre-commit script to check for mkdir
I wrote the following pre-commit script for SVN to validate that a user has submitted the minimum amount of information on a file commit. However, when trying to add/delete a directory, now it is …
1
vote
2answers
70 views
How can I access the commited file from a Subversion pre-commit hook in Perl?
I need to do the following:
Write pre-commit hook in Perl
Hook should check all files being committed for presence of some text, and fail if that text is not found
Basically, I need an example of …
1
vote
2answers
105 views
Subversion: how to remove property on commit
My situation is this: I have a Subversion server set up at my home, and we also use Subversion at the company where I work.
At work, we use the lock/edit/unlock model (mainly because we are …
0
votes
4answers
115 views
How can i get access to the SVN pre-commit message using SharpSVN?
i see that all I can set to is %repos% and %txn%
how can I use those to get to the commit message (in my case, so i can parse out the ticket number so i can see if it exists in the bug database …
2
votes
2answers
733 views
How do I create a SVN Commit Message Template and Hook to Verify
I'm using Visual SVN Server and Tortoise SVN (client) for source control. I would like all developers to standardize on a consistent format for checkin notes.
For Example I want their Commit Message …
1
vote
5answers
1k 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 …
1
vote
4answers
191 views
Subversion Tagging and Security
I have set up an SVN repository from scratch, and I have successfully tagged some of my releases using the SVN copy command.
I used the SSPI auth plugin for apache, so our developers just hit the …
