subversion installation (1.4.3)
A great post about subversion of hasin brother.
On the new version of subversion 1.4.3 u will need to do some thing more. svn-1.4.3 cann’t be install as service. U have take help from 3rd party tools.
Two of them are:
- SVNService is a free tool written by Magnus Norddahl (not found)
- SrvAny is avaliable free of charge from Microsoft
or u can use “sc” command to add subversion as service..
Here is the example:
sc create svnserve binpath= "c:\svnserve\svnserve.exe --service --root
c:\repos" displayname= "Subversion" depend= tcpip start= auto
These command must be entered as a single line.
Here bindpath is the where the svnserve.exe is installed, –root is the root directory of
repository, displayname is the name that will display on the windows service list, start = auto is used to start this service on system startup.
Hope it will help you
Related posts:
- check ur windows pc’s uptime I am totally linux/*nix lover, but for my friend i...
- how to enable mod_rewrite in apache2.2 (debian/ubuntu) Here i am going to describe how to enable mod_rewrite...
- how to move your php development environment to linux (Debian/Ubuntu) Nowadays, lots of php developers are thinking to move their...
- wordpress with full bangla language support Day by day more blog are coming. It's really great...
- Website Optimization 01: disable ETag in apache (debian/ubuntu) From last few months i am working to optimize our...
Related posts brought to you by Yet Another Related Posts Plugin.





মে 24th, 2007 at 12:10 am
great
অগাষ্ট 10th, 2007 at 12:57 pm
I can’t add your post to Digg. How I do this?