A subversion directory organization question

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
fraca7
Posts: 21
Joined: Mon Oct 03, 2005 12:55 am
Location: Paris
Contact:

A subversion directory organization question

Post by fraca7 »

Hello. I just imported Python 2.4.2 to vendor/python/2.4.2 and suddenly I have a doubt about the directory layout. What I was about to do is:

svn copy svn://svn.ps2dev.org/psp/vendor/python/2.4.2 svn://svn.ps2dev.org/psp/vendor/python/current

and then

svn copy svn://svn.ps2dev.org/psp/vendor/python/2.4.2 svn://svn.ps2dev.org/psp/trunk/python

Is that correct ?
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Post Reply