-----Original Message-----
From: ros-dev-bounces(a)reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of
Maarten Bosma
Sent: 2. april 2005 11:47
To: ReactOS Development List
Subject: Re: [ros-dev] Package Manager
Hi
So would you agree to put it on the svn-server or not ? In addition to
the program itself there are this 3 things that had to be hosted in a
new branch:
1. The program downloads tree.xml where all program are listed.
2. A detailed description with all informations e.g. vendor, license ...
3. The install script. With all informations of how to get and install
package.
I don't mind as long as it is at this level (ie. not in trunk/reactos/):
http://svn.reactos.com/viewcvs/trunk/
Be careful with the word branch. Branches are directories with special
meaning in Subversion. What you need is to import the package manager
sources to a directory within trunk. Then, if you wish to work on a
branch, you copy trunk to branches/<branchname>.
Casper