Questions tagged [smartsvn]

SmartSVN is a commercial cross-platform graphical Subversion client developed by WANdisco.

Resources:

61 questions
17
votes
7 answers

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?
Mac
  • 2,693
  • 7
  • 36
  • 44
12
votes
2 answers

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 things ...... Dose anyone met this problem before ?…
Hugo
  • 243
  • 5
  • 12
6
votes
7 answers

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 TortoiseSVN and RapidSVN and I did not like any of…
Nathan
  • 61
  • 2
6
votes
2 answers

Java HotSpot(TM) 64-Bit Server VM warning, CentOS, SmartGit, SmartSvn

On running the shell script provided with SmartGit, Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /home/User/.smartgit/6/jna-tmp/com/sun/jna/linux-i386/libjnidispatch.so which might have disabled stack guard. The VM will try…
user1502
  • 527
  • 1
  • 7
  • 21
6
votes
3 answers

Removing a file from SubVersion/SmartSVN

I use SmartSVN as a frontend for Subversion. Occasionally, a source file that that is under repository control becomes redundant - I simply no longer need it. In such a case, I would like to delete it in the sense that updating the working copy no…
Dabbler
  • 9,733
  • 5
  • 41
  • 64
5
votes
2 answers

Annoying svn issue where svn claims folder is under version control but no .svn exists

I have a folder that both XCode and SmartSVN both claim is "already under version control." However, when I run svn status in that folder, it says it is not a working copy. Furthermore, I cannot add or subtract the folder from the working copy in…
tacos_tacos_tacos
  • 10,277
  • 11
  • 73
  • 126
5
votes
3 answers

SmartSVN: How do find your SVN URL and copy it?

Is there any easy way to copy the SVN url? I deal with dozens of projects at once and I don't care to memorize paths. I can see the URL's at the bottom of the SmartSVN window -- not selectable text. I can also hover over the root folder in the…
LMS5400
  • 492
  • 4
  • 15
4
votes
1 answer

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…
4
votes
1 answer

Should I include Xcode .plist and .pch files to source control?

Whenever creating a new project or importing an existing one, Xcode usually creates three files and a folder. The first two files are found in the root of the project: ProjectNameHere-Info.plist ProjectNameHere-Prefix.pch And the folder which can…
KillAWatt1705
  • 645
  • 1
  • 6
  • 13
4
votes
3 answers

SmartSVN: How to branch-off working copy from trunk

I am using SmartSVN 6.6 on my Mac OS X 10.8. I need to create new branch from working copy in trunk of my iOS project. Can anybody explain steps needed for that?? Thanks in advance.
Salman Zaidi
  • 9,342
  • 12
  • 44
  • 61
4
votes
3 answers

Any limitations with svn and c# / visual studio?

In other languages such as objective c there are certain files that you can't (or shouldn't) put under version control such as the story board and user data. Does C# and Visual Studio suffer with any of these limitations? edit: We are using Smart…
Mytheral
  • 3,929
  • 7
  • 34
  • 57
3
votes
1 answer

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…
Sandeepan Nath
  • 9,966
  • 17
  • 86
  • 144
3
votes
2 answers

How to force SVN to detect UTF-16 XML files as plaintext files by default?

We have many xml files and most of them are UTF-16 encoded. When I add a file to subversion using SmartSVN it always gets the svn:mime-type=application/octet-stream. This prevents the visual DIFF tool from SmartSVN to work on these files which is…
Jens Mühlenhoff
  • 14,565
  • 6
  • 56
  • 113
2
votes
2 answers

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?
rainer
  • 53
  • 6
2
votes
1 answer

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 to fix it. What happened and how can I fix it?
Nippysaurus
  • 20,110
  • 21
  • 77
  • 129
1
2 3 4 5