Error svn: warning: W155007

Hi,

In 4.1 there was a bug where working copies in paths with spaces in them would not connect properly. This has been fixed for the 4.2 release.

You need to check out a working copy to work with Subversion. Generally this is best achieved by using a 3rd party tool such as TortoiseSVN. Once installed you can:

  • Close the editor.
  • Right-click on the folder in Explorer that contains your project and select “SVN Checkout”, selecting the path in your repository that you want the files to map to. This will create an ‘empty’ working copy on you rlocal machine that you can add to.
  • Select the Build, Config, Content, Source and (optionally - you may not need this if you are always going to build your binaries locally) Binaries directories and select “Add…” from the context menu to add the files to your depot.
  • Commit the files you just “marked for add” by selecting the “SVN Commit” option.

Now when you run the editor you should be able to connect and work with your SVN working copy.