Questions tagged [smartsvn]

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

Resources:

61 questions
0
votes
1 answer

Xcode is not able to recognize smart svn changes

Actually i checkout project from svn using smartsvn,after that i modified some files but if i take update from some other system files are getting copied but they are not adding in build settings.How can i get build settings using svn
skyshine
  • 2,767
  • 7
  • 44
  • 84
0
votes
0 answers

Smart SVN Folder permission

I am using smartsvn on windows and i have wordpress site configured with that, but i have 2 issues, When i make changes on my local machine and commit it reflects after 1 day, i don't know why 1 day delay, Also recently i am having issue with upload…
0
votes
1 answer

What is the best subversion client for Mac OS X?

Hello i am new to ios programming,recently i created ios project,i just wanted to share this code with team members,so i tried smartsvn,snailsvn,scplugin none of these are not working fine,scplugin is not compatible with mac osx 10.11 next i tried…
skyshine
  • 2,767
  • 7
  • 44
  • 84
0
votes
1 answer

SVN: can't sense files when changed through shell script

I apply simple script to change word in some files with another word. for x in $(find .|grep Makefile) ; do sed -i -e 's/certainWord/anotherword/g' $x ; done the changes occur in the file when I check it manually but when I try to commit svn…
becks
  • 2,656
  • 8
  • 35
  • 64
0
votes
0 answers

Cannot SSH into my repositories using SmartSVN

I using Windows 8 and have just upgraded from SmartSVN 7.6 to 8.6, having successfully used the 7.6 version for some years both on Windows 7 and 8. I was also able successfully to link to my repos using PuTTY...until I ran the SamrtSVN upgrade to…
0
votes
1 answer

Collapse all Folders on directories tab in SmartSVN Foundation

Is there any way to Collapse all folder on the Directories Tab in SmartSVN Foundation 8.0.1? I Accidentally pressed Ctrl+A (Select All) and ALL THE FOLDERS COLLAPSED! Now if i want to add a specific folder i need to collapse some or all... or most,…
Azteca
  • 549
  • 6
  • 19
0
votes
1 answer

Generating an SVN diff file for every changed file in a revision

At my current employer, before a major build our project lead often requests a diff file for every single file that we've revised (to send him a .zip file). SmartSVN is handy for exporting an HTML diff file, however I haven't seen a way to…
jmeanor
  • 158
  • 1
  • 17
0
votes
1 answer

SVN Repositories no longer appears in SmartSVN, says UUID is different if I commit changes

I am having this issue now for several days now. Something happened. I can't commit to my SVN Repository, if I do, I get this error Commit: Repository UUID '49a14762-82d3-4890-9de1-d63348e82a44' doesn't match expected UUID…
TheTechGuy
  • 16,560
  • 16
  • 115
  • 136
0
votes
2 answers

How to set Author for SVN

How can i set the author in svn? i use smart svn?
streetparade
  • 32,000
  • 37
  • 101
  • 123
0
votes
3 answers

SVN merge from branch to trunk

I'm new to SVN, we use StarTeam 5.4, and we are going to change to SVN as soon as possible. I'm testing SmartSVN as client. I created a repository, a trunk with one file, and a branch. In the branch, I changed the file, checked it in, and now I'm…
maiconmm
  • 311
  • 4
  • 16
0
votes
2 answers

Default behaviour of svn update on parent with switched child

What is the default behaviour of an svn update command on a parent that has a switched child, more precisely, what is the effect on the switched child? For instance: trunk/ trunk/child1/ trunk/child2/ <- switched to branch/myBranch/child2/ In this…
Vaillancourt
  • 1,380
  • 1
  • 11
  • 42
0
votes
2 answers

SmartSVN Repository moved permanently

I recently set up an svn repo with authentication. Our PC users are using tortoise SVN and are able to checkout, commit, etc. Our Mac OS users are using SmartSVN and when trying to checkout they get the following error: Repository moved permanently;…
gin93r
  • 1,551
  • 4
  • 21
  • 39
0
votes
1 answer

SVN checkout into IDEs project folder

(I'm working with SmartSVN and VisualSVN Server) I need to check out a project from subversion to the project-directory of an IDE. the IDE can't open projects from anywhere (eg directly from the working copy) it only sees the projects in its…
Coons
  • 1
  • 1
0
votes
1 answer

svn not able to check out from svn repository OPTIONS issue

I am trying to check out a repository using Smart svn on a mac. I have pinged the server successfully. i also tried using the command line svn checkout and got the same issue, so I believe that there's something not configured correctly. Here is…
nemisis enforcer
  • 349
  • 3
  • 18
0
votes
2 answers

do I need to download the subversion binaries to use SmartSVN?

I'm using windows 7 64 bits and I want to know if I need the subversion binaries to use smartsvn.. waiting for answers..
td18
  • 154
  • 1
  • 12