I wanted to use a particle system in a kinect project with c sharp . and I found flint particle at http://code.google.com/p/flint-sharp/ .seems it uses svn . I've previously worked with SVNs with eclipse . now I want to use it in my visual c# express 2010, and it seems I should use tortoiseSVN and ankhSVN . I installed both and from the tutorials there should be a tab at tools>options>source control , but there's no such tab .
I'll be appreciated if anyone can help me with this . tnx
Asked
Active
Viewed 706 times
0

m0j1
- 4,067
- 8
- 31
- 54
1 Answers
2
express edition just does not support add-ins.
-
yup its annoying but its one of the drawbacks of using the express tools, no resharper meant no use express for me. Thats just life unfortunately – krystan honour Mar 24 '12 at 14:38
-
so there's no way for me to use SVNs in my visual c# project? – m0j1 Mar 24 '12 at 20:15
-
2You don't need a plugin to use SVN. You can use Tortoise SVN or another SVN client. You just can't have it integrated into the IDE which doesn't give a great deal of extra convenience / functionality. – Steve Kaye Mar 24 '12 at 21:28