dev@glassfish.java.net

Re: [GFV3]problem in getting the source code fromt he repostitory

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Tue, 23 Sep 2008 19:52:04 -0700
Hi legolas,

Once you have checked out the source tree, you can do:

cd v3
svn update


Then all the source will be updated to the latest version.
You can also do
svn status -u
to display update information, without really doing the update.

Anissa

legolas wrote:
Hi
Any comment?

thanks.




legolas wrote:
  
Hi
Thank you all for your help, legolas_w as username worked fine. but I have
problem with following task:

- How I should update my source codes with latest committs that were
applied?
I tried using 
 svn update https://svn.dev.java.net/svn/glassfish-svn/trunk/v3
 in the same folder that I issued
 svn checkout https://svn.dev.java.net/svn/glassfish-svn/trunk/v3
but it return a message like:
Skipped 'https://svn.dev.java.net/svn/glassfish-svn/trunk/v3'
and did nothing more.

does it means that no update happend or there is something wrong with my
configuration?

thanks