[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: how to simply : $svn update ?

From: Andrew Reedick <Andrew.Reedick_at_cbeyond.net>
Date: Fri, 23 Aug 2013 17:16:08 -0400

> From: Jay Vee [mailto:jvsrvcs_at_gmail.com]
> Sent: Friday, August 23, 2013 5:09 PM
> To: users_at_subversion.apache.org
> Subject: how to simply : $svn update ?
>
> I do '$svn status'
> and get that I am at a certain revision
>
> Type 'svn help' for usage.
> cpu:/dir>svn update
> At revision 32933.
>
> This leads me to believe that I am fully sync'd with the repo since it pulled nothing back.
>
> --- I do svn status and see something surprising
>
> cpu:/dir>svn status
>?       src/main
>?       src/test/java
>?       src/test/resources/META-INF
>
> means the above files are not added and do not exist in the remote repo (but yes they indeed
> exist there, If I do a fresh checkout, I see these directories there with many files.

What's the output of 'svn update'?

Is your workspace really pointed to where you think it's pointing? Run 'svn info' to verify the URL and revision numbers.
Received on 2013-08-23 23:17:44 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.