Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
Is Visual SVN free plugin for VS2010 suitable for commercial project development ??
Has anybody here worked on the same. Which is better AnkhSVN or visual SVN???
Posted

1 solution

If you are asking about SVN server, I tried many and found that the two very best are:
1) SVN Server for Linux; 2) for Windows, Visual SVN server is by far the best.

It also depends on this: is your team distributed, or it is in one LAN. If the team is distributed, I would recommend dedicated development Linux server and HTTPS (you will also need a certificate, at least self-signed).

As the the client SVN, I think this is a matter of decision of every individual developers. I, for example, hate the idea of Visual Studio plug-in. First, it's too intrusive for me, and, more importantly, what to do with non-VS development? To me, the ideal solution is TortoiseSVN. Seriously, you should only recommend developers something, but never enforce any particular client. Developers can decide by themselves.

[EDIT]

As far as pricing and license are concerned:
http://www.visualsvn.com/server/licensing/[^].

Here is the idea: I advice to use only the server authentication, not Windows. We usually worked on a local domain without passwords, to make it less annoying. Why not? Nobody from outside worlds cannot access it anyway, and all the moves are recorded.

If you use passwords, the are not stored anywhere, like with in a decent system (hash functions are stored, finding out passwords is cryptographically infeasible). So, even in distributed international team, we used SVN authentication, via HTTPS, for safety.

All other Enterprise features are absolutely not needed, simply because people playing the role of administrators can access the server's host locally.

In other words, if your team works in the same LAN or same domain, free-of-charge "Standard Edition" is perfectly suitable. And when and if you grow out of these settings, you can later easily grab your code base (this is nothing more then a directory with files, in SVN format) and copy it into any other host and configure with any other server, including some which are non-SVN. No vendor lock-in, really.

—SA
 
Share this answer
 
v2
Comments
sp1786 19-Feb-13 0:31am    
Team is in one LAN.. Will this combination work fine and is free??
1. Server Utility: Visual SVN
2. Plugin: Visual SVN plugin for VS 2010(If we consider working in one lan does it mean we can use Community license(refer: http://www.visualsvn.com/visualsvn/purchase/#faq_po)]
Sergey Alexandrovich Kryukov 19-Feb-13 0:39am    
Perfect.
1) I recommend Visual SVN server, certainly. No manual config, perfect server control; you choose from HTTP and HTTPS. By the way, use the option of having console-mode client, in some advanced cases it's very useful.
2) Does not matter much. I do not recommend Visual Studio plug-in and would strongly recommend TortoiseSVN (a plug-in of the Shell, by the way, will work with any decent file manager (Shell-based) including Explorer, all sits in file manager's context menu and bound to a local directory; I would not dream about better idea). However, I don't want to press on it; and you don't want it, too. It's the best to leave this to each team member.

I answered. Will you accept the answer formally (green button)?

Anyway, you better try these tools to see if you like them. Your follow-up questions are of course welcome.

—SA
sp1786 19-Feb-13 0:43am    
Please confirm IF Community license of Visual SVN is suitable for one lan situation??(Yes/No) Are there any drawback which makes it mandatory to purchase the licensed version...
Please confirm if Visual SVN plugin is free(though not recommended by you as i understand)
Sergey Alexandrovich Kryukov 19-Feb-13 0:52am    
Excuse me, I don't understand what do you mean by one lane situation. Please check the license: freeware for standard edition. Check the features and see if it's good enough.

Important thing is: you have no risk. Even if you move to a different server and server software, the subversion database is still yours. I, for example, move my database on regular basis, copy it, etc. If something is wrong with this server (I don't see any limitations, so, let's just speculate), you will grab your code base and move to any other place, with any other server, on any other platform. You won't loose a tiny bit of your code asserts...

Moreover, you can even migrate to different, non-Subversion type of Revisions Control Software. Many good product support SVN repository.

—SA
sp1786 19-Feb-13 0:57am    
Let me explain :
Sorry for the spellings.. i meant one LAN scenario...
i wanted to confirm if the basic functionalities needed are available in Community License of Visual SVN...
I donot undersatnd the Active Directory domain part mentioned on their site...

Community License
Can only be used on a computer that is not a member of an Active Directory domain.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900