| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Add optional perl bindings (PR ports/61352 with many changes).
Add optional python bindings.
Depends on `devel/apr-svn' to help package building.
PR: ports/61352
Notes:
svn path=/head/; revision=100059
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use old (0.9.4) version of apr instead of recommended 0.9.5.
Return BIG MESSAGE about repository dump/restore cycle.
Based on PR form Roman Neuhauser <neuhauser@bellavista.cz>
PR: ports/61013
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Notes:
svn path=/head/; revision=97781
|
|
|
|
| |
Notes:
svn path=/head/; revision=93736
|
|
|
|
|
|
|
|
|
|
| |
[2] Add (optional) ability to create repository
[3] Add (optional) svnserve wrapper to fix svn+ssh access problems.
PR: [2,3] ports/57754
Notes:
svn path=/head/; revision=90709
|
|
|
|
| |
Notes:
svn path=/head/; revision=85604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
subversion-0.23.
HEADSUP for users from the release announcement:
Please note that this release changes the url for the ra_svn protocol
over an ssh tunnel. The new syntax is svn+ssh://hostname/path.
Submitted by: plasma <plasmaball@pchome.com.tw>
Approved by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=81405
|
|
|
|
|
|
|
|
|
|
| |
commit includes a plist fix, plus elimination of two unneeded patches.
Submitted by: plasma <plasmaball@pchome.com.tw>
Approved by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=79255
|
|
|
|
|
|
|
|
|
| |
PR: 46398
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer)
Approved by: old maintainer
Notes:
svn path=/head/; revision=72181
|
|
|
|
|
|
|
|
|
|
| |
Patch slightly modified to remove a leftover \ at the end of one line.
PR: ports/37810
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=58660
|
|
|
|
|
|
|
|
| |
PR: ports/37494
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=58308
|
|
|
|
|
|
|
| |
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=57719
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
version of expat, rather than the expat-lite we distribute, so it will be a
good citizen of the ports tree and avoid spamming over the installed version
of expat that already exists. The patch to build.conf that was accomplishing
this was flawed, and only happened to work on my system because I had a copy
of libexpat.la sitting around in my /usr/local/lib, I imagine from a previous
subversion install I never cleaned out fully.
This alters the patch to build.conf such that instead of just replacing
libexpat with -lexpat, it replaces it with $(SVN_APRUTIL_LIBS), which in
addition to -lexpat, will also include -L/usr/local/lib, which makes the
build work. It also includes /usr/local/lib/libaprutil.la, which we don't
strictly need, but it doesn't hurt anything, and will get us by until we
are smarter about finding expat.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=56412
|
|
|
|
| |
Notes:
svn path=/head/; revision=56336
|
|
|
|
|
|
|
| |
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=56093
|
|
env. variable. That way, one can use subversion across a HTTP proxy.
This is a band-aid till the SVN group do it properly.
Approved by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Obtained from: dev@subversion.tigris.org mail archive
Notes:
svn path=/head/; revision=55341
|