Tagged Questions

6
votes
5answers
149 views

how to collaborate source code across multiple locations

We have a VMWare image running a gforge instance in our local network. We would like some external folks to be part of the dev process. We would like to keep this repository as the master SVN ...
4
votes
2answers
3k views

Trigger hudson build when svn commit

I have already set up a version control system (subversion) which is going to be used by developers to commit and update their code (let's say that its address is https://server/svn/project ). Just to ...
4
votes
2answers
2k views

Hudson: how do i use a parameterized build to do svn checkout and svn tag?

I'm setting up a parameterized build in hudson v1.362. the parameter i'm creting is used to determine which branch to checkout in subversion. I can set my svn repository url like this: ...
4
votes
6answers
487 views

Build automation for Delphi + Oracle

at my work we are presently looking for a automated build tool. We have googled quite a bit, but there are so many possibilities we are not sure which tool is the best option, to be honest. We are ...
3
votes
4answers
83 views

how git stores files

I just started learning git and to do so i started reading the Git Community Book available here: http://book.git-scm.com/ and in this book they say that svn and cvs store the difference between files ...
3
votes
3answers
86 views

When my project is released, Should I commit outputs to svn?

When I finished our release process, I got a lot of outputs like exe, dll, and setup files. Should I store them in subversion? Actually for the next release process, I need this outputs. Because I ...
3
votes
4answers
1k views

How to pass environment variable of hudson as a parameter for svn build

My requirement is I need the scope of Hudson's environment variable in the subproject's build parameter for svn url. I want to set SVN Branch name as an environment variable of Hudson, as I want it ...
3
votes
1answer
247 views

What java android files should I not upload to my SVN Server?

I just setup SVN for my java Android project through SubEclipse. Can anyone advise me on which files I should not upload to the repository? Just like in Objective C I have my build files in a separate ...
3
votes
2answers
169 views

How can I ensure that all my hudson build slaves check out the same svn revision for the daily build?

My workplace uses Hudson for its daily builds, with several build slaves (one Linux, one Windows, one Mac) checking out our full codebase from svn and building our app at midnight each day. This all ...
3
votes
1answer
210 views

SVN Externals in a different SCM

At a previous workplace we used svn externals to update dependent projects when a shared component was updated. This made it easy to see anything that those changes broke, as well as update dependent ...
3
votes
5answers
5k views

Create a “label” in subversion indicating what files should be in the next release

I've been using StarTeam for version control for some time, but am moving to Subversion. I've been reading the Subversion book and there seems to one major feature that StarTeam has that Subversion ...
3
votes
6answers
2k views

Build on commit with subversion

Simple question. I use Visual studio and i 've just installed subversion, how can i force the project to be build with msbuild, and if successfully build commit it else warn the user. I would use ...
3
votes
2answers
252 views

Integrating External Sources in a Build

Where I work I have several projects in separate repositories. Each project shares a lot of common code that I want to pull out into a distinct project. I'm thinking of calling the project with the ...
2
votes
2answers
36 views

Is it possible to read number of last revision in SVN with maven?

I use Maven to create builds. Always takes time and produce many errors to find which last revision number was included in the build. I was thinking of something like: svn update >output.txt ...
2
votes
2answers
250 views

Phing - how to checkout from svn, then upload via ftp and chmod directories

I have been reading the Phing documentation and it makes sense, but I'm not able to find out from there or on Google (or here) how to do what I would consider to be a fairly normal build procedure - ...
2
votes
2answers
389 views

Visual Studio with SubWCRev auto-build versioning problem

Folks, I'm using VS2010 and trying to sync the build version of my project with my Subversion repository using SubWCRev. This is all working correctly, but I can't quite get my head around one ...
2
votes
3answers
257 views

Subversion current revision number in a file

I am hosting a project on Google Code, using Subversion. I would like to tag builds with the revision number. One possibility I have researched is to use svn:keywords to substitute the revision ...
2
votes
2answers
318 views

Subversion - Timestamp changes, but content does not

I think this is hard to describe, but I will try: We're using Subversion an Buildtools. When we make a Build from our Project, several files will be overwritten, of course. So the timestamp of these ...
2
votes
5answers
691 views

Subversion and mixed-revisions: recipe for broken builds?

I'm just comming back to subversion after using TFS for some time and generaly i'm quite exited :) There is one thing i remember differently. I don't remember beeing able to commit from an out of ...
2
votes
4answers
1k views

SVN externals and automated build

I have a project that uses SVN externals to include some stuff (actually it's the MSBuild Community Tasks, but that's tangential). The external repository requires a username 'guest' but no password. ...
1
vote
2answers
105 views

ANT checkout task fails

I've got the following markup: <?xml version="1.0" ?> <project name="SampleBuild" default="compile" basedir="."> <property name="SvnAntDir" value="C:/Program ...
1
vote
1answer
45 views

Can I run steps in team city before team city does an update from my repository?

been thinking about wanting to do some custom things before team city does any sort of svn updates or modifications checks. Thanks.
1
vote
1answer
141 views

How to set the Subversion revision number in Visual Studio build

I'd like to use the current Subversion revision number in my AssemblyFileVersion attribute to have this in the final complied dll. I've used the MsBuild Community Task library from my deploy script ...
1
vote
2answers
113 views

Should I have multiple build.xml files for one project (dev,staging,production)

I'm working to get my head wrapped around ANT, CI, SVN and deploying. I have a dev server, a staging/qa server and a production server and the build server. In theory, the CI Build server (bamboo) ...
1
vote
1answer
191 views

Maven dependency management vs subversion svn:external for enterprise application

I'm new to maven. Given enterprise level Java application. Source code is managed by subversion. As I understand once I friezed code, I should be able to compile it 5 years latter and receive the ...
1
vote
1answer
285 views

grails add svn revision to app.version

I'm trying to add the svn revision to my app.version without requiring ant or some other similar external tool. It looks like I might be able to hook into _Events.groovy to this, but the documentation ...
1
vote
4answers
122 views

where to keep build snapshots in svn

We need to archive our project's build output (in our case, a single executable file of approx 1MB in size) in a controlled manner. NOTE: The practical upshot of this, is that for any released build ...
1
vote
2answers
122 views

SVN Host + build (.net) + ftp publish - is there any hoster like this?

could you please recommend service that would host a SVN repository, do an automatic build on each commit (.net code, if that matter) and do FTP Publish at the end? I saw Assembla is offering such ...
1
vote
2answers
165 views

Best practice to manage source code with multiple skins in Xcode

I have an iPhone app. I would like to create 2 other versions with different skins. The core code is the same. What's the best practice to handle this? Can I mark groups in the Xcode to skip those ...
1
vote
3answers
341 views

How do I automatically svn merge when automated tests pass?

After each commit into 'trunk', we automatically run a bunch of tests against trunk. When those tests pass, I'd like an automated merge into a branch called 'tests-passed'. When the tests fail, no ...
1
vote
3answers
70 views

Does Git, SVN, etc do this type of “branching & merging” or something like this?

Client has different versions of the same code based, basically they copy a template code base, then edit the copy, and then use that copy in production as an instance of the code. Meaning there's 20 ...
1
vote
1answer
178 views

Howto determine if an SVN working copy needs updating (from a script)?

I'd like to determine from a batch file on Windows if a local SVN working copy needs to be updated from the server. On a unix-like machine, I would run "svn status -u" and count the '*'s. How do I ...
1
vote
6answers
280 views

How to use Subversion for non-compiled language?

I want to use Subversion with a script based development system, and was wondering what to do differently to my usual situation (C#/.NET). The normal day-to-day update/commit cycle will work fine, as ...
0
votes
0answers
42 views

How does the SubVersion Control System check if a file has been modified?

I am having problem replacing a file on the ReactOS SVN in the ouput-i386 directory. If I replace it, ReactOS rebuilds the modified file and adds the original one in the ISO image. I need to replace ...
0
votes
1answer
47 views

The <svn> type doesn't support the “svnkit” attribute

I am using a build.xml that has been working for sometime. I use ant version apache-ant-1.8.2. Sorry, I am not aware of the SVN version I have something like this in the build.xml: svn javahl="false" ...
0
votes
0answers
75 views

How to force a pre-build step in Visual Studio 6 without Rebuild All?

I've set up a custom build step to write the latest SVN revision number to a generated header file using SubWCRev and that is working great. When I do a rebuild all, the header is generated and then ...
0
votes
1answer
18 views

use maven to get the latest snapshot of a speciffic pom

In our environment we use Jenkins to build java artefacts. We want a scriptbased buildsystem to automatically deploy the artifact and re-use the scripts we already have. What I want to do is make ...
0
votes
2answers
62 views

Automatic build with source control monitoring

I am using SourceSafe 2005, and I have a project in VB.NET Framework 4. What I want is a way to automate the build process and hopefully integrate easy deployment. I'd like to be able to send an ...
0
votes
1answer
84 views

Disable Eclipse build while updating with Subclipse

When I update my working copy, Eclipse launches a build (Maven build). The problem is, for big updates (or merges), the build significantly slow down the process because it tries to build after each ...
0
votes
3answers
272 views

Teamcity does not collect Changes after one build is finished

We use Teamcity for our build integration. Currently we're fighting with an error. Our Teamcity is running and also an agent runs. When we commit something into the svn, teamcity collects all changes ...
0
votes
1answer
175 views

What does subwcrev need?

I wrote a build script in ant. The source code of my project is versioned in svn. As a part of my project I had to write a java class, that contains information from subversion. In general, the build ...
0
votes
2answers
138 views

Multiple feature development branch in subversion

G'day, Can the following strategy be implemented with subversion? A stable trunk that holds the production version of an application A separate development branch that holds multiple features Keep ...
0
votes
2answers
116 views

Can I use a remote build file in Ant?

I have an ant script created by a previous employee of our company and it contains tasks to check projects out of Subversion. The only problem I have though is that the build file is actually part of ...
0
votes
1answer
753 views

build svn revision in hudson

I have configured a build parameter in Hudson for the revision number. I would like to set a default value so that SVN head is built when the revision number is not specified/changed. HEAD does not ...
-2
votes
2answers
92 views

Build after svn commit [closed]

I would like a clear and easy description of steps to follow to build a Jenkins project after svn commit I work with tortoiseSVN on windows server Thank you