Skip to content

Having Svn and Git Share The Same Sandbox? #22880

Answered by sfynx
dtashley asked this question in New to GitHub
Discussion options

You must be logged in to vote

@dtashley wrote:

I’m migrating from Svn to Git, and during the migration process, I’d like to have Svn and Git share a sandbox.  What I mean is that my sandbox would have both a .svn and .git folder.  My workflow would be to make code changes, commit to Svn, then commit to Git.

 

Question #1:  Has anyone done this?  Will it work?  Can the two products share a sandbox?

 

 

Here it could be a challenge to keep the ignored files/directories in sync for both systems (except for each other’s .svn and .git directories) so you do not add anything unintentionally, and preventing the two remote repositories from diverging. In my experience the git-svn mechanism is very handy to assist …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants