Otis wrote:
> I created a repository and then added files/folders to it and then
> committed them.
>
> My co-worker on this checks out the repository and we both get to
> work.
>
> She adds a folder to her working copy and adds it to SVN. When I do an
> SVN Update I get the folder created in my working copy.
>
> She adds files to the folder, I add files to the folder. We both
> commit and in the repository browser all of our combined files are
> there.
>
> If I do an SVN Update on the folder (or the whole project) Her changed/
> added files are not copied down to my working copy.
>
> There are no errors and her added files do not show up in the "Check
> For Modifications" List.
>
> My SVN treats the files added by my co-worker as if they don't exist.
>
> What in the world am I doing wrong?
Did you change the "checkout depth" in the checkout dialog to something
else than "fully recursive" ?
Or did you do an "update to revision" where you changed the depth?
Try an "update to revision" (in the TSVN submenu) and make sure the
depth is set to "fully recursive".
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-07-30 22:43:29 CEST