It is currently 16 Apr 2024, 22:03
   
Text Size

The SVN, nightly builds and biweekly betas

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: The SVN, nightly builds and biweekly betas

Postby myk » 26 Feb 2013, 05:15

there are a couple possible problems, it seems. according to the google link above, try using http instead of https. Indeed, when I check my own checkout:
Code: Select all
$ svn info
Path: .
Working Copy Root Path: /Users/myk/src/forge/trunk
URL: http://svn.slightlymagic.net/forge/trunk
...
note the http instead of https. Try this to see if it helps:
Code: Select all
svn switch --relocate https://svn.slightlymagic.net/forge/trunk http://svn.slightlymagic.net/forge/trunk .
myk
 
Posts: 439
Joined: 17 Jan 2013, 02:39
Location: California
Has thanked: 38 times
Been thanked: 57 times

Re: The SVN, nightly builds and biweekly betas

Postby moomarc » 26 Feb 2013, 05:42

I remember having this issue when cardsfolder was first split into subfolders (at least I think it was then). At the time I just updated one or two folders at a time and if there was another RA layer request failure, I'd run a cleanup and try a smaller section.
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

Re: The SVN, nightly builds and biweekly betas

Postby myk » 26 Feb 2013, 05:59

+1, that was also a suggested solution
myk
 
Posts: 439
Joined: 17 Jan 2013, 02:39
Location: California
Has thanked: 38 times
Been thanked: 57 times

Re: The SVN, nightly builds and biweekly betas

Postby moomarc » 26 Feb 2013, 06:05

Busy doing that myself at the moment. Eclipse doesn't seem to make life easy for itself. Started with A-C as a tester and B cards flew by, doing all of them in seconds, but now it's jumping between A and C cards and has already taken more than 5 minutes #-o . I tried doing it from command line first (first time trying, but it seems that the Sliksvn client I have for command line is too old. Oh well, I'll stick to what I know and is nice and easy for me...
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

Re: The SVN, nightly builds and biweekly betas

Postby Max mtg » 26 Feb 2013, 07:59

Sharing my personal experience - commit took about 30 minutes. Was commiting the whole folder of 12k+ files with tortoise svn.
Update of secondary working copy took 6 minutes with the same client.

I didn't expect anyone would have troubles updating to latest version.

The internets read that macs have the http://www.zennaware.com/cornerstone/ app to manage svn working copies. The 14-day trial should be sufficient to make a single update.
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: The SVN, nightly builds and biweekly betas

Postby moomarc » 26 Feb 2013, 12:11

Not a problem Max. It's just tedious more than anything else. We'd eventually have to go through the process of removing the deprecated fields anyway if we want to keep the project clean.
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

Re: The SVN, nightly builds and biweekly betas

Postby Chris H. » 26 Feb 2013, 13:16

myk wrote:Try this to see if it helps:
Code: Select all
svn switch --relocate https://svn.slightlymagic.net/forge/trunk http://svn.slightlymagic.net/forge/trunk .
 
Still get the

Code: Select all
svn: Server sent unexpected return value (413 Request Entity Too Large) in response to REPORT request for '/forge/!svn/vcc/default'
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: The SVN, nightly builds and biweekly betas

Postby Chris H. » 26 Feb 2013, 14:10

OK, got things working finally. Thank you Myk.

With the https to http change I was able to import the project without any errors.

The project name was ForgeLocal rather than ForgeSVN. Used Eclipse's rename command and my various run configs were once again available and my scripts will work as is and do not need to be edited.

So it looks like things are now working OK. Was able to make a commit and am now using my snapshot build and deploy script command file. 8)
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: The SVN, nightly builds and biweekly betas

Postby Chris H. » 08 Mar 2013, 13:31

I have noticed something strange in how the revs are listed for our SVN. We are missing the following revs according to what I can currently see listed.

20181
20180
20179
20176
20173
20172
20171
20170
20169
20166
20164
20156
20152
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: The SVN, nightly builds and biweekly betas

Postby timmermac » 08 Mar 2013, 13:39

They show up on the WebSVN page as belonging to various branches. Could you have a filter set that doesn't show them or something to that effect?
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: The SVN, nightly builds and biweekly betas

Postby Agetian » 08 Mar 2013, 13:41

@ Chris: I can definitely see all the revisions above, it seems like the ones you mention are just parts of branches and not of trunk... Maybe you're only looking at the trunk revisions?

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: The SVN, nightly builds and biweekly betas

Postby Chris H. » 08 Mar 2013, 13:51

Ah, thank you timmermac and Agetian. I had bookmarked the original WebSVN URL and went to that one and can once again see all of the commits. :D
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: The SVN, nightly builds and biweekly betas

Postby myk » 10 Mar 2013, 21:51

Would it be possible to have a symlink updated that always points to the current snapshot? That way we could permalink to it and people can get the snapshot with a single click instead of going through the list of snapshot builds. A similar symlink that points to the current release would be nice too. I don't see the deploy script checked in -- where is it hiding?
myk
 
Posts: 439
Joined: 17 Jan 2013, 02:39
Location: California
Has thanked: 38 times
Been thanked: 57 times

Re: The SVN, nightly builds and biweekly betas

Postby Chris H. » 10 Mar 2013, 22:00

myk wrote:Would it be possible to have a symlink updated that always points to the current snapshot? That way we could permalink to it and people can get the snapshot with a single click instead of going through the list of snapshot builds. A similar symlink that points to the current release would be nice too. I don't see the deploy script checked in -- where is it hiding?
 
You ask some good questions and I with wish that I had the expertise to answer them. :)

Dave created the Maven based build and deploy system. He drops by the CCGH site on rare occasion. But he is not active in our project at this time. He might see this message and reply or you could try to sen him a pm.
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: The SVN, nightly builds and biweekly betas

Postby myk » 11 Mar 2013, 04:35

I might be able to do it myself. Do the ftp passwords also grant shell access? If so, a symlink would be easy enough to create over ssh. There is a maven ssh plugin for integrating it into the deploy sequence. If there is no shell access, there are other ways to get it done, too, but it might take some cooperation from the cardforge.org admin to get the script in place.
myk
 
Posts: 439
Joined: 17 Jan 2013, 02:39
Location: California
Has thanked: 38 times
Been thanked: 57 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 36 guests


Who is online

In total there are 36 users online :: 0 registered, 0 hidden and 36 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 36 guests

Login Form