Questions tagged [svn-client]

SVN client is a sofware implementing the client role specified in the client–server model of the Subversion revision control system.

Notable SVN clients:*

28 questions
1
vote
0 answers

Any SVN GUI client for Mac is able to compare property changes?

I have changed the ignore property in my SVN repo. But none of my SVN GUI clients can compare the property changes. So when I view log, I am not able to figure out what property changes I have made. Is there any SVN GUI client for Mac is capable of…
Yongyi
  • 327
  • 2
  • 12
1
vote
5 answers

Install latest SVN 1.9.2 on CentOS - libserf-1.so.1 is needed error

CentOS 6.5 Subversion rpm: http://opensource.wandisco.com/centos/6/svn-1.9/RPMS/x86_64/subversion-1.9.2-1.x86_64.rpm Ran rpm -ivh on the above file and getting the following error. What should I install (yum install ??) to get rid of the following…
AKS
  • 16,482
  • 43
  • 166
  • 258
1
vote
7 answers

What is the most widely used SVN client?

I just started using SVN as of last week (TortoiseSVN), is there any SVN client that's more popular?
Drew
  • 85
  • 3
1
vote
1 answer

Dealing with Subversion (TortoiseSVN), From Where to start?

I want to develop a website in (ASP+C#) which deals with version control. In that application my scenario is as follow: A user signing in to application and editing a post, the website may display to all users the previous and new version of the…
Khaksar Weqar
  • 425
  • 3
  • 13
0
votes
1 answer

Some SVN tasks ..remote local sync etc

Here is the setup, many windows client machines access local SVN server (ubuntu) in LAN. The local SVN server is also connected to internet but windows clients are not connected. There is a remote SVN server (ubuntu) to which I need all the…
Shanthi
  • 637
  • 2
  • 7
  • 17
0
votes
1 answer

Tortoise SVN Side Hooks Scripts

Can someone help me how to capture the log message in Client-side hooks script i.e., for manual-pre-commit hook in Tortoise SVN. Thanks ! John
John
  • 89
  • 1
  • 10
0
votes
1 answer

Checkout svn directory without client software?

The computers where I work are locked down very tight, I have one computer I can connect to the internet with, but only Internet Explorer and Outlook can access the internet. I also cannot install software on it. I have a separate "standalone"…
Airuno2L
  • 187
  • 7
0
votes
1 answer

Is there a svn client for Visual studio online?

I'm trying to add resources to our Visual studio online SVN, but without using Visual studio or any visual studio plugin. Does someone know if this is possible? I tried with only tortoise SVN, but no luck. It shows that it move to an endless long…
Spons
  • 1,593
  • 1
  • 17
  • 46
0
votes
1 answer

Update svn client (via tortoisesvn or command line)

When in Windows command line I input this: svn merge -rHEAD:149258 MySVNPath MyLocalPath I get error: svn: E155021: This client is too old to work with the workign copy at 'MyLocalPath' (format 31). You need to get a newer Subversion…
Aremyst
  • 1,480
  • 2
  • 19
  • 33
0
votes
1 answer

Is there any other solution like 'svnbridge'?

I joined a new team which choose the tfs 2012 to manage source code, because it is upgraded from vss. But as I know, more team members like subverion. It is hard to use tfs in these a few mouths, and I find that 'SvnBridge' can help developers use…
workingbird
  • 67
  • 1
  • 6
0
votes
1 answer

svn client to group commits by time range

Is there any SVN Client/Eclipse plugin which could let the user see all his/her commits during a time range (per day, etc)? Since our CI doesn't support grouping the commits by tasks, how can I do the above thing by myself? Is there a way to see…
blue123
  • 2,937
  • 7
  • 27
  • 29
0
votes
1 answer

Svn and local folder authentication

There is good way to get access to repository with: http://username:password@repoUrl If you want to get access to svn folder on disc which isn't created by you, you would get always security error from svn.exe . If A user checked out the codes from…
uzay95
  • 16,052
  • 31
  • 116
  • 182
-1
votes
1 answer

Configure SVN Client in CentOS 7 from CLI

I want to configure a svn client(location, servers, proxy, and authentication) in CentOS from CLI. I searched but I found info only related to svn server.
user3541631
  • 3,686
  • 8
  • 48
  • 115
1
2