1
vote
1answer
33 views

SVN revision message in CruiseControl.Net

Using CruiseControl.Net build server. I have a cc.net project that uses a SVN trigger. During the build I would like to have the svn revision message for the changes that triggered the build. Is it ...
0
votes
2answers
35 views

ideal cruisecontrol.net svn directory structure for multiple solutions/repo/projects

In our web agency shop we have multiple clients. We use SVN, but we don't use CI. I want to change this and set up CC.NET, but I'm having trouble getting it off the ground because I can't decide the ...
0
votes
2answers
66 views

Cruisecontrol.net & Visual SVN port issue

I seem to have a strange issues with cruisecontrol.net (ver 1.6.7). My VisualSVN Server port is set to 8443, and this has been working fine. However the cruisecontrol.net is failing to connect to ...
2
votes
1answer
43 views

Is it possible to merge from branch to branch using SVN?

I was wondering if someone could offer some advice on how to manage our SVN trunk and branches so that my team can deploy to three distinct environments? Currently we have the following setup: 1. ...
2
votes
1answer
210 views

CruiseControl.NET, SVN and multiple dependencies

I'm using CruiseControl.NET and devenv within the ccnet.config to automate the build of a VS 2005 .NET solution. The solution contains references to several projects, which are dependent on each other ...
0
votes
1answer
70 views

Cruisecontrol.net - Delete files before subversion checkout

I had a question which was not answered to my satisfaction through Googling etc (there is an almost solution on StackOverflow already, but not specific). I have come up with a solution, but I also ...
1
vote
0answers
146 views

SSL of SVN Not trusted by CCNet Server

We have a windows server 2008 R2 box which houses our subversion and Cruise Control servers. I am trying to get the first build running on this box as part of an overall migration project to this ...
0
votes
1answer
24 views

Different Values for RequestSource in Service/Commandline

I have a CruiseControl Project Setup with two different Triggers for a SVN Triggered Build and a nightly Build. <triggers> <scheduleTrigger name="Nightly Build" time="23:30" ...
1
vote
1answer
219 views

Pass arguments to svn when using CruiseControl.net

I would like to pass arguments to SVN while I'm using CruiseControl.net. I have the following sourcecontrol block in my ccnet.config file: <sourcecontrol type="svn" username="username" ...
1
vote
1answer
230 views

ccnet sourcecontrol: get updates from svn 1 revision at a time

I am designing a Continuous Integration project. In this process I need the ccnet to build after each revision and then do some custom tasks i.e. it should update from svn only 1 revision at a time ...
1
vote
1answer
133 views

CCnet email publisher username case-sensitivity

I'm using the email publisher of CCnet 1.6.7981 and SVN as version control system. My problem is that the SVN usernames are not case-sensitive but the CCnet email publisher is. So I'm using a dirty ...
0
votes
0answers
35 views

CCNet and deleted externals

I'm having a problem with CCNet; its looking for changes to externals (even when I disable the checkExternals properties) and the external no longer exists. The catch though is that the external is ...
2
votes
1answer
630 views

Subversion and CruiseControl.NET integration with TFS 2012

We have decided to switch from JIRA to TFS 2012 for its project management features, particularly requirements management and test management. We have an existing familiarity with Subversion and ...
1
vote
1answer
48 views

Exclude User Commits in CruiseControl

How can I exclude commits in SVN by a specific user from triggering a build in Cruise Control .NET version 1.8?
1
vote
2answers
146 views

CruiseControl.net - running as a service on multiple build machines

I have a Cruise Control (v1.5.726) install with various projects being built on several machines. Each machine builds whatever projects it is configured to run, and if the build is sucessful a copy ...
0
votes
2answers
164 views

Managing SVN projects for continuous integration with CruiseControl.NET

We've decided to implement CC.NET to have a readily available build for our various projects in Subversion, but the challenge we're facing is that we use some heavy references like NHibernate.dll ...
0
votes
1answer
57 views

How to get Svn Changed file contents

I have used following command svn diff D:\QATV2Demo -r 12414:12416 This gives me following result text file Index: D:/QATV2Demo/Main.msbuild ...
2
votes
1answer
160 views

TortoiseSVN diff command in Msbuild

I am using TortoiseSVN. I would like to show differences for all files between the last revision and the current revision. For that I execute a script via msbuild. Can you tell me how I can perform ...
5
votes
2answers
230 views

run build on cc.net if definite words are included to a commit log

I have system of: svn - control version cc.net - as ci server msbuild - as a build system nunit - for launch test webdriver - for web-testing. Now my tests are run automatically after each ...
0
votes
1answer
183 views

CruiseControl. NET Getting Unused node detected for username

I'm having a bit of a conundrum here. i'm working with: CruiseControl.NET Server 1.6.7981.1 We've moved offices, and at the same time our SVN repository moved from a generic stack to our clients ...
1
vote
1answer
89 views

How do you get a fresh checkout every build in CruiseControl.NET?

Is it possible to tell CruiseControl.NET to perform a fresh checkout with every build? Normally this would seem like the wrong solution, however, it is for our overnight regression test and we need ...
1
vote
2answers
147 views

Is there a reliable/trusted way to get your SVN working copy completely clean before building?

I've looked and looked and I can't seem to find what I need here. Optimally, I'd like CruiseControl.NET to do the following before moving to the build process: If the working folder doesn't exist, ...
0
votes
1answer
380 views

Getting CruiseCcontrol.Net error message “svn: Can't get username or password”

I have set up a second project in CCNet and on the second project I get the following error Source control operation failed: svn: Can't get username or password . Process command: svn log ...
1
vote
2answers
251 views

How to get msysgit to clone a repository where I want it to go?

New to git, not new to svn. Attempting to clone an svn repository to push to appharbor as part of a build process, per something like this thread. However, msysgit always works from whatever ...
3
votes
1answer
105 views

How to configure Cruise Control .NET to see modifications in one svn folder and checkout different folder

I have the following folder structure under snv: trunk /project1 /project2 /shared /libs I want to configure CruiseControl.Net to check project folder ...
2
votes
3answers
596 views

I would like to update the version number of the project each time I push f5 for building

What we currently have: SVN as source repository MSBuild scripts for building and setting version numbers This version numbers is a combination, properties in the build file, and the latest ...
4
votes
2answers
634 views

cc.net svn checkout fails after upgrading to svn 1.7

I have upgraded my svn client and repo to V 1.7 and now the command generated by cc.net to update the source no longer works. The command that fails is: C:\Program Files (x86)\CollabNet\Subversion ...
1
vote
2answers
277 views

How to configure CruiseControl.NET to execute build for every SVN commit

I a trying to revamp our build server system. Previously, we configured our CC.NET to build every 2 hours with all the SVN changes that was checked in prior to that period. Now, we have developed some ...
1
vote
1answer
77 views

Ignore SVN errors with CruiseControl.Net

We have recently configured CruiseControl.Net on a not-very-much-used server. Our SVN server is another one. Our SVN server restarts nearly every night to install updates. Unfortunately, this restart ...
2
votes
1answer
195 views

How to rollback to the last build with cruisecontrol?

I just finished my cc.net configuration for getting the code from svn, building it and then copying the web site in our servers. Now we have an other requirement : we want to be able to roll back to ...
0
votes
1answer
250 views

CruiseControl.net , SVN, web site and dependencies

I have an Asp.Net web site (there is no .csproj file). This web site's source code is controlled by SVN. I excluded the bin folder from the source control. All the external assemblies are ...
0
votes
3answers
554 views

How can ASP.Net Compiler exclude .svn directories in the deploy

On my local machine I have checked out a web application and then compiled it with MSBuild, and then pre-compiled and deployed it with the aspnet_compiler. The command line looks like: C:\Program ...
1
vote
2answers
197 views

CruiseControl.net daily build best practices using Subversion

I am planning to have a daily build in CruiseControl.net using subversion. I would like to find out if it is better practice to pull down the code and get the revision number or tag the Subversion ...
1
vote
3answers
146 views

Check if only certain directories were updated via SVN in CruiseControl.NET

In our CruiseControl.NET setup, we automatically check out new code, build our program, install it, and have several regression tests run. However, not all checkins need to have our regression tests ...
3
votes
1answer
183 views

CruiseControl.NET does not execute Subversion hook scripts

On our CC.NET continuous integration server, I have implemented a Start Update hook script that works fine when I check out the source using TortoiseSVN. The hook script is meant to clean the working ...
0
votes
1answer
116 views

Change Branch Through Web Dashboard for CC.NET

I was wondering what other people might have done to facilitate the alteration of which branch is being built via the web dashboard for CruiseControl.NET to quickly change the branch code is deployed ...
0
votes
2answers
367 views

Could not set the svn commit message in ccnet

I made a CCNET task to commit changes in a setup project after all msbuild tasks have successfully finished. <exec executable="svn.exe"> <description>Commit changes in the setup ...
1
vote
2answers
69 views

Is it bad practice to have both build server and subversion server as same machine?

Is it bad practise to have both build server and subversion server on the same machine? Previously they have been separate machines, but I wondered if it is really a waste of resources having them ...
1
vote
0answers
226 views

CC.NET and SVN, enable a setting simlar to TortoiseSVN “use-commit-times = yes” in CruiseControl.NET workingDirectory

I would like the cc.net workingDirectory to have the files show their commit date. The "use-commit-times = yes" is from TortoiseSVN settings, and believe that there is a similar setting that I can ...
1
vote
2answers
63 views

How can I know how long lasted the checkout?

I'm configured a project to run nightly. After a while we switched the SVN server location and I want to know the differences in the time duration, including the checkout. Is there a place to see it? ...
0
votes
1answer
273 views

CruiseControl.NET - Unused Note - <trunkURL>?

I'm just getting started with CruiseControl .NET (using the Manning Continuous integration book that just came out) and I'm having an issue with the configuration file. I'm getting the error: "unused ...
0
votes
1answer
161 views

Deploying a ASP.NET Web Site Project

I've been given an ASP.NET "Web Site" project and I'm putting together a continuous integration environment. Having worked with the "Web Application" project type exclusively I'm getting up-to-speed ...
0
votes
2answers
728 views

Subversion with CruiseControl triggers: Cannot negotiate authentication mechanism

I've got a cruisecontrol config file set up to poll the SVN server and in theory update if there are recent modifications. However whenever the trigger is hit, it fails with: ...
2
votes
2answers
205 views

Continuous Integration with SVN with Large Repository

So we have a SVN repository which houses a rather large project that takes about an hour to pull down for the first time. We've setup continuous integration with CruiseControl and we have it ...
1
vote
1answer
1k views

Step by Step guide on how to setup CruiseControl.Net + Subversion

I'm looking for a step by step guide (like for dummies guide), to setup CC.NET + Subversion. And I'm wondering if a really need to do Unit testing to use CC.NET?
1
vote
4answers
230 views

Notify of any change in a readonly SVN repository?

I'm migrating to Mercurial from SVN, and we are making the old SVN repository read-only. I want to find a way to get notified if anything changes in the old SVN repository after it is supposedly ...
7
votes
1answer
515 views

Sporadic SVN 500 Errors With CruiseControl.NET

I'm running several projects in CruiseControl.NET. Many of them have no build errors and have successful builds. They all try to pull the latest code prior to building. I've noticed that they ...
2
votes
1answer
345 views

.NET/SVN : Build project using pre-commit hook

Novice question: Is it possible to build my project (using BuildEngine or so) if I write a pre-commit hook in C#? What I want to do is, build the project upon commit on my dev server and accept the ...
1
vote
1answer
366 views

Define an Automate Build process for a Windows Application which is using SVN as a Source Control

I need some help from you guys. Let me explain you what we were doing, first: We were working on a Windows Application and all of us are integrated with Team Foundation Server. We are done with all ...
2
votes
1answer
755 views

CruiseControl.Net: How Do I setup auto-deployment when an SVN Tag is created

I am using CruiseControl.Net for continuous integration and I know how to have CruiseControl.Net automatically deploy a project when an SVN commit is made. This works well on development and staging ...

1 2 3