RE: how to simply : $svn update ?

2013-08-23 Thread Bob Archer
> 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.
> 
> ---
> I have not touched this project, and have no idea why it is out of whack.
> 
> What I want to do is force sync with the repo.  When I google on this, I am
> taken down long tunnels in various caves with so many confusing solutions.
> 
> In my head, I think I should simply be able to do:
>   $svn --force update
> 
>   or something simple like that.
> 
>   How do I do this?

Try 

svn cleanup

Then check your status. 

Bob



RE: how to simply : $svn update ?

2013-08-23 Thread Andrew Reedick

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