Set these spceifically for your project folder in svn:

Instead of

                <trunkUrl>svn://server:3690</trunkUrl>
                <workingDirectory>c:\workingDir</workingDirectory>

Use

                <trunkUrl>svn://server:3690/ProjA/trunk</trunkUrl>
                <workingDirectory>c:\workingDir\ProjectA</
workingDirectory>


BOb

Reply via email to