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?
...
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.
...
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 can i set the author in svn? i use smart svn?
...
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 ...
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
...