Tuesday, May 3, 2011

Web SVN for Windows?

Is there an equivalent for Windows? http://www.websvn.info/features/

From stackoverflow
  • You can integrate PHP into IIS and run WebSVN on there.

  • you can look at VisualSVN we have been using it for over 2 years now and its just fantastic. The server is absolutely free. You can use normal tortoise SVN client [free again] with the server without any problems at all.

    If you intend to use their Visual Studio.Net add-in, then you might have to shell out 50$ per user license. this is absolutely optional, we have taken up the licenses and i must say that its really handy to have your SVN operations from within .Net IDE.

    CoffeeAddict : I don't want to use Tortoise inside VS. Thanks though. I do use Visual SVN server.
    CoffeeAddict : I'm talking about web access to repositories, not a client to create them or use subversion within VS. Two different topics.
    gbjbaanb : VisualSVN, while really good easy-to-install Windows SVN server, doesn't have the best web interface. Its there, its functional, it's.. lacking many features other ones have.
    Vikram : i had probably gone on a slightly different track - here is a web based SVN application for windows http://www.sublimesvn.com/
  • VisualSVN Server, it's similar. You are able to browse your repositories via browser.

    alt text

    CoffeeAddict : Yes, but I want to get a list of all without manually having to copy the URL from that client
    CoffeeAddict : copying the url into a browser cannot find the page.
    boj : You dont have to copy url (the screenshot is just about the UI). Common problem with VisualSVN, that it uses certificate - and ie. Opera hate that. But with IE you should able to open http://MACHINENAME:YOURPORT.
    boj : Step-by-step config: http://www.visualsvn.com/server/doc/server-config/
  • Try Trac. Its written in python, which means its cross platform, and is possibly the most well integrated wiki/issue tracking system to SVN going. If you use VisualSVN Server (and you should), its very easy to install.

    Trac has a very nice web browser, amongst its other features (all of which can be turned off if desired)

    Otherwise, assuming you're running subversion through Apache, you can install any of the web-based viewers. Some are more difficult to get going (eg Insurrection, which relies a lot on mod_rewrite, which was too tricky in the end for me to install on Windows) but most are simple.

0 comments:

Post a Comment