Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

My biggest beef with SVN is that I can't checkout from the repository and have it automatically know when I delete or add files and directories. That is, I have to remember to use 'svn rm' instead of just 'rm'.

Past that, it's great.



That's a feature, not a bug.

I don't want all my random files like object files and temp files getting added to the repository. You can implement this for yourself though, using the output of "svn status".


Sure, but I'd rather it reflect everything except directories I explicitly ignore (you have to explicitly ignore directories anyway).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: