rapidsvn

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 ago. With SVN I use TortiseSVN and use the standard branch/tag/trunk setup. My projects ...

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? Thanks, Oded EDIT I want the only way a file will be deleted from a server is that a user deletes it from his local drive, and then commits it...