Managing Version Control
Hi,
I am having some trouble trying to manage version control in my projects. Is there any documentation on that?
In particular,
1) how do I add files to the ignore list? I know this was asked before here but I didn't find an answer. I don't want to commit things like source_gen, so I added them to svn:ignore, but it does not seem to work.
2) how are different version control systems integrated? For example, I have both svn and git on a project. If I change something, it gets highlighted. But then if I commit, will it commit to both? What if one of them fails and they get unsynchronized, will the changes still be highlighted?
3) how can I control the "roots under VCS"? For example, I wanted to remove svn from my project and keep using only git. Can I say something like "don't worry about svn in this project"?
Thanks for the great system!
Thiago
Please sign in to leave a comment.
Hello, Thiago!
Unfortunatly we do not have documentation for Version Control support. Mostly, using vcs in MPS is similar to using it in IDEA. We have some documentation about changes highlighting though: http://confluence.jetbrains.net/display/MPSD1/Changes+highlighting.
On your questions:
Regards,
Julia
Hi Julia,
thanks! That's everything I needed!
Cheers,
Thiago