Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#205 2005-03-11 19:43:47

nvalvo
New Member
From: San Francisco
Registered: 2005-01-18
Posts: 6
Website

Re: Txp 1.0 RC3 Available

It’s down from the command-line too.

nv


http://www.nvalvo.com
http://www.factbasedcommunity.com

Offline

#206 2005-03-11 21:13:32

Jeremie
Member
From: Provence, France
Registered: 2004-08-11
Posts: 1,578
Website

Re: Txp 1.0 RC3 Available

Seems to be down for everyone with SVN, dev.textpattern.com is responding to HTTP but kinda slowly.

Offline

#207 2005-03-11 22:04:05

webicus
New Member
From: Wuppertal, Germany
Registered: 2004-02-24
Posts: 7

Re: Txp 1.0 RC3 Available

> It’s down from the command-line too.

And I tried to follow nvalvos hints 10 minutes ago. Perfect timing : |
Does it make sense to grab all files from the trac-server one by one?

w

Offline

#208 2005-03-11 23:30:32

kusor
Member
From: Spain
Registered: 2004-03-07
Posts: 93
Website

Re: Txp 1.0 RC3 Available

Please, be patient. It will be up again as soon as possible.

Anyway, do not expect other things than bug fixes when it’s back again ;-).

Offline

#209 2005-03-11 23:52:49

Jeremie
Member
From: Provence, France
Registered: 2004-08-11
Posts: 1,578
Website

Re: Txp 1.0 RC3 Available

Bug fixes are good :)

Offline

#210 2005-03-12 00:04:11

jason
Member
From: USA
Registered: 2004-02-23
Posts: 85
Website

Re: Txp 1.0 RC3 Available

http://svn.textpattern.com/ works and I haven’t had the time to why the other URL is doing that.

Offline

#211 2005-03-12 00:10:57

jason
Member
From: USA
Registered: 2004-02-23
Posts: 85
Website

Re: Txp 1.0 RC3 Available

Ah-ha. I see. Dean ended up changing the IP address:

jah$ curl -I http://forum.textpattern.com
HTTP/1.1 200 OK
Connection: close
Date: Sat, 12 Mar 2005 00:05:59 GMT
Set-Cookie: TRACKID=4e341cd1d28250eaff7bc46693544340; path=/
Content-type: text/html; charset=UTF-8
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Last-Modified: Sat, 12 Mar 2005 00:05:59 GMT
Expires: Thu, 21 Jul 1977 07:30:00 GMT
Pragma: no-cache
Server: lighttpd/1.3.10

jah$ curl -I http://textpattern.com/svn/
HTTP/1.1 404 Not Found
Date: Sat, 12 Mar 2005 00:06:07 GMT
Content-Length: 345
Accept-Ranges: bytes
Set-Cookie: TRACKID=c662108aed7dffbcc7c68f55aa71a675; path=/
Content-Type: text/html
Server: lighttpd/1.3.10

So … http://textpattern.com/svn/ is going via Lighttpd and subversion is only via apache. That means that you have to svn switch to http://svn.textpattern.com/ or http://svn.textpattern.com/current/

I’ll update the initial instructions.

Offline

#212 2005-03-12 01:45:48

Christopher
Member
From: T.O.
Registered: 2004-05-27
Posts: 42
Website

Re: Txp 1.0 RC3 Available

OK, so if I’ve been updating my local copy via SVN, then I should do this:

christopher$ svn switch http://svn.textpattern.com/current/textpattern

And that should point my local copy to the new URL?
(I’ve been reading up on subversion…)

Because the old one is:

christopher$ svn info | grep URL
URL: http://textpattern.com/svn/repos/current/textpattern

(Yep, I was way off here. See bellow)

Last edited by Christopher (2005-03-17 21:51:19)

Offline

#213 2005-03-12 02:42:11

bluearc21
Member
From: US.VA
Registered: 2004-02-24
Posts: 62
Website

Re: Txp 1.0 RC3 Available

Thanks Christopher. Did you get this to work though? I’m getting a 501 when trying to “switch” because the original path is no longer valid.

Jason, could you post some instructions on how to switch a working copy to the new path? Is it possible even if the old path no longer exists?

edit: never mind, the old path is still working. Was just a hiccup. Still, the working copy won’t switch URLs…

Last edited by bluearc21 (2005-03-12 02:49:41)


“If you build it, they will come.”

Offline

#214 2005-03-12 02:57:52

Christopher
Member
From: T.O.
Registered: 2004-05-27
Posts: 42
Website

Re: Txp 1.0 RC3 Available

Yeah, I couldn’t get it to switch either, and then the old URL was up again…doh.

I guess I had the syntax wrong, or I’m missing something.

Offline

#215 2005-03-12 03:20:51

Christopher
Member
From: T.O.
Registered: 2004-05-27
Posts: 42
Website

Re: Txp 1.0 RC3 Available

Yep, I was wrong and it was my syntax. Sorry about that.

I did a bit more digging and found this: Switching a Working Copy

It looks like the issue has been resolved on the server, but I figure I’d share this anyway.

To switch URLs, do this:
> svn switch --relocate http://textpattern.com/svn/repos/current/textpattern http://svn.textpattern.com/current/textpattern

And then check to see if it worked:
> svn info | grep URL > URL: http://svn.textpattern.com/current/textpattern

(heh, I was struggling with textile a bit there)

Last edited by Christopher (2005-03-12 03:32:12)

Offline

#216 2005-03-12 03:24:19

bluearc21
Member
From: US.VA
Registered: 2004-02-24
Posts: 62
Website

Re: Txp 1.0 RC3 Available

Awesome, that did it. Thanks, Christopher.

<code>svn switch —relocate http://textpattern.com/svn/repos/current/textpattern http://svn.textpattern.com/current/textpattern</code>

Last edited by bluearc21 (2005-03-12 03:24:42)


“If you build it, they will come.”

Offline

Board footer

Powered by FluxBB