running svn on Windows
Posted by nick on Thursday, November 26th, 2009 | Filed under
creating a subversion service
Obviously this requires a suitable Windows subversion server (such as CollabNet Subversion Server), and you’ll need to change paths to the install and repository directories
create-subversion-service.bat
sc create svnserve binpath=”{install-directory}\svnserve.exe
–service -r {repository-directory}”
DisplayName=”Subversion Service” depend=Tcpip start=auto
Note that it should be two hyphens in front of service.
hooks
Hooks are written in the usual way, but as batch files.
stopping an empy log message
@echo off
setlocal
set _repository=%1
set _transaction=%2
svnlook log %_repository% -t %_transaction% | findstr . > nul
if %errorlevel% gtr 0 (goto NOLOG) else exit 0
:NOLOG
echo. 1>&2
echo Your commit has been blocked because you didn’t provide a log message. 1>&2
echo Please write a log message describing the purpose of your change and 1>&2
echo then try committing again. 1>&2
exit 1
Leave a response, or trackback from your own site.
![32sixteen [32sixteen]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/32-sixteen.gif)
![RSS Feed - Entries] [RSS Feed - Entries]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/feed.png)

![Get Firefox! [Get Firefox!]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/get_firefox_80x15.png)
![Valid XHTML 1.0 Transitional [Valid XHTML 1.0 Transitional]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/valid-xhtml-1.0.png)
![Valid CSS [Valid CSS]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/valid-css.gif)
![Valid RSS [Valid RSS]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/valid-rss.png)

![LastFM [LastFM]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/lastfm.png)
![The Vale of Lune Harriers and The Tnree Counties Bloodhounds [Vale of Lune Harriers]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/vlh-harriers.gif)
![Singletrack magazine [Singletrack]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/singletrack.jpg)
![The Outcast Fanzine [The Outcast]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/the-outcast.gif)
![Hosted By Hexten [Hexteb Hosted]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/hexten-hosted.gif)
![Powered by PHP [PHP Powered]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/php-powered.png)
![Spam Karma 2 Protected [Spam Karma 2]](http://www.32sixteen.com/wp-content/themes/three_column_0.2.1/buttons/sk2-protected.png)