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
25
votes
1 answer

how to cancel svn commit when editing the commit-notes (command line client)

I'm using the command-line SVN client on Linux. I typed svn commit which invoked vim to edit the commit notes. When I looked into the list of modified and added files I decided to cancel the commit. But how can I achieve that? Is it already too…
fishbone
  • 2,706
  • 2
  • 30
  • 43
23
votes
4 answers

Javascript SVN wrapper

Is there any Javascript library that enables to read and commit files to a Subversion server? The server could be using the svn:// protocol or the http:// (dav_svn) protocol. If one is more convenient that's ok, though a library that could handle…
Matthieu Napoli
  • 42,736
  • 37
  • 154
  • 239
11
votes
8 answers

how to solve the "zlibinstream:exceeded bytesIn" error in vnc

Every now and then I get the "zlibinstream:exceeded bytesIn" error when trying to connect to my server through my vnc. Why do I get this error and how can I solve it when I get it - without restarting my server ?
yehudahs
  • 2,109
  • 7
  • 26
  • 43
11
votes
9 answers

GUI SVN client for Debian Linux

Does any one know of a good, free, GUI SVN client for Linux?
Dana
  • 2,431
  • 4
  • 30
  • 44
9
votes
11 answers

R.Java not generated

I have downloaded code from google codes but when I import that project in my eclipse IDE it does not generate R.Java file.I searched many blogs and forums and tried many things like cleaning ,rebuilding, creating project from existing source etc…
Waseem
  • 1,335
  • 4
  • 20
  • 28
9
votes
3 answers

SVN client for SQL Server Management Studio 2005

I have installed Tortoise SVN and AnkhSVN, but neither one shows up in my SQL Server Management Studio 2005 under the Source Code Control options. I know they work because all my Visual Studio projects are working fine. Do I have to do install a…
Raj More
  • 44,313
  • 31
  • 123
  • 191
4
votes
1 answer

C# SvnClient Get Authorization Username

I can't seem to find a way to get the username through C# SvnClient. In command line, you have ability to type "svn auth" in command prompt, and it shows the username there. However, it is not as simple in the C# SvnClient API. The API does have an…
Ilan Keshet
  • 488
  • 2
  • 15
3
votes
1 answer

What's the difference between -r and url@rev in SVN?

Can someone explain the difference between the use of the -r REV and URL@REV syntax in the following two SVN commands: svn co -r6002 https://svnserv2.acme.com/stx/project1/trunk/gui/Mammoth/WebContent/css svn: Unable to find repository location for…
user2187357
  • 71
  • 1
  • 1
  • 2
3
votes
1 answer

Is it possible to find out Revisions in SVN where in a merge activity was performed

I am trying to find out list of revision on a branch in which a Merge was performed (This could be from any of the branches in SVN) I have been doing a lot of search and have found ways to identify Revision which were merged and even revision which…
Salman A. Kagzi
  • 3,483
  • 11
  • 42
  • 62
3
votes
3 answers

Tortoise SVN Client and getting repo-browser url from .svn folder

I have this file structured svn directory and file: When I try to see repo browser: Tortoise can easly find the url of this folder: I wonder that how tortoise got the url of the folder where I clicked to see in Repo Browser? Edit: Tortoise SVN…
uzay95
  • 14,378
  • 28
  • 105
  • 167
2
votes
1 answer

svn_client_checkout3 crashes with EXC_BAD_ACCESS

I want to checkout a working copy: apr_pool_t *pool = NULL; apr_pool_create(&pool, NULL); svn_client_ctx_t *context = NULL; svn_client_create_context(&context, pool); svn_opt_revision_t revision; revision.kind =…
user142019
2
votes
0 answers

Subversion client 1.9 offline installation on RHEL

My OS version: uname -or 2.6.32-642.3.1.el6.x86_64 GNU/Linux I want to install subversion client to Redhat Linux offline, How can I achieve that ? I've downloaded the below list of rpm files from…
2
votes
2 answers

Can I change or add a property for my release number to the svn repository?

Svn is generating automatic numbers for revisions. RevNo Date Desc 1 2012-01-01 Initial directories are created 2 2012-01-02 Something added 3 2012-03-10 something changed 4 2012-03-18 Ready for Release_1.0 and…
uzay95
  • 14,378
  • 28
  • 105
  • 167
1
vote
0 answers

Checkout github folder with svn-client, svn update not working correctly

I found svn client can checkout specific folder from github. (https://stackoverflow.com/a/18194523/8074178) so, i did checkout github folder with svn client like below, svn co https://github.com/{owner}/{repo}/trunk/{related path} and change some…
kospi
  • 215
  • 3
  • 9
1
vote
1 answer

Subversion Choices

I know the question has been probably asked hundreds of times, but I have been looking into setting up a subversion client at work and was wondering what would be most suitable. I have had experience with AnhkSvn as well as VisualSVN (of cource…
ocross
  • 572
  • 1
  • 5
  • 22
1
2