This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Updating a subversion directory?


> Now, I want to update this to the latest sources.  The wiki
> says "svn update" works exactly like "cvs update".  Well,
> this does not appear to be the case.
> 
> cd trunk
> svn update
> Enter passphrase for key '/mnt1/sgk/.ssh/id_rsa': 
> At revision 105364.
> 
> Inspecton of gcc/fortran/ChangeLog shows that it 
> has not been updated, which can be verified via
> 
> cd ~/gcc/gcc41
> cvs update
> Enter passphrase for key '/mnt1/sgk/.ssh/id_rsa':
> ...
> P gcc/fortran/ChangeLog
> ...
> 
> So, what's the magic incantation?
> 

Uh, the svn repository is not a live repository right now.
IE commits made since creation of the svn repository, to the cvs
repository, are not reflected in the SVN repository.

This will of course, change when everyone is committing to the svn
repository instead of the cvs repository.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]