Re: Checking out externals of a newly created folder

2011-01-17 Thread Ryan Schmidt
On Jan 17, 2011, at 02:35, BasHopman wrote: > Now I'm trying to add a new folder, add the svn:externals property and > test it by updating before committing. > This is not working. The external is not checked out. > Steps taken: > 1. working copy folder: c:\workspaces\project\ > 2. add folder: c:

Checking out externals of a newly created folder

2011-01-17 Thread BasHopman
Hi all, I use the svn:externals property quite extensively. Usually, I update the property and then perform an update before committing. The working copy is then updated and the new external is checked out. This allows me to test my external before committing it. So far, so good... Now I'm trying