Hi! On Fri, 16 May 2008, jiwen zhang wrote:
> Hello Razvan ME : > > 2008/5/16 Razvan Musaloiu-E. <[EMAIL PROTECTED]>: > >> Hi! >> >> Sorry for responding so late. I had a rather busy day. :| >> >> On Thu, 15 May 2008, jiwen zhang wrote: >> >> hello Razvan ME : >>> that is to say the version of >>> http://hinrg.cs.jhu.edu/git/deluge/tinyos-2.x.git is same with >>> http://hinrg.cs.jhu.edu/git/?p=deluge/tinyos-2.x.git , i can choose one to >>> download ? >>> >> >> Please take a look at how git works. A quick introduction is here: >> http://www.kernel.org/pub/software/scm/git/docs/tutorial.html >> and the manual is here: >> http://www.kernel.org/pub/software/scm/git/docs/user-manual.html >> >> The first link is the real git location. You can download the sources with >> by doing this: >> git clone http://hinrg.cs.jhu.edu/git/deluge/tinyos-2.x.git >> You can also use the native git protocol instead of http: >> git clone git://hinrg.cs.jhu.edu/git/deluge/tinyos-2.x.git >> >> The second link [1] you mention is just a way to see in a nice way the >> status of the tree. >> >> [1] http://hinrg.cs.jhu.edu/git/?p=deluge/tinyos-2.x.git >> > > >> *If i have downloaded the source tree , for example , on the day of >> 2008.5.16 , and then two days later , i want to update the source tree , do >> i must download the whole source tree ? or there is a way that i only need >> to update some files that have been modified ?* You just need to do 'git pull' inside the tinyos-2.x to get the latest version. -- Razvan ME _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
