Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2005-04-21 10:51:27

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

Re: Subversion FAQ

mary, you can use the email-form to contact a developer, and they will reply. It’s an extra step for the first patch you want to submit, but IMHO overall it still beats having to post an email adress on the web.

Alternatively you can upload the patch to your site and mail them a link.

Offline

#14 2005-07-03 14:23:52

dankind
New Member
From: Mississauga, Ontario
Registered: 2005-03-14
Posts: 2
Website

Re: Subversion FAQ

Updated url from first post:

> zem wrote:

How do I fetch the current development version of Textpattern?

> cd /path/to/txp
> svn co http://svn.textpattern.com/current/
A current/textpattern
A current/textpattern/license.txt
A current/textpattern/tmp
[..etc..]


Dan
dankind.com

Offline

#15 2005-09-29 23:54:15

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Re: Subversion FAQ

Super dumb question (actually mind-blowingly dumb):

When I check out the latest svn branch it puts everything in a directory called 4.0 inside my intended TXP root directory.

How do I do a svn co and get the contents of the 4.0 directory into that directory.

Offline

#16 2005-09-30 00:33:23

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: Subversion FAQ

How do I do a svn co and get the contents of the 4.0 directory into that directory.

From the manual:

svn checkout URL[@REV]… [PATH]
[…] Check out a working copy from a repository. If PATH is omitted, the basename of the URL will be used as the destination.

In other words:

svn co http://svn.textpattern.com/development/4.0/ /path/to/my/txp/root/

or:

cd my/txp/root
svn co http://svn.textpattern.com/development/4.0/ .

Please bear in mind that checkout isn’t recommended for a live site, because it sometimes requires manual intervention to merge changes; use export instead. This will overwrite your current copy with a fresh one:

svn export --force http://svn.textpattern.com/development/4.0/ /path/to/my/txp/root/

or, for the 4.0.1 release:

svn export --force http://svn.textpattern.com/releases/4.0.1/source/ /path/to/my/txp/root/

Last edited by zem (2005-09-30 00:38:11)


Alex

Offline

#17 2005-09-30 00:39:16

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Re: Subversion FAQ

Well, that was simple.

Thanks

Offline

#18 2007-05-16 22:34:34

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Subversion FAQ

Offline

#19 2007-11-25 01:49:19

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: Subversion FAQ

I’m using the Sage add-on for FF. I’ve lost the feed I had to the SVN repository but going to http://svn.textpattern.com/ doesn’t help as there is no feed there. Can you tell me where I get it from please?


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

#20 2007-11-25 04:15:26

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Subversion FAQ

Are you looking for this one (dev.textpattern.com)?

Offline

#21 2007-11-25 13:24:36

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: Subversion FAQ

That’s the one. Thanks Jon-Michael. :)


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

Board footer

Powered by FluxBB