1.
#!/usr/bin/env perl ...
commit-email.pl: send a notification email describing either a # commit or a revprop-change action on a Subversion repository. # # For usage, see the usage ...
2.
<xsl:if test="string-length(index/@name) != 0"> <xsl:value-of ...
Powered by Subversion. : — Revision. [ .. Parent Directory ]. /
3.
<xsl:if test="string-length(index/@name) != 0"> <xsl:value-of ...
Powered by Subversion. : — Revision. [ .. Parent Directory ]. /
4.
<xsl:if test="string-length(index/@name) != 0"> <xsl:value-of ...
Powered by Subversion. : — Revision. [ .. Parent Directory ]. /
5.
svn.collab.net - Windows Service Support for svnserve
In order for svnserve to run as a Windows service, you MUST specify the --service ... Uninstalling ------------ To uninstall a service, stop the service, ...
6.
Subversion access through WebDAV
<S:get-locations-report xmlns:S="svn:" xmlns:D="DAV:"> <S:location rev="1" path="/httpd"/> </S:get-locations-report> log-report ---------- Purpose: Retrieve ...
7.
8.
build.conf -- configuration information for building Subversion ...
#add-deps = swig-java-java # SWIG utility library for Perl modules .... libsvn_subr aprutil apriconv apr # test path library [path-test] type = exe path ...
9.
LogDate
java.lang.Object extended by org.tigris.subversion.javahl.LogDate ... long, getTimeMillis() Returns the time of the commit in milliseconds. int, hashCode() ...
10.
svn.collab.net - Windows Service Support for svnserve
EXE: sc create <name> binpath= "c:\svn\bin\svnserve.exe --service <svn-args>" ... Debugging --------- Debugging a Windows service can be difficult, ...