Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Txp 1.0 RC3 Available
Looks exciting. I haven’t even finished reading yet but I had to comment.
I’m breaking out a glass of ’97 Pinot Noir for this one.
Liberal. Geek.
Offline
#17 2005-02-20 14:42:48
- RussLipton
- Member

- From: Spokane, WA
- Registered: 2005-02-17
- Posts: 36
Re: Txp 1.0 RC3 Available
Having never used svn, checkout was fine.
move the new code up and out of the download dir
mv current/* ./; mv current/.??* ./; rm -R current/;
… yielded
mv: rename current/* to ./*: No such file or directory
mv: rename current/.??* to ./.??*: No such file or directory
rm: current/: No such file or directory
I think I can guess, but would anyone mind a word? I am painfully literal.
Last edited by RussLipton (2005-02-20 14:43:16)
Offline
Re: Txp 1.0 RC3 Available
*excited*
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: Txp 1.0 RC3 Available
This sounds good.
Offline
#20 2005-02-20 15:38:46
- Ray
- Member

- Registered: 2004-03-02
- Posts: 159
Re: Txp 1.0 RC3 Available
HAHAHAHAHA <i>big cheesy smile on mug</i>
Permanent link mode
Recent Articles
Diagnostic (low high)
Import (from other publishing tools… mind you I didn’t see a PM import, but in time… in time)
Excerpt magic
and on
and on
and on
Happy, happy. I am sooo tickled pink.
<span style=“color:#666666;”>Gotta phone clients to let them know I now <i>(shhhh) have the time</i> to finish their rebuilds</span>; )
The SVN went slick as a whistle. Which reminds me…
<b>Note to all</b>
IF YOUR NOT ON TEXTDRIVE GET AN ACCOUNT NOW !
Offline
#21 2005-02-20 15:39:03
- alexandra
- Member

- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: Txp 1.0 RC3 Available
wouw, great news.
Thanks the three of you for the work!
Offline
Re: Txp 1.0 RC3 Available
I’m thrilled.
For anyone getting a blank screen when attempted to view your site – disable your plugins. That was my problem. Turn ‘em on one by one to isolate the broken ones. It took me too long to figure that one out.
Offline
#23 2005-02-20 15:57:28
- Jai
- New Member

- Registered: 2004-04-29
- Posts: 6
Re: Txp 1.0 RC3 Available
Oliver, go lick Daddy in the face…
Jai
Offline
#24 2005-02-20 16:04:08
- AlanChandler
- Member

- From: London UK
- Registered: 2005-02-16
- Posts: 11
Re: Txp 1.0 RC3 Available
> RussLipton wrote:
> Having never used svn, checkout was fine.
move the new code up and out of the download dir
mv current/* ./; mv current/.??* ./; rm -R current/;
… yielded
mv: rename current/* to ./*: No such file or directory
mv: rename current/.??* to ./.??*: No such file or directory
rm: current/: No such file or directory
I think I can guess, but would anyone mind a word? I am painfully literal.
<hr>
It probably means your svn checkout was not fine
If you used the string given in dean’s original post, svn automatically names the directory that you are loading it into as the same as the last one in chain of directories being requested (ie current) – his instructions then show how to pull everything up one directory level.
You can actually name this directory what you want by adding the name to the command line. The normal thing is to name it . (dot) and that way it checks straight into the currrent directory and avoids the mucking about with current.
Last edited by AlanChandler (2005-02-20 16:53:59)
Offline
Re: Txp 1.0 RC3 Available
Woof.
. something to play with.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg
Offline
Re: Txp 1.0 RC3 Available
Wow. A big thank you to Dean. :) And to all the other helping hands in the background (like zem, kusor, etc.)
I was almost going to set up a new site yesterday, at least once this procrastination has actually been a good thing. g
Offline
#27 2005-02-20 16:35:27
- andjules
- Member
- From: toronto
- Registered: 2004-10-20
- Posts: 44
Re: Txp 1.0 RC3 Available
merci – can’t wait.
Offline
#28 2005-02-20 16:36:09
- King Rat
- Member
- Registered: 2004-11-11
- Posts: 20
Re: Txp 1.0 RC3 Available
Woot~! Clean urls work out of the box on Dreamhost!
/me is happy ;)
Last edited by King Rat (2005-02-20 17:02:20)
Offline
Re: Txp 1.0 RC3 Available
> Dean wrote:
>First things to do: go to Admin->prefs and set the real http-reachable address of the site (there’s no more of this URL and Path to Site nonsense). and visit the new Admin->diagnostics tab to see if anything needs an immediate fix.
Where is $path_to_site? In site preferences I see site Url and that’s it….
Offline
Re: Txp 1.0 RC3 Available
> sderuiter wrote:
> Where is $path_to_site? In site preferences I see site Url and that’s it….
The Url is the Url is the Url. Wherever the relative path is needed, it’s calculated from the Url.
text*
Offline