Alternative port for Subversion

Hi, I'm looking for a port that I can install instead of Subversion. All I need is to be able to checkout/export via HTTP. Any suggestions?
 
Are you looking for a client thats compatible with Subversion server or are you looking for entire different CVS engine?

Mercurial (devel/mercurial) engine is what I use for my projects.

The client supports importing from Subversion repositories not sure if you can commit with it to them.
 
quick search

You can do a quick search of the ports tree like this

Code:
cd /usr/ports/ ; make quicksearch key="subversion client"
 
Sorry, I didn't explain well enough. I'm looking for a lightweight alternative (just to export or checkout) because I don't want to install all the dependencies that Subversion requires. I'll just stick to Subversion or migrate to Git if I can't find one.

@BuSerD: Thanks for the tip, but only GUI clients turned up.

Googling for more possibilities right now.
 
What's wrong with devel/subversion?

`make all-depends-list` doesn't show anything requiring time to install, perl and autotools as usual.
 
Back
Top