How to test ui fresh from the svn ?

How to test ui fresh from the svn ?


Hello,
I did check out from the svn :
$ svn info
Path: .
URL: http://jqueryjs.googlecode.com/svn/trunk
Repository Root: http://jqueryjs.googlecode.com/svn
Repository UUID: c715fcbe-d12f-0410-84c4-316a508785bb
Revision: 3936
Node Kind: directory
Schedule: normal
Last Changed Author: aaronchi
Last Changed Rev: 3936
Last Changed Date: 2007-11-26 16:39:17 +0100 (Mon, 26 Nov 2007)
and it contains a ui folder. However, I can't make the demos work
successful (well, the few a tried).
For instance:
http://localhost/jquery/ui/apps/gallery/
Got several 404 while trying to fetch some components :
        <script type="text/javascript" src="../../current/ui.js"></script>
        <script type="text/javascript" src="../../current/ui.effects.js"></
script>
        <script type="text/javascript" src="../../current/ui.modal.js"></
script>
And lots of select-n.jpg
I got js errors as well, I suppose that's linked.
What is the proper way of checking out jquery and be able to run from
it ? Should I put it at the root of a dedicated domain name ? Are they
some symlinks to create ?
Thanks in advance,
X+