Questions tagged [smartsvn]

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

Resources:

61 questions
2
votes
3 answers

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 Then I copied the db…
Sandeepan Nath
  • 9,966
  • 17
  • 86
  • 144
2
votes
1 answer

Un-ignore folder in SmartSVN

I'm trying to un-ignore a file I specifically ignored in SmartSVN. Documentation seems good in terms of how to ignore files, but I can't figure out how to un-ignore them. I looked for a .svnignore file, but I couldn't find it (I'm much more familiar…
streetlight
  • 5,968
  • 13
  • 62
  • 101
2
votes
3 answers

SVN Skipped File

When I try to merge code from trunk to a branch, it will not pick up all of my files. The files will show "skipped" in the merge log. Of course I searched for the issue first and found the common problem of merging but not committing, then…
Bob McNees
  • 371
  • 5
  • 11
2
votes
0 answers

SmartSVN shows the local state of files to be modified when they are actually unchanged?

I replaced a few thousand of the files in my working copy, most of which should be identical- however, the local state of ALL of the files replaced is modified even for text files that are clearly unchanged (when I do show changes it even shows a…
fordeka
  • 979
  • 2
  • 7
  • 22
2
votes
3 answers

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 from the command line, what subversion client could…
Geo
  • 93,257
  • 117
  • 344
  • 520
2
votes
1 answer

SmartSVN and SVN Version Confusion

I am running SmartSVN version 6.6.11 and am getting a message saying that the project I am trying to access is part of a Subversion 1.7 or greater working copy. It is asking me to upgrade but I am already running the SVN 1.7 client! I am at a…
Wisar
  • 77
  • 2
  • 9
1
vote
1 answer

How can i make SmartSVN to ignore files .o and .obj

don't understand how to make SmartSVN to ignores files of different type (like .o and .obj) I've tried to go Project -> Default Settings -> Global Ignores -> Use following patterns : *.o *.obj *.d But they are still getting versioned and shown Does…
nuta_nu_
  • 25
  • 4
1
vote
1 answer

Subversion update failed

I've a Jenkins pipeline. When build is run, I can see ERROR: Subversion update failed error on console logs. I searched for this on google but could not get exact cause of this error. Can someone please help me to understand what could be wrong here…
Alpha
  • 13,320
  • 27
  • 96
  • 163
1
vote
2 answers

smartsvn : a stored password or passphrase has been requested from the password store

When I restart Smartsvn on Mac and run 'svn up', it told me 'Enter Master Password. A stored password or passphrase has been requested from the password store' .I have already set 'store-passwords=yes' in ~/.subversion/config, but it doesn't work.…
Jason Geng
  • 59
  • 1
  • 8
1
vote
3 answers

SVN- pristine text missing

Already frustrated...Trying to update/commit/cleanup Tortoise SVN but always getting the notification about pristine text missing. found some posts/questions on SO and on the web, nothing helped: pristine svn-base file missing - suggests to clean…
ephraim
  • 379
  • 1
  • 3
  • 15
1
vote
1 answer

Any replacement of TortoiseSVN for MAC OS 10.10?

I am currently using SmartSVN for any Update on my server. But I have worked on windows system and Windows have same tool named TortoiseSVN is there any same tool or plugin which we can use in MAC to update our files or commit our files directly…
CodeChanger
  • 7,953
  • 5
  • 49
  • 80
1
vote
0 answers

Checkout from the svn and now getting the error RCSClient.xcodeproj cannot be opened because the project file cannot be parsed

The company is using SmartSVN, for the repository. I checked out the code and now I am getting this error. I tried again with no luck. Again I am getting the same error. Closed the Xcode and reopened it , again the same issues. I have doing the same…
Kumar Utsav
  • 2,761
  • 4
  • 24
  • 38
1
vote
1 answer

Migration of tortoisesvn local repository to mac

I have been using Tortoise SVN in windows using a local repository(copy also available in dropbox). Now for sake of work I have to migrate to Mac OS. Tortoise SVN is unavailable for mac and hence I decided to use SmartSVN. I have copied the Tortoise…
Aqvin
  • 85
  • 5
1
vote
0 answers

SmartSVN: PROPFIND of'/repo': 405 Method no allowed

I'm relatively new to svn and I changed URL domain some days ago, so http://svn.domain_old.com/ is now http://svn.domain_new.com/. I configured new domain in server configuration. All repos are under http://svn.domain_new.com/. When I trying to…
alcoceba
  • 421
  • 4
  • 18
1
vote
0 answers

Relocate option is not showing on SVN Repositories

I want to relocate my repository but on right click "Relocate" option is not there. I tried many time but didn't get any solution so please resolve this issue also check the attached screen shot. hope to hear from you soon thank you
Parmanand
  • 355
  • 2
  • 6
  • 15