I have a number of client repositories in Subversion that are now being changed to git. The client does not care about the change history, so what I'd like to do is:
- Import/ convert using Bitbucket
- Initialize a git repository in the current svn-controlled folder
- Start using git
Is this possible? Is it going to be a giant pain? The only real reason it matters is because I'd like to do this on the servers as well to avoid having to create a new project on each server and re-point the Apache/ Nginx/ etc configuration files.