TortoiseSVN Check giving an error.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/29/2007 10:04:10 AM
Gravatar
Total Posts 23

TortoiseSVN Check giving an error.

Hi,

having trouble while checking out from TortoiseSVN.

giving me an error which states:-

Error: PROPFIND request failed on '/svn/mojoportal/trunk'

Error: PROPFIND of '/svn/mojoportal/trunk': Could not resolve hostname `forgesvn1.novell.com': The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. (https://forgesvn1.novell.com)

 

Please advice.

 

 

4/29/2007 10:30:15 AM
Gravatar
Total Posts 18439

Re: TortoiseSVN Check giving an error.

That happens to me sometimes, just keep trying or wait a few minutes and it will work.

Note that svn/mojoportal/trunk is the 1.x version of mojoPortal for .NET 1.1 or mono.

If working on windows with VS 2005 you should not get trunk but instead get mojoportal/branches/2.x

Joe

4/29/2007 2:51:59 PM
Gravatar
Total Posts 23

Re: TortoiseSVN Check giving an error.

well..actually my office pc has vs 2005 and win xp with .net 2.0, my personal pc dosent and runs windows 2k with .net 2003 and framework 1.1 :-(

Coming back to the error, I was just wondering that the error would have been caused due to an error configuration, however as you have stated that its a matter of a couple of attempts...I will definitely give that a  go.

Anyways, another query..., if I wanted to get a little detail of (Lucene.net), where would I have to look besides the code level documentation...???

Basically, I needed to understand the searching matrix and workflow... what exactly is going on there to understand if the current search functionality can be extended...

Currently that project is handling the site search functionality of i am not mistaken...

Aaron

4/30/2007 6:20:05 AM
Gravatar
Total Posts 23

Re: TortoiseSVN Check giving an error.

Got the check out to work...:-)

1/14/2008 7:53:24 AM
Gravatar
Total Posts 30

Re: TortoiseSVN Check giving an error.

First when trying to get the Trunk, I have the following errors

"Error: PROPFIND request failed on '/svn/mojoportal/trunk'
Error: PROPFIND of '/svn/mojoportal/trunk': could not connect to server (https://forgesvn1.novell.com)
"

then I tried to download branches/2.x as mentioned in this thread, now I get

"Error: PROPFIND request failed on '/svn/mojoportal/branches/2.x'
Error: PROPFIND of '/svn/mojoportal/branches/2.x': could not connect to server (https://forgesvn1.novell.com) "

1/14/2008 7:53:42 AM
Gravatar
Total Posts 30

Re: TortoiseSVN Check giving an error.

First when trying to get the Trunk, I have the following errors

"Error: PROPFIND request failed on '/svn/mojoportal/trunk'
Error: PROPFIND of '/svn/mojoportal/trunk': could not connect to server (https://forgesvn1.novell.com)
"

then I tried to download branches/2.x as mentioned in this thread, now I get

"Error: PROPFIND request failed on '/svn/mojoportal/branches/2.x'
Error: PROPFIND of '/svn/mojoportal/branches/2.x': could not connect to server (https://forgesvn1.novell.com) "

1/14/2008 7:54:00 AM
Gravatar
Total Posts 30

Re: TortoiseSVN Check giving an error.

First when trying to get the Trunk, I have the following errors

"Error: PROPFIND request failed on '/svn/mojoportal/trunk'
Error: PROPFIND of '/svn/mojoportal/trunk': could not connect to server (https://forgesvn1.novell.com)
"

then I tried to download branches/2.x as mentioned in this thread, now I get

"Error: PROPFIND request failed on '/svn/mojoportal/branches/2.x'
Error: PROPFIND of '/svn/mojoportal/branches/2.x': could not connect to server (https://forgesvn1.novell.com) "

Please help

1/14/2008 7:54:19 AM
Gravatar
Total Posts 30

Re: TortoiseSVN Check giving an error.

First when trying to get the Trunk, I have the following errors

"Error: PROPFIND request failed on '/svn/mojoportal/trunk'
Error: PROPFIND of '/svn/mojoportal/trunk': could not connect to server (https://forgesvn1.novell.com)
"

then I tried to download branches/2.x as mentioned in this thread, now I get

"Error: PROPFIND request failed on '/svn/mojoportal/branches/2.x'
Error: PROPFIND of '/svn/mojoportal/branches/2.x': could not connect to server (https://forgesvn1.novell.com) "

Please help

1/14/2008 7:56:14 AM
Gravatar
Total Posts 30

Re: TortoiseSVN Check giving an error.

Never mind, I had to configure my Proxy. It works now

1/14/2008 7:59:36 AM
Gravatar
Total Posts 18439

Re: TortoiseSVN Check giving an error.

Hi,

I've seen this error myself occasionally, something a little flaking with the Novell Forge server sometimes, if you keep trying it should resolve itself. I'm able to do a clean checkout from here as of right now.

Be sure and use trunk, branches/2.x is old and is a relic from when we had 2 versions of mojoPortal, one for 1.1 .NET/Mono and one for 2.0 .NET. Since then Mono support has matured and now we only have 1 2.0 .NET version and trunk is the latest stable code of that version. I probably should delete the 2.x branch to avoid confusion.

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.