This forum is no longer active. Please post your questions to our new community site
SVN repository on Windows - Hope This Helps
|
|
I keep seeing this problem, in one form or another, on here and having been through the pain the answer, while obvious once you see it, isn’t that obvious. I think I need to share the pain I’ve been through to help provide a more complete answer than the one I see posted repeatedly. Repeated Question: What is the URL for the default Trac Stack svn repository from the command line on Windows ? Version: Trac 0.11.6 Scenario: You’ve installed the Trac stack onto a Windows XP box, accepting all the defaults. Here are the variables that will make a difference in this example -replace them with the actual variables in your case. Machine name: BITNAMI You can see the project in “C:\Documents and Settings\Administrator\BitNami Trac Stack projects\Foo” The repository, according to C:\Documents and Settings\Administrator\BitNami Trac Stack projects\Foo\conf\trac.ini Your source browser can see the SVN repository through the web interface at http://BITNAMI/trac/Foo/browser You now want to conect to the svn repository from either the command line or a tool such as Tortoise. But what is the URL? Now on Linux and Mac OSes the URL for the default Trac Stack svn repository would be your choice of either
And other answers on here tell Windows users to point their SVN repository browser to: What does repository_name mean in a Windows context, given drive letters, directory separators in the “wrong” direction, and Windows inability to neatly handle spaces in directory names? It means:
So, for example, in the scenario above the URL is: “svn://BITNAMI/Documents and Settings/Administrator/BitNami Trac Stack Repository” You can verify this if you’ve run the very helpful “C:\Program Files\BitNami Trac Stack\scripts\setenv.bat” file which allows you to run svn from the command line: $ svn co “svn://BITNAMI/Documents and Settings/Administrator/BitNami Trac Stack Repository” ./working I hope this help other Windows users with a minor niggle to what is otherwise a great product. |
|
|
Thanks for posting this great tutorial! I’m sure that will be very useful for a lot of bitnami users. |
|
|
Thank you very much for ur sharing. In my own PC (Client side) but I can not use TortoiseSVN to Commit new files to the server The error message is : commit failed (…) have you ever met this problem? |
|
|
Hi, Did you try with the full path?
|

