The original SVN configuration used the Multi Source Block as follows:
----> cut start
<!--<sourcecontrol type="multi">
<sourceControls>
<svn>
<trunkUrl>https://subversion.xxxxx.com/aether/application_code/dotnet/DEV2/ISO8583Integration</trunkUrl>
<workingDirectory>C:\repos\revolution\DEV2\ISO8583Integration</workingDirectory>
<executable>C:\Program Files (x86)\CollabNet\Subversion
Client\svn.exe</executable>
</svn>
<svn>
<trunkUrl>https://subversion.xxxxx.com/aether/application_code/dotnet/DEV2/library/AuthEngine</trunkUrl>
<workingDirectory>C:\repos\revolution\DEV2\library\AuthEngine</workingDirectory>
<executable>C:\Program Files (x86)\CollabNet\Subversion
Client\svn.exe</executable>
</svn>
<svn>
<trunkUrl>https://subversion.xxxxx.com/aether/application_code/dotnet/DEV2/library/Common
Libraries/Serve</trunkUrl>
<workingDirectory>C:\repos\revolution\DEV2\library\Common
Libraries\Serve</workingDirectory>
<executable>C:\Program Files (x86)\CollabNet\Subversion
Client\svn.exe</executable>
</svn>
<svn>
<trunkUrl>https://subversion.xxxxx.com/aether/application_code/dotnet/DEV2/library/Common
Libraries/log4net</trunkUrl>
<workingDirectory>C:\repos\revolution\DEV2\library\Common
Libraries\log4net</workingDirectory>
<executable>C:\Program Files (x86)\CollabNet\Subversion
Client\svn.exe</executable>
</svn>
</sourceControls>
</sourcecontrol>-->
-----> cut end
When I tried to use the multi block replacing <svn> with <vsts> source
blocks it would not pass through the valiadate step....I agree it is a bug
and I will have to wrap around to this issue shortly but for now....getting
the one block of vsts to work would be nice!
This morning I tried my first real test and it failed with a access error
(TF30063) attempting to access http://tfs.xxxx.com/tfs/DefaultCollection !
I read in many locations that I needed the /tfs/DefaultCollection to access
my Project setting of $/Project/Main/src/foocode ?
Comments?
Thanks for all your input!
-----mikeD