Tagged Questions

SmartSVN is a graphical client for Subversion (SVN), an Open Source version control system

learn more… | top users | synonyms

10
votes
6answers
4k views

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 ...
4
votes
7answers
306 views

What is a good Subversion Client?

I use a subversion client called SmartSVN, but it needs Java in order to run. I would like to get rid of that dependency and try something new. Can you think of a better SVN client? I have tried ...
1
vote
1answer
1k views

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 - ...
1
vote
3answers
1k views

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 ...
1
vote
0answers
317 views

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. ...
0
votes
2answers
16 views

How to import and merge 2 directories with SmartSVN?

I have such situation: We have a website which code is not hosted on SVN. I made changes in this website. Freelancer hired by client (not our team member) made changes in parallel; we have not ...
0
votes
1answer
26 views

non-digit file error

I am trying to update to head revision using smartsvn v6 professional version. I am getting this error Update to Head: First line of '/folders/.svn/entries' contains non-digit file ...
0
votes
1answer
56 views

svn: Processing REPORT request response failed: Premature end of file

I am using SVN repository for more than 8 months. Since yesterday morning it started to alert me an error like "svn: Processing REPORT request response failed: Premature end of file." I tried with ...
0
votes
1answer
48 views

Is there a way to use the smartsvn diff tool outside of smartsvn?

I've come to really hate the perforce diff tool so I went to BeyondCompare. After a while of that I realized the smartsvn one is better than both, if only I could use it outside smartsvn... Has ...
0
votes
0answers
78 views

SmartSVN can not identify .a file?

I find a strange problem of SmartSVN: If I add some files into the repository, most of them will be identified by smartsvn except .a files, I don't know if this is a setting problem issue or other ...
0
votes
3answers
60 views

Problem with SVN in iPhone?

I am using Smart SVN for committed my code to server. I have faced some problem, some of the classes are there in my project work copy and the server also. When i open that project file and i missed ...
0
votes
1answer
79 views

I am using smartsvn 6.6 on mac os x,Is it necessary to upload a repository on Apache site?

Actually I want to put the repository on the local path. Which protocol I should use. Everytime I am getting an error for connection to path is not working. Help me please. I am very new to the Smart ...
0
votes
2answers
113 views

Transferring profile settings to other pc

I'm dealing with quite a few software projects using subversion. Is it somehow possible to export the profile settings (project & repository) to transfer it to other PCs?
0
votes
1answer
163 views

SmartSVN - files from multiple branches

I have one of my project branches open with SmartSVN, but one of the files is showing its branch as "trunk" which the rest show the correct branch name. I'm not sure how this happened but would like ...
0
votes
1answer
246 views

How to set Author for SVN

How can i set the author in svn? i use smart svn?
0
votes
2answers
390 views

svn : Can not Parse lock / entries hashfile

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 ...
0
votes
2answers
494 views

Can SmartSVN be used as a command-line tool?

I would like to write a script that checks out stuff from a repository every couple of hours, and I'd like to know if I could use SmartSVN from the command line to do it. If SmartSVN can't be used ...