Closed GoogleCodeExporter closed 9 years ago
Maybe, I've never used Git before, or any distributed source control (although,
at work we're preparing to move from P4 to Mercurial soon). Got any
recommendations for a good plugin for VS?
Original comment by nicholas.woodfield
on 7 Dec 2012 at 2:33
For git with VS, I'm using both:
- gitextensions (http://code.google.com/p/gitextensions/): The interface is
clean and all the features are exposed.
- Git Source Control Provider Extension (downloadable from the extension
manager, after you have to setup it as the current source control plugin in
VS), mainly to get an icon status on each file in the solution explorer.
For assimp.net, I needed for example to allow AnyCPU working, so I have updated
AssimpMethods to make it working. I'm probably going to put this modified
assimp.NET version on SharpDX git (as an internal project), but will be pleased
to push bach these changes to assimp-net.
Original comment by alx.xo...@gmail.com
on 7 Dec 2012 at 2:45
FYI, I've cleaned things up for AnyCPU support, which is now in the repository.
Still need to test things a bit more.
For the time being I probably won't move to Git, but I'll keep it in mind when
I have free time in the future. I have a backlog that I need to whittle down
first for several projects. Thanks for the links/suggestions
Original comment by nicholas.woodfield
on 31 Dec 2012 at 5:14
Original issue reported on code.google.com by
alx.xo...@gmail.com
on 5 Dec 2012 at 2:43