Tag Archives: subversion

Recursively delete .svn folders from a folder or directory

Use this simple command to find and delete .svn subversion folders from within a folder or directory using mac linux terminal command line. find ./ …

View more

Tagged: Leave a Comment

Dealing with a subversion conflict

I always find blogging what i find out is a good idea, we sometimes get conflicts with our subversion repository so here is a list …

View more

Tagged: 5 Comments