Hi Ori, My understanding of TortoiseSVN is not comprehensive, but I do not believe it can be used with CCNet to access SVN repositories because it does not in fact use an svn.exe file to carry out operations and I don't believe you can use one of the TortoiseSVN exe's located in the bin folder as a substitute using the <executable> tag within the CCNet svn <sourcecontrol> block. So the solution I used was to download and install a copy of SVN from http://subversion.apache.org/packages.html (VisualSVN in my case) and then to specify the svn.exe location (eg C: \Program Files\VisualSVN\bin) using the <executable> tag in my <sourcecontrol> block for svn. Hope that helps.
On Apr 27, 2:43 pm, Ori <[email protected]> wrote: > Hi, > I have downloaded the latest server ( 1.5.6804.1) and am trying to > build it against my TortoiseSVN. > seems like it can't find svn.exe (which is true, i am using > TortoiseSVN). > doesn't it support TortoiseSVN? if it does, how can i use it? > > this is my configuration: > <sourcecontrol type="svn"> > <trunkUrl>http://sublime-ssi/APEDesk/APEDesk/trunk</trunkUrl> > <workingDirectory>d:\wc</workingDirectory> > <username>oh</username> > <password>123456#</password> > </sourcecontrol> > > and this is the error i get: > > [apedesk-build:DEBUG] Checking if d:\wc is a svn working folder > [apedesk-build:DEBUG] Starting process [svn] in working directory [d: > \wc] with a > rguments [loghttp://sublime-ssi/APEDesk/APEDesk/trunk-r > "{2010-04-26T12:13:53Z}:{2010-04-27T05:37:10Z}" --verbose --xml --username oh > --password > > ******** > --no-auth-cache --non-interactive] > [apedesk-build:WARN] Source control failure (GetModifications): Unable > to execut > e file [d:\wc\svn]. The file may not exist or may not be executable. > [apedesk-build:INFO] Integration complete: Exception - 27-Apr-10 > 8:37:10 AM > > any help will be highly appreciated. > > -- > Subscription > settings:http://groups.google.com/group/ccnet-user/subscribe?hl=en
