Questions tagged [svnx]

SvnX is an OS X open source GUI for most features of the svn client binary.

According to its website, SvnX is an OS X open source GUI for most features of the svn client binary.

It allows you to browse your working copies, spot changes and operate on them but also to browse logs and revisions of your repositories.

It's written using Panther's new bindings mechanism for maximum flexibility and user experience.

17 questions
7
votes
4 answers

mac OS file system sandbox blocked open()

I've run into dyld: could not load inserted library '/usr/local/lib/dgagent/libpreload.dylib' because no suitable image found. Did find: file system sandbox blocked open() of '/usr/local/lib/dgagent/libpreload.dylib' error with several…
user2156173
  • 143
  • 1
  • 5
3
votes
3 answers

How to Merge file with Latest file in SVN

I'm using svn'X. i have one problem,i committed my latest code in svn. but xcode project not open when i check out and try to open because in committing time i did mistake. so, i check out previous version and did changes. its working fine. now i…
Ravi
  • 888
  • 6
  • 24
2
votes
1 answer

svn: E230001: Server SSL certificate verification failed: issuer is not trusted

I am using the svnX Version 2.0 (2.0.017068) and I can't connect. We already have a certificate for it, but it is giving me these errors: svn: E170013: Unable to connect to a repository at URL 'https://svn.sample.com/svn/web' svn: E230001: Server…
CoolDog
  • 137
  • 2
  • 10
2
votes
0 answers

svnX for mac os x connection issues

I've the svnX on Mac os X el capitan. Now I've setting my repository url, id and password. When I try to connect to repository I've this issue svn: E170013: Unable to connect to a repository at URL 'https://svn.myserver.com' svn: E230001: Server…
2
votes
3 answers

svnx alternative for windows

I just had to change to a windows laptop from mac, cause my mac is broken atm. so now I need an alternative for svnx, running on windows, really quickly! so I need a stand alone client, with which I can get my repositories from the server, review…
J.A.W.
  • 9
  • 6
2
votes
2 answers

Subversion client for Diff/Compare (Mac)

I'm looking for a (free) subversion client that gives a complete DIFF/Compare between two revisions. Xcode's Source Control comparison tool only compares one file at a time, and doesn't give you a list of files updated between two revisions. I tried…
Mustafa
  • 20,504
  • 42
  • 146
  • 209
1
vote
1 answer

Xcode 10 svnX issue

After updating to Mojave & Xcode 10. I am facing problem with SVN repository. Even though I know apple has removed svn source control from Xcode 10 still I think using svnX I can manage my codebase. See below the error I am getting -
Uttam Sinha
  • 722
  • 6
  • 9
1
vote
1 answer

Error with installing svnX (TortoiseSVN alternatives for mac)

I'm trying to install svnX 1.3.4dmg for iMac. It says “svnX” can’t be opened because it is from an unidentified developer. how can I do that. please help me with this.
Marlon Brando aka Ben
  • 863
  • 1
  • 14
  • 33
1
vote
1 answer

SVN can't update or upgrade working copy - errors E155036 & E155016

First - I'll admit SVN really confuses me. Newbie! I've got a Wordpress plugin I've been working on and wanted to post an update. It's gone smoothly in the past, but it's been a LONG time since I've done anything with it and I had to update my SVN…
1
vote
1 answer

svnx is not showing path section and also resolve is not working

I am facing following 2 issues while using SVN. When opens the Repository -> it is not showing paths sections. Attached the screen shot. When i get the conflict in any file, i click on resolve -> but it is not opening my diff merge. It shows me…
Apoorv
  • 39
  • 1
  • 11
1
vote
2 answers

svnX not working on MAC, Its always crash while opening

I am using svnx 1.3.4 on MAC , From yesterday it stopped working. I am getting below error. Let me know whats worn there. Process: svnX [750] Path: /Applications/svnX.app/Contents/MacOS/svnX Identifier: …
Uttam Kadam
  • 458
  • 1
  • 7
  • 20
1
vote
1 answer

Change working copy path while committing code to SVN Server.

I am using SVNX for maintaining version of my code on SVN server. Problem is that i checked out my code from different server IP. While committing my code the server IP changes. Could anybody tell me how to change the server IP while committing my…
Varun Mehta
  • 1,733
  • 3
  • 18
  • 39
0
votes
1 answer

how to commit "*.a" file in svnx?

I already tried this link (How to add *.a files into repository using svnX?) but didn't find *.a file on my working copy folder in svnx my svnx version 2.0b2 (https://subversion.assembla.com/svn/svnx/html/index.html) .a file is third party library.…
Kernelzero
  • 113
  • 13
0
votes
0 answers

How will the bug fixes in version 1 reflect in version 2 which has additional features

I am not that good with source control,I am having two projects namely with project 1 (version 1) and project 1 (version 2). Since version 1 is the old one,my only work with version 1 is to fix bugs in it. And i have committed the latest changes to…
BoredToDeath
  • 431
  • 2
  • 7
  • 21
0
votes
1 answer

SVNX Lock issue

First time I m facing this issue. When I try committing my project. I face issue like beloow svn: Working copy '/Users/administrator/Documents/Checkout/Mar 26 6.23 pm/XXX.xcodeproj' locked svn: run 'svn cleanup' to remove locks (type 'svn…
Rajesh
  • 10,318
  • 16
  • 44
  • 64
1
2