> One of my team members made few changes to existing files in SVN. > When I performed SVN update, status shown is "Completed : > <versionno>" > But actually the files are not updated when checked for the > changes. > I tried to perform SVN clean and update, even then it is the same. > > When I deleted the files and then performed update I now saw the > changes made are reflecting properly. > > But I cannot delete the files and do SVN update every time I want > to see the updated files as it is a time consuming activity. > > This issue is seen for the first time in my machine. Please help us
What version of svn? Is this still happening with the new checkout? It is possible you had a sparse checkout so you weren't getting the new files. I think there was an older version that had a bug which would label a checked out folder as immediate rather than full depth giving you a sparse checkout. BOb