Tagged Questions

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

learn more… | top users | synonyms

2
votes
4answers
989 views

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 ...
0
votes
1answer
55 views

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 files have a question mark on them. How can I remove it? ...
0
votes
2answers
193 views

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

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 ...
0
votes
3answers
444 views

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 ...
0
votes
1answer
786 views

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

When a user is useing 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? ...