smartsvn

SVN Client integrated with OS X's Finder

Is there a TortoiseSVN equivalent for OS X? I'm looking for an SVN client that will integrate with OS X's Finder and be added as Context menu items. Update: Just found SmartSVN. Anyone with feedback on it? ...

svn : Can not Parse lock / entries hashfile

Hi All, Whenever I am trying to lock or unlock any file in the project it gives me error : svn : Can not Parse lock / entries hashfile Now I am not able to take lock on file. Some clues : 1. We have just migrated our svn repositories from one url to other url Is there any way I can reset the lock file of repository. ...

Rename local folder with svn working copy without clean checkout

Problem: If I rename/move folder with Subversion working copy to another location in file system, svn will complain that it "is not a working copy" anymore. One has to do clean checkout to fix that. Reason: We have some projects with about 1GB after svn export each + branches. It takes too much time to do clean checkout even over LAN (s...

How to set Author for SVN

How can i set the author in svn? i use smart svn? ...

SVN - Not able to commit files (Can't create directory - no such file or directory)

I wanted to move our existing repository (from location A) to a new linux server (location B). So, I created a new repository in that server (location B) with the command:- svnadmin create --fs-type fsfs <repository_name> Then I copied the db folder from location A and overwrote that of location B, because I want to keep the previous ...

Subversion Commands to add new user and grant all permissions

Currently, I am not able to commit with the SVN user I added. I tried by manually editing the svnserve.conf and passwd files. I did the following - Added a line harry = harrysecret in passwd - Uncommented the line password-db = passwd in svnserve.conf - Added a system user harry with password = harrysecret as follows:- useradd harry ...