Is there any way to use git-svn from within Netbeans. I'm currently working on a project that uses svn, and I'd like to at least use git locally.
No interaction between them. Just ignore the . git folder for SVN and the . svn folder for Git and you should be fine.
Importing Files into a Repository To import a project to a repository: From the Projects window (Ctrl-1 on Windows/Cmd-1 on OS X), select an unversioned project and choose Versioning > Import into Subversion Repository from the node's right-click menu. The Subversion Import wizard opens.
NetBeans currently does not support git-svn. You still may use NetBeans for local Git repository, but you have to run git svn rebase
and git svn dcommit
yourself.
Another option is to use SubGit on a server-side:
Hope that helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With