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 c:\fop_Home

and get this message:

Skipped 'C:\fop_Home'


What am I doing wrong?

Thanks,

Bones



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 line:
 
 C:\fop_Homesvn co http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
 
 svn: PROPFIND request failed on '/repos/asf/xmlgraphics/fop/trunk'
 svn: PROPFIND of '/repos/asf/xmlgraphics/fop/trunk': Could not read status
 line: An existing connection was forcibly closed by the remote host.  
 (http://svn.apache.org)
 
 

-- 
View this message in context: 
http://www.nabble.com/Can-not-check-out-Trunk-with-SVN-tp17404672p17423508.html
Sent from the FOP - Dev mailing list archive at Nabble.com.



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 https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

Good luck!

Adrian.

bonekrusher wrote:

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 c:\fop_Home

and get this message:

Skipped 'C:\fop_Home'


What am I doing wrong?

Thanks,

Bones



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 line:

C:\fop_Homesvn co http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/

svn: PROPFIND request failed on '/repos/asf/xmlgraphics/fop/trunk'
svn: PROPFIND of '/repos/asf/xmlgraphics/fop/trunk': Could not read status
line: An existing connection was forcibly closed by the remote host.  
(http://svn.apache.org)









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 checkout as
 J.Pietschmann suggested :-
 
 svn co https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
 
 Good luck!
 
 Adrian.
 
 bonekrusher wrote:
 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 c:\fop_Home
 
 and get this message:
 
 Skipped 'C:\fop_Home'
 
 
 What am I doing wrong?
 
 Thanks,
 
 Bones
 
 
 
 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 line:

 C:\fop_Homesvn co
 http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/

 svn: PROPFIND request failed on '/repos/asf/xmlgraphics/fop/trunk'
 svn: PROPFIND of '/repos/asf/xmlgraphics/fop/trunk': Could not read
 status
 line: An existing connection was forcibly closed by the remote host.  
 (http://svn.apache.org)


 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Can-not-check-out-Trunk-with-SVN-tp17404672p17425029.html
Sent from the FOP - Dev mailing list archive at Nabble.com.



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 line:

 C:\fop_Homesvn co http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/

 svn: PROPFIND request failed on '/repos/asf/xmlgraphics/fop/trunk'
 svn: PROPFIND of '/repos/asf/xmlgraphics/fop/trunk': Could not read status
 line: An existing connection was forcibly closed by the remote host.
 (http://svn.apache.org)

Hi Bonekrusher,

This problem is almost certainly because you are behind a proxy that does
not let through the DeltaV and WebDAV HTTP extensions. See
http://subversion.tigris.org/faq.html#proxy for details.

Speak to your network administrators about fixing up their proxy
configuration. In the meantime, you'll have to grab a tarball from
somewhere.

Cheers,
Joe



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:

 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 line:

 C:\fop_Homesvn co http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/

 svn: PROPFIND request failed on '/repos/asf/xmlgraphics/fop/trunk'
 svn: PROPFIND of '/repos/asf/xmlgraphics/fop/trunk': Could not read
 status
 line: An existing connection was forcibly closed by the remote host.
 (http://svn.apache.org)
 
 Hi Bonekrusher,
 
 This problem is almost certainly because you are behind a proxy that does
 not let through the DeltaV and WebDAV HTTP extensions. See
 http://subversion.tigris.org/faq.html#proxy for details.
 
 Speak to your network administrators about fixing up their proxy
 configuration. In the meantime, you'll have to grab a tarball from
 somewhere.
 
 Cheers,
 Joe
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Can-not-check-out-Trunk-with-SVN-tp17404672p17405282.html
Sent from the FOP - Dev mailing list archive at Nabble.com.



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