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
0
votes
2 answers

tortoiseSVN repository, access from portable device

I have a programming project with >20 files where I'm currently using TortoiseSVN as a versioning software. The repository is on a local harddrive and I'm the only one accessing the files. However, I work on the code on multiple PCs (all Windows…
0
votes
1 answer

RapidSVN Error: Error while updating filelist (Unknown error! )

I have been using RapidSVN for quite sometime now. When i was updating some of the directories my ubuntu system hanged and i had to restart the rapidSVN after it was back to normal. Since then i'm not been able to access the directories through…
Abhishek Agarwal
  • 846
  • 4
  • 13
  • 34
0
votes
1 answer

Need help in setting up SVN on my machine

I have successfully installed svn on my PC using this tutorial without any problem https://help.ubuntu.com/community/Subversion (I am using Access via WebDAV protocol (http://)) Ok, now I have very specific need as it is outside the scope of above…
0
votes
4 answers

../include/wx/mac/carbon/private.h:1459: error: ‘Cursor’ does not name a type

I have been using RapidSVN on a Linux machine for the past few years - it has become an excellent tool for managing my source. Yesterday my trusty Linux laptop had a couple of strokes so I decided it was time to replace it. Today I went out and…
muz the axe
  • 418
  • 2
  • 17
0
votes
1 answer

Netbeans RapidSVN and respositories

I had a Netbeans project with all the directory structure and so forth. I imported my Netbeans project to an online repository. The above was all done with a windows pc. Now, with Ubuntu and RapidSVN (a GUI svn client) I checked out my repository…
CodeKingPlusPlus
  • 15,383
  • 51
  • 135
  • 216
0
votes
2 answers

Can I prevent from users to delete files from the server using TortoiseSVN and RapidSVN?

When a user is using TortoiseSVN and RapidSVN, he sees the files as they are on the server, and thus has the ability to delete them. I want to prevent that. Maybe to block the option to delete? To clarify, I want the only way a file will be deleted…
Oded
  • 795
  • 2
  • 12
  • 32
-2
votes
1 answer

How do I create a branch and how to use one branch in trunk in SVN?

I have one php project which have two different branch and inside it some content is different. I want to create 2 branches for it in SVN but now question is how to use one branch in trunk? If some files are common in both branches and want to…
Kinjal Modi
  • 56
  • 1
  • 9
1
2