Tagged Questions

14
votes
17answers
931 views

Share common / useful SVN pre-commit hooks

What are some common and/or useful pre-commit hooks for SVN?
1
vote
1answer
172 views

SVN - How do I intercept and alter or add files on pre-commit?

First of all I'm not sure this is even possible, however I need to know how it can be done and if not why not? I want to create a C# application that runs at the appropriate time …
0
votes
3answers
444 views

SVN Error: Commit blocked by pre-commit hook (exit code 1) with output: Error: n/a (6).

Some weird error cropped up suddenly outta nowhere and is preventing me from checking in my code via TortoiseSVN. I'm using a free account on myversioncontrol.com This is on a Win …
0
votes
1answer
81 views

SVN Hook “Could not MERGE resource” and Access Denied Error

I’ve got an SVN hook written as a .NET console app and running on VisualSVN server which is causing some problems. Every time I try to commit (either remotely with Tortoise or loca …
1
vote
1answer
166 views

Writing a pre-commit hook using SharpSvn. Does it lack svnlook propget?

Hello all I am rewriting an older subversion precommit hook. In our company, we need to make sure that binary files are allowed on commit only if they have the property svn:needs- …
1
vote
6answers
3k views

SVN pre-commit hook for avoiding changes to tags subdirectories

Hi, Is there anybody who has clear instructions on how to add a pre-commit hook that avoids changes to tags subdirectories? I already searched the internet quite a bit. I found t …
0
votes
1answer
263 views

Set up svnperms pre-commit hook

I'm trying to implement svnperms into a repository, but am having difficulty with a few things: pre-commit has the execute permissions: -rwxrwxr-x 1 svnadm svn 30 …
0
votes
1answer
154 views

Running NArrange from SVN pre-commit hook

I am trying to execute NArrange from SVN pre-commit hook using following command: "C:\Fullpath\narrange-console.exe" "C:\SolutionDir\SolutionFile.sln" /b /t It returns with an E …
2
votes
2answers
532 views

SVN Pre Commit Hooks

I am currently trying to extend our already existing (and working) pre commit batch file for committing to SVN. The first part blocks any commit that does not have comments and wor …
5
votes
5answers
243 views

how to automate or facilitate multiplatform build/test before committing?

Hi all, Our software is built on linux and windows platforms. Depending on the preference of the developer a contribution is developed and tested on either platform and then commi …
1
vote
2answers
565 views

Is there a windows implementation to python libsvn?

Because windows is case-insensitive and because SVN is case-sensitive and because VS2005 tends to rename files giving them the lower-case form which messes my repositories' history …