vote up 0 vote down star

Hi,

I use Eclipse Subversion client to checkout my project from a svn repository. My coworkers has committed 2 new files which i can see on the svn remote repository but I can't get them when i update from the head.
The 2 files are in the trunk, like me.

Someone have an idea ?

flag
What kind of files are they? Are they in a subdirectory? What does it say when you try to update? – Pekka Gaiser Nov 6 at 16:18
1  
For a start, what does "svn status -u" say about these files? – Avi Nov 6 at 16:52

2 Answers

vote up 0 vote down

Get those two files included if you create a new working copy?

link|flag
vote up 0 vote down

Perhaps you have a sparse checkout? Then you could try do to an explicit update to the files:

svn update path/to/missing/file.txt
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.