The SVN section is this one (a little bit modified of course):
<sourcecontrol type="svn" autoGetSource="true">
<trunkUrl>https://svnserver:8443/svn/project/trunk</trunkUrl>
<executable>C:\Program Files (x86)\VisualSVN Server\bin\svn.exe</
executable>
<username>xxxxxx</username>
<password>xxxxxxxx</password>
<workingDirectory>C:\pathtoproject</workingDirectory>
</sourcecontrol>
Thanks.
On Jul 13, 11:42 pm, Ruben Willems <[email protected]> wrote:
> Hi
>
> this is normal with svn,
> svn on gets files that are changed / added / deleted.
> unless you specified the cleancopy
>
> how does your sourcecontrol section look like?
>
> with kind regards
> Ruben Willems
>
> On Tue, Jul 14, 2009 at 12:04 AM, fmtzbalt <[email protected]> wrote:
>
> > I'm using SVN.
>
> > On Jul 11, 2:28 pm, Ruben Willems <[email protected]> wrote:
> > > Hi
>
> > > that depends on the source control used
>
> > > with kind regards
> > > Ruben Willems
>
> > > On Sat, Jul 11, 2009 at 12:18 AM, fmtzbalt <[email protected]> wrote:
>
> > > > Hi there,
>
> > > > Is there any way to configure CCNET to download only modified files
> > > > instead the whole solution when a modification is found?
>
> > > > Thanks!