4

I am using PhpStorm and Dreamweaver for my PHP projects, but now we are going to start on a project on which 6-8 persons will be working together.

I want to know which is better Subversion or VisualSVN?

Is it possible to to use VisualSVN with PhpStorm?

Setup is like everyone have there own pc, and one fileserver.

However that server is also being used by .NET team, which they have installed the Team Foundation Server.

Now I also want to use that same server with TortiseSVN and Subversion or VisualSVN anything that works better with PhpStorm and Dreamweaver.

Need all of you developers, Guidance.

Which approach is better? and should be followed.

Also keeping in mind, I don't want to use Subversion installed on a local PC, every PC is been given only 80GB space which includes, softwares, drivers windows etc. Only want to setup the main centeral Subversion server, but the secure one.

bahrep
  • 29,961
  • 12
  • 103
  • 150
Sizzling Code
  • 5,932
  • 18
  • 81
  • 138
  • The question *"which is better Subversion or VisualSVN"* is a bit odd. – bahrep Mar 15 '13 at 15:32
  • @bahrep Sorry my fault, I was new to it and was struggling to know what actually is this. Now its becoming more clear to me. At that time i was referring this as to subversion http://subversion.apache.org/ LOL. But Now i am using VisualSVN Server. – Sizzling Code Mar 15 '13 at 18:30

1 Answers1

2
  • VisualSVN Server is an Apache Subversion server package for Windows.
  • You can access VisualSVN Server with PhpStorm or Dreamweaver. No issues with that.
  • You can install VisualSVN Server on a server machine (obviously).
bahrep
  • 29,961
  • 12
  • 103
  • 150
  • Sir, i have Chosen VisualSVN and i installed and did the setup on the windows 2008 Server. i accessed it on the other PC, it is working great. But i want to setup the PHPStorm on client PC to connect to that server with VisualSVN. That Feature is available on the dreamweaver easily for manage site, But i can't find it over the PHPStorm – Sizzling Code Mar 15 '13 at 18:24
  • 1
    @SyedHaiderHassan for PhpStorm please consider the help article at http://www.jetbrains.com/phpstorm/webhelp/using-subversion-integration.html – bahrep Mar 16 '13 at 06:24