Name: Anonymous 2006-09-27 4:29
So I'm trying to use Subversion, but I run into the following problems:
1. The Apache mod has to be restarted every couple of days because it's buggy and makes the svn client hang.
2. I really hate the .svn directories inside my files. It's an ugly hack. They mess up local backups, file search, and when I need to manage directories, like copying an application directory into a new one, I have to get rid of them before svn add, otherwise it gets all messed up.
3. I'd like it to automatically add or delete what I add or delete, as I'm always working with the full project.
4. Another problem is when I delete a directory in svn. The directory stays, to mark it has been deleted in the .svn files. But then I can't create a directory with the same name.
5. I also hate how slow is it.
Any suggestions of workarounds for these issues, or another version system that's less intrusive and hackish?
1. The Apache mod has to be restarted every couple of days because it's buggy and makes the svn client hang.
2. I really hate the .svn directories inside my files. It's an ugly hack. They mess up local backups, file search, and when I need to manage directories, like copying an application directory into a new one, I have to get rid of them before svn add, otherwise it gets all messed up.
3. I'd like it to automatically add or delete what I add or delete, as I'm always working with the full project.
4. Another problem is when I delete a directory in svn. The directory stays, to mark it has been deleted in the .svn files. But then I can't create a directory with the same name.
5. I also hate how slow is it.
Any suggestions of workarounds for these issues, or another version system that's less intrusive and hackish?