Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2005-02-20 13:35:05
- pencilneck
- Member
- From: Daarsit
- Registered: 2004-08-10
- Posts: 10
Re: Txp 1.0 RC3 Available
Mmmmm taste the goodness, loving all those new dropdown options. Big Thankyou to all who contributed to this release, and to mary for the <a href=“http://forum.textpattern.com/viewtopic.php?id=5902”>wget/svn heads up.</a>
If I see a pesky bug I’ll catch it.
Last edited by pencilneck (2005-02-20 13:36:11)
Offline
#14 2005-02-20 13:39:56
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Re: Txp 1.0 RC3 Available
Thnx very much…it looks great :D
Regards,
Joey
Offline
#15 2005-02-20 14:02:11
- cargan
- Member
- From: Uk, Exeter
- Registered: 2004-03-18
- Posts: 10
Re: Txp 1.0 RC3 Available
Super! new child :)
Offline
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: 154
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