Novell Forge svn is permanently down!!!

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.
5/13/2010 5:43:22 PM
Gravatar
Total Posts 5

Re: Novell Forge svn is permanently down!!!

Just tried on an VirtualBox Ubuntu 10.4 64bit there it was no problem with the checkout
so it must be a problem with either win 7, TortoiseSVN or SVN

5/13/2010 7:17:25 PM
Gravatar
Total Posts 5

Re: Novell Forge svn is permanently down!!!

ok i have gotten it to work

first i tryed on the command promt, did not work on there either

then i checked the version on the command promt and it vas version 1.6.7 (silkSVN)
strange in TortoiseSVN it said Subversion 1.6.11

ok i tryed to install the newest silkSvn (1.6.11)

and then i tryed again through the command promt

and it worked, i got all the source

then i tryed again with TortoiseSVN and it also worked

so my conclution is that TortoiseSVN is reporting subversion 1.6.11 (in about dialog) but is using silksvn 1.6.7 copy of svn

5/13/2010 8:59:54 PM
Gravatar
Total Posts 125

Re: Novell Forge svn is permanently down!!!

Hi, Kifo,

your method solves my problem.

Thanks

5/14/2010 9:16:06 AM
Gravatar
Total Posts 18439

Re: Novell Forge svn is permanently down!!!

Hi All,

This is a strange issue. I tried it on my old 32 bit laptop and I get the same problem, it gets to a point where it stops downloading any files and just hangs. I will try to upgrade to a newer version of Tortoise on the laptop and see if that solves it. It currently has TortoiseSVN 1.6.5 (Subversion 1.6.5).

On my main 64 bit machine it works but I have a much older version of TortoiseSVN 1.5.9 (Subversion 1.5.6)

I would like to find a simple solution because I fear that many will experience this problem.

Best,

Joe

5/14/2010 12:51:13 PM
Gravatar
Total Posts 70

Re: Novell Forge svn is permanently down!!!

Win XP SP3 / TortoiseSVN 1.6.8, Build 19260 - 32 Bit - No Problem

5/16/2010 4:32:53 PM
Gravatar
Total Posts 131

Re: Novell Forge svn is permanently down!!!

Win 7 64-bit, TortoiseSVN 1.6.8, Build 19260 - 64 Bit , 2010/04/16 20:20:11Subversion 1.6.11,
apr 1.3.8apr-utils 1.3.9
neon 0.29.3OpenSSL 0.9.8k 25 Mar 2009
zlib 1.2.3

Tried to update SilkSVN and no go.

Just hangs, but not always the same place.

5/16/2010 4:56:50 PM
Gravatar
Total Posts 131

Re: Novell Forge svn is permanently down!!!

Also, just got this error: 

Error: Can't move
Error: 'C:\Data\Hold\mojoPortal\mojoPortal.Features.UI\SharedFiles\.svn\tmp\entries'
Error: to 'C:\Data\Hold\mojoPortal\mojoPortal.Features.UI\SharedFiles\.svn\entries':
Error: The file or directory is corrupted and unreadable.

I was getting this error yesterday as well at the same spot.

5/17/2010 5:19:49 AM
Gravatar
Total Posts 18439

Re: Novell Forge svn is permanently down!!!

Hi David,

I'm investigating this issue more today, I've been emailing back and forth with the Codeplex team. They admit it is slow but say they have tested checkout of mojoportal on a number of machines and it works every time.

I can say that on one of my machines it works every time but on the other it fails every time. This makes me think there is some client machine factor to the problem so I'm trying to figure out what is different about my problem machine vs the other one. I'm going to run Fiddler on the problem machine today while trying to do a checkout and see if the http traffic shows anything different or errors happening.

It is also possible to get the code with Team Explorer, a free tool from Microsoft that can run as a stand alone or a VS 2010 plugin. It works natively with the TFS (Team Foundation Server) repository which is really what we have at Codeplex, svn is made available through a server side svn bridge that translates svn commands into TFS and responds with expected svn responses. So Team Explorer is more reliable, I use it for actually managing the repository merging and branching since the svn bridge is known to not support the branching and merging commands.

The url for connecting with Team Explorer can be found on the source code tab on our Codeplex page. When getting the code, you do only want to get the trunk folder, not the whole repository.

Best,

Joe

5/17/2010 8:23:44 PM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Novell Forge svn is permanently down!!!

Is there some secutiy to using Team Explorer? I am using the URL found over at CodePlex, but it keeps prompting for username and passowrd.

5/18/2010 7:51:37 AM
Gravatar
Total Posts 18439

Re: Novell Forge svn is permanently down!!!

Sorry guys,

it turns out that Team Explorer cannot be used for anonymous checkout.

I'm still investigating the svn issue on my problem machine but so far have not been able to solve it. It is really strange that it works every time on some machines and fails every time on others, if only I can figure out why.

The only other alternative would be to have them change our repository to a Mercurial repository and then we would all have to use TortoiseHG. This would be my last resort choice.

Best,

Joe

5/18/2010 10:18:02 AM
Gravatar
Total Posts 18439

Re: Novell Forge svn is permanently down!!!

I've been doing more research into using a Mercurial repository with TortoiseHG, and given the issues using svn from Codeplex that impact a significant number of people, I've decided to ask Codeplex to create a new Mercurial repository. It may take a day or so to get it all setup but there are a number of advantages to Mercurial. This blog post asks about the benefits of a distributed source code control vs centralized (like svn) and there are a lot of good comments on the post that do explain the benefits. If it doesn't work out well I can always ask them to change back, it would be kind of a pain all over again but I have a feeling in the long run using Mercurial with TortoiseAG will work out better.

I'll post again after the new repository is setup.

Best,

Joe

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