> From: Jay Vee [mailto:jvsr...@gmail.com] 
> Sent: Friday, August 23, 2013 5:09 PM
> To: users@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.



Reply via email to