Questions tagged [rapidsvn]

RapidSVN is a graphical client for Subversion (SVN), an Open Source version control system

RapidSVN is a cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework. This project also includes a Subversion client C++ API.

RapidSVN wants to build a best of breed visual client that utilizes the best features of clients from other revision control architectures. While being easy enough for users new to Subversion to work with it must also be powerful enough to make experienced users even more productive.

Features:

  • Simple - provides an easy to use interface for Subversion features
  • Efficient - simple for beginners but flexible enough to increase productivity for experienced Subversion users
  • Portable - runs on any platform on which Subversion and wxWidgets can run: Linux, Windows, Mac OS/X, Solaris, etc.
  • Fast - entirely written in C++
  • Multilingual - it has been translated to many languages already: German, French, Italian, Portuguese, Russian, Ukrainian, Simplified Chinese, Japanese
  • Full support for Unicode

Official Website: http://www.rapidsvn.org/

Useful Links:

22 questions
14
votes
4 answers

svn log/diff frontend like gitk?

I want to study the changes made to Google Chrome's source code which is managed by SVN. A web interface can be found at http://src.chromium.org/viewvc/chrome/ I'd like to know if there's a GUI frontend that allows me to examine the timeline…
Wei Hu
  • 2,888
  • 2
  • 27
  • 28
6
votes
1 answer

Is it possible to revert a particular line in a file when using SVN?

I am working on a Ruby on Rails project and I have made lot of changes on a particular file. Now I want to revert changes in some of the lines in that file. Is it possible to revert those lines one by one in SVN?
webster
  • 3,902
  • 6
  • 37
  • 59
5
votes
2 answers

SVN checkout fails/client freezes under Windows7 64-bits

I want to check out a SVN repository but it times out. My environment is Windows 7, 64-bits. I tried: 1) TortoiseSVN, a shell-integrated plugin, 2) RapidSVN, a GUI 3) Cygwin by using the commandline svn checkout…
Hugues Fontenelle
  • 5,275
  • 2
  • 29
  • 44
3
votes
1 answer

The concept of a recursive commit in SVN

My office is kinda hooked up on SVN and I'm used to git. However I can do nothing about it, but to adapt. I noticed there are two different concepts in SVN: recursive add and recursive commit. What is the difference really? Using RapidSVN I…
wswld
  • 1,218
  • 15
  • 32
3
votes
1 answer

How to clear the settings of RapidSVN on Ubuntu?

For some reason, each time I reach a bookmark on RapidSVN, the app crashes. It doesn't even show me the error. Just closes itself. I've tried to do a complete removal of the app via Synaptic package manager and then re-install it, but it still has…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
2
votes
0 answers

Rapid svn error on checkout and update/commit

I've been using rapid svn for a while. Now I got this strange problem. When I checkout a folder rapid svn shows file transferring but the checkout folder is empty. When I try to update or commit it shows the folder does not exist error? I tried…
2
votes
4 answers

svn commit issue with NetBeans

My svn client is rapidsvn and ide is NetBeans. I suddenly got an error when I am going to commit my updates. I have given 777 permission and change owner of project, but still I couldn't fix that issue. When I commit the file in NetBeans it gives…
sanji
  • 1,310
  • 1
  • 12
  • 21
1
vote
1 answer

RapidSVN added question marks to all of my files

I was using RapidSVN for the first time and played around with the features. I wanted to download a file to my home folder and now all of my file icons have a question mark on them. How can I remove it? I'm using Windows 7.
Leo Jiang
  • 24,497
  • 49
  • 154
  • 284
1
vote
4 answers

Looking for SVN Best Practices When Building Rails Applications on Ubuntu

First a bit of background. I have been working on the MS platform for my entire development career. Up until 2 weeks ago, I had never booted any other OS than 98/XP/Vista. I started using VSS long long ago, and made the change to SVN about 2 years…
Levi Rosol
  • 4,398
  • 6
  • 28
  • 36
1
vote
0 answers

Error while performing action: Commit failed (details follow): Server sent unexpected return value (403 Access Denied) in response to DELETE request

Error while performing action: Commit failed (details follow): Server sent unexpected return value (403 Access Denied) in response to DELETE request '/svn/repo_name/!svn/wrk/942b321b-bbcf-417b-980f-618f8bd4cc10/danny.php' Guys I am getting this…
Danny
  • 135
  • 1
  • 7
1
vote
1 answer

URL:'http://reposUrl" does not exist

I got this error: TortoiseSVN: URL:'`http://reposUrl`" does not exist? When i'm trying to checkout repos: https://code.google.com/p/andro-ftp/source/checkout http://andro-ftp.googlecode.com/svn/trunk/andro-ftp-read-only or…
Jack
  • 724
  • 1
  • 8
  • 15
1
vote
2 answers

Adding svn:keywords in RapidSVN not working in Google Code

I'm using RapidSVN as svn client and to set the svn:keywords I have to go to each file, right-click > Properties > New > Name = svn:keywords > Value = Id > OK This is not a problem yet because the project doesn't have a lot of files, but I can't get…
user1687176
0
votes
2 answers

Subversion not updating original project?

I am new to subversion, I have imported an web project that we have been working on. We are able to access everything via the repository. We can checkout files, update them, commit them, and all of the changes can be seen by other users. My question…
jkiley
  • 1
  • 1
  • 2
0
votes
1 answer

How to change an old commits user to a new one in RapidSVN?

I am using RapidSVN and did some commits including the creation of folders using a user account which I have since deleted, how can I change these so they are assigned to my new user account?
bigdaveygeorge
  • 947
  • 2
  • 12
  • 32
0
votes
1 answer

Subversion : unable to update the repository (RapidSVN Linux SVN GUI Tool)

I'm trying to update my new repository which is stored in cloud assembla .com . Error: Error while updating filelist (sqlite[55]:cannot open savepoint - SQL statements in progress) Error: Error while performing action: Commit failed (details…
user2536273
  • 69
  • 2
  • 6
1
2