Tim, All,
Before heading out with the kids for spring break, I was trying to
upload the
pkgbuilds to the svn server, but found I needed a bit of help. I've got
the svn
docs and think I got the commands right, but I'm not sure of the svn
repository
URL for uploading. Generally the checkout/commit url is different than the
websvn url i.e.
svn://svn.trinitydesktop.org/ compared to
http://svn.trinitydesktop.org/. Also the space in "Trinity Packaging"
will I
guess take a %20 or something similar.
I have all of the PKGBUILDs updated with the OpenSource statement from
etherpad. I have also created a structure of Arch/master/src to hold the
pkgbuilds. They are all available here:
http://www.3111skyline.com/dl/dt/trinity/arch/master/src/
What I need to know is how I can get them to the
svn.trinitydesktop.org
server? Do I do a svn checkout, then modify and then a commit? Or do I
just do
a svn add?
Then what URL?
http://svn.trinitydesktop.org/websvn/listing.php?repname=Trinity+Packaging&…
I know that's not right :) What say the svn experts?
You do a checkout, then copy your files to the correct directory, then
commit.
From within a new directory:
svn co
.
--username=<your username>
Copy your files into that directory, then:
svn commit
Hope this helps!
Tim