I was moving my svn projects to git repository. I needed to get rid of all the .svn folders recursively. Following is the script that I used:
Popularity: 1% [Continue Reading ?
JAN
I was moving my svn projects to git repository. I needed to get rid of all the .svn folders recursively. Following is the script that I used:
Popularity: 1% [Continue Reading ?
JAN
Ever since I started using svn I have found it an indispensable tool. I have created a local repository on my hard disk and all my personal projects are using this repository. And having had lots of hard disk crashes last year, I fear for the loss of my code files. So, I thought about a regular backup system.
I also have Ubuntu installed as a virtual machine. And Ubuntu has this Ubuntu One feature, which gives ...
Continue Reading ?