Updating a subversion directory?

Daniel Berlin dberlin@dberlin.org
Tue Oct 18 17:59:00 GMT 2005


> 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.




More information about the Gcc mailing list