This content has been marked as final.
Show 4 replies
-
1. Re: JBoss Admin console 1.1 snapshot
chilin Sep 20, 2006 5:42 PM (in response to ccrouch)Checkout svn.jboss.org/repos/common/trunk...
Shouldn't it be from svn.jboss.org/repos/jbossas/trunk? I tried svn.jboss.org/repos/common/trunk, but it doesn't exist... -
2. Re: JBoss Admin console 1.1 snapshot
ccrouch Sep 20, 2006 7:22 PM (in response to ccrouch)Apologies, don't know where I got that URL from.
https://svn.jboss.org/repos/jbossas/trunk/ is where you want to get stuff from and https://svn.jboss.org/repos/jbossas/tags/ is where the snapshot should go.
Thanks -
3. Re: JBoss Admin console 1.1 snapshot
ccrouch Oct 10, 2006 2:57 PM (in response to ccrouch)Going back and finding a working revision of /trunk is a fruitless exercise due to the use of SNAPSHOT versions in thirdparty dependencies. For archival purposes only lets just tag the last revision which chhanged the Admin Console src:
From http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/trunk/admin-console/ it looks to be r57108, so lets do:svn copy -r 57108 https://svn.jboss.org/repos/jbossas/trunk https://svn.jboss.org/repos/jbossas/tags/JBossAdminConsole_1_1_SNAPSHOT -m "Tag of r57108 of jbossas/trunk for a 1.1 snapshot of the 'admin-console' project."
Next step is to move the project out of /trunk, but lets discuss that here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91371
Thanks -
4. Re: JBoss Admin console 1.1 snapshot
peterj Oct 12, 2006 3:22 PM (in response to ccrouch)This step was completed. Now off to moving the project as noted in topic 91371 (link is in Charles' post above).