14 Apr
2008
14 Apr
'08
8:40 p.m.
Just clarifying something I said: On Mon, Apr 14, 2008 at 2:51 PM, Dan McGee <dpmcgee@gmail.com> wrote:
On Mon, Apr 14, 2008 at 9:59 AM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
svn checkout -N svn+ssh://archlinux.org/home/svn-packages/
The -N makes it non-recursive... so you don't get any directories... from there you can actually just do something like:
cd svn-packages svn checkout xine-lib
This might be a little better than using archco, and lets us do lots more.
This needs to be: cd svn-packages svn update xine-lib
+1. This seems to make a lot of sense. I'll let you guys work out the integration details. :P
Aye. I'll cobble it together when I finish some DB script overhauling. For now, the above doesn't seem too cryptic to me