Recent questions tagged subversion

Description : How to change permissions on a file in subversion?

Last Answer : answer:Subversion does not store or version the permissions on files which, to me, makes sense - it is concerned only with the contents and structure of your files. The exception is that you ... then I'd suggest making a checkout script that does a chmod after your checkout has completed.

Description : Does any one have experience using hosted svn? Are they reliable?

Last Answer : answer:We used http://www.svnrepository.com/ before we migrated to our own servers. No downtime, but it was a little slow. But, if you have any choice right now, use a DVCS!!! (like bzr ... productive. I cannot stress enough how much better it is not to be using SVN. Seriously. Seriously. Seriously.

Description : Has anyone run into problems in TortoiseSVN where the 'author' isn't written to the log?

Last Answer : answer:I found the answer! TortoiseSVN will always try to connect anonymously before it connects with authentication (whichever has the most privileges). Misunderstanding SVN authentication, I'd opened up anonymous ... to: anon-access [equal] none auth-access [equal] write Which fixed the problem.

To see more, click for the full list of questions or popular tags.