Re: Can not check out Trunk with SVN

2008-05-23 Thread bonekrusher
Thank you J.Pietschmann, That works and brings me to my next question. Sorry for all the questions, but I am trying to learn :) When the check out starts I receive this message: svn: 'trunk' is already a working copy for a different URL; run 'svn update' to complete it So I run: svn update

Re: Can not check out Trunk with SVN

2008-05-23 Thread Adrian Cumiskey
Hi bonekrusher, It sounds like you have already checked out (partially or otherwise) http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk. Its probably best to start again by deleting your c:\fop_Home directory and make a fresh clean checkout as J.Pietschmann suggested :- svn co

Re: Can not check out Trunk with SVN

2008-05-23 Thread bonekrusher
Thanks Adrian! Perfect Adrian Cumiskey wrote: Hi bonekrusher, It sounds like you have already checked out (partially or otherwise) http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk. Its probably best to start again by deleting your c:\fop_Home directory and make a fresh clean

Re: Can not check out Trunk with SVN

2008-05-22 Thread Joe Schmetzer
On Thu, May 22, 2008 2:51 pm, bonekrusher wrote: Hi, please see related post: http://www.nabble.com/Setting-up-FOP-Trunk-in-Netbeans-6.1-td17338581.html The SVN repository is unavailable. http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/ Receiving the following error from SVN command

Re: Can not check out Trunk with SVN

2008-05-22 Thread bonekrusher
Hi Joe, Speak to your network administrators about fixing up their proxy configuration. - this will never happen. I will try to check from home. Thanks Joe Schmetzer wrote: On Thu, May 22, 2008 2:51 pm, bonekrusher wrote: Hi, please see related post:

Re: Can not check out Trunk with SVN

2008-05-22 Thread J.Pietschmann
bonekrusher wrote: Speak to your network administrators about fixing up their proxy configuration. - this will never happen. Alternatively, try HTTPS, which should go through the proxy: svn co https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/ J.Pietschmann