Wrox Programmer Forums
|
BOOK: Professional Joomla! ISBN: 978-0-470-13394-1
This is the forum to discuss the Wrox book Professional Joomla! by Dan Rahmel; ISBN: 9780470133941
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Joomla! ISBN: 978-0-470-13394-1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 11th, 2010, 08:18 AM
Registered User
 
Join Date: Aug 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default SVN Repository

Hi, I am trying to setup EasyEclipse and SVN. I have the latest versions of EasyEclipse for PHP and Tortoisesvn installed on Windows XP and Xampp. When I try and add a project to the SVN Repository the URL I enter is http://localhost/SVN_Repository but get the following error (Repository location C:\xampp\htdocs\SVN_Repository).

svn: PROPFIND of '/SVN_Repository': 301 Moved Permanently (http://localhost)

What URL do I need to enter, I have looked on the web and tried other suggestions but other errors like below when the Repository location is C:/svn_repository

Couldn't open a repository
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///C:/svn_repository'
Unsupported FS format
svn: Expected FS format '2'; found format '4'

Thanks,
Hannes
 
Old August 28th, 2010, 10:00 AM
Authorized User
 
Join Date: Aug 2010
Posts: 11
Thanks: 0
Thanked 4 Times in 3 Posts
Default Subversion

Hi Hannes,

I've just been through the same problem with EasyEclipse and TortoiseSVN and what it comes down to is that the repository created by TortoiseSVN is not compatible with the version expected by Eclipse.

I tried fora for both applications without any joy but, eventually, discovered a comment somewhere that suggested using the command line utility "svnadmin" to create a repository that is compatible with both applications.

I downloaded this from Slik Subversion and used it successfully to create a repository folder that can be read by both TortoiseSVN and Eclipse. However, you have to ensure that you use an option to create an older version than the default.

When you've installed Subversion, create an ordinary folder in your chosen place for a repository and open a command line editor there. Run the command: "svnadmin help create".

This will show you various options available and you need "--pre-1.5-compatible". Use this to create the repository structure in this folder and you should then find that it is recognised by both of the other applications.

Hope this is clear and works for you!
 
Old August 30th, 2010, 05:17 AM
Registered User
 
Join Date: Aug 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Subversion

That worked. Thanks a mil....





Similar Threads
Thread Thread Starter Forum Replies Last Post
The Professional Flex 3 Book Repository is Online Joeflash BOOK: Professional Adobe Flex 3 3 June 16th, 2009 08:37 PM
WebDAV repository custom realization zipfer Oracle 0 August 6th, 2007 08:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.