Categories
Programming & Web Development Tutorials & Tips

Using Git with Subversion repository subdirectory

Interacting a local git repository with a subversion one has been very useful and is very common on old projects. The way to do that is by using the git svn commands. But sometimes there are situations where there is one large repository with several projects as subfolders in that repo. Using the standard svn […]