On 6/2/07, Thomas De Contes <d.l.tDeContes@free.fr> wrote:
>
> Le samedi, 2 juin 2007, à 20:24 Europe/Paris, Andy Levy a écrit :
>
> > On 6/2/07, Ryan Schmidt <subversion-2007b@ryandesign.com> wrote:
> >> On Jun 2, 2007, at 10:44, Thomas De Contes wrote:
> >>
> >> > sb gave me
> >> > svn checkout -r "{20061215}" svn://gcc.gnu.org/svn/gcc/branches/
> >> > gcc-4_2-branch gnat/4.2/
> >> > to get gnat from a given date
> >> >
> >> > what should i type, to get automatically the last stable version of
> >> > gnat 4.2, instead of the one from a given date, please ?
> >>
> >> Simply don't specify a revision:
> >>
> >> svn checkout svn://gcc.gnu.org/svn/gcc/branches/gcc-4_2-branch
> >> gnat/4.2/
> >
> > Assuming that the "last stable version" is always found at that URL.
>
> i think so (i hope i'm right)
>
> thank you both :-)
>
>
> btw, is it possible to have svn saying when a file was created (on my
> computer, by an other program) inside gnat/4.2/ , like it does when
> there is a new file or a modified file from the server ?
> so that i know there is an "intruse"
svn st will tell you if any file differs from what was last retrieved
from the server.
svn st -u will tell you what's different between your WC and the server.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 2 22:47:51 2007