Tagged Questions
0
votes
2answers
74 views
How to create SVN stats using ANT?
I am sure I have seen this in maven but not sure how to do it in ant:
How can I get a list of commiters with their (preferably relative) amount of commits
i.e
Sam 80%
Joe 10%
Mike 5%
Phil 5%
...
1
vote
2answers
53 views
File type check SVN hook
I was search for two hours for SVN hook shell script which can do below two things and I am not able to find. Could you please help me if you have any relative template or materials.
Need to check ...
1
vote
1answer
354 views
Teamcity checkout uses older SVN
I have Teamcity ( 7.3 ) checkout the code for me from SVN. It will put it in some temp path which is good
[12:46:10]: Updating sources
[12:46:10]: [Updating sources] Will perform clean checkout. ...
0
votes
1answer
349 views
How to sort array of version number strings in VBScript?
I am using SVN and tags to label releases, with each tag directory named with the version number. This is all fine, but now I am in the process of automating this build process using Visual Build Pro.
...
2
votes
2answers
564 views
Setting up build process for dependent projects and multiple developers
I'm fairly new to automating build processes and continuous integration, and am working on setting up a build process / server for a small team of developers. We are using SVN, CMake, and Jenkins ...
0
votes
1answer
360 views
SvnAnt not working on open suse 11.4
I want to use SvnAnt to checkout the latest code from our svn repository, build and then deploy it. I have done all the other parts and only the checking out part is left.I am using svnant 1.2.1 . But ...
0
votes
1answer
98 views
SVN: How to checkout all the files that have been committed since yesterday?
My project is in .net. For build automation I need to checkout all the project folders in which any commit has happened since yesterday.Now this data needs to be fetched on a daily basis through a ...
3
votes
3answers
81 views
Should my builds be committed?
This is for a web based project where my serverside application code and client side JS/HJTML is under version control. Lets say I release version 1.0, and create a new branch from the trunk with the ...
0
votes
1answer
214 views
Dependent projects being built in Hudson — how to stop this?
I have a use case where I need to run a Hudson build once for a release to trigger a plugin that we don't want run at any other time and which we don't want to place inside the pom (see: Is it ...
2
votes
2answers
130 views
suggestions for a developement studio solution (source repo + bug tracker + build management)
we are a team of 10 looking to develop our next APP.
Need a quick solution for managing source code repo + defect tracker + build management.
Altassian JIRA studio looks complelling but it is a ...
0
votes
2answers
1k views
Automated deployment using Ant or similar
I want to sort out out our deployment process and I was hoping to use Ant or a similar build tool to design and implement a one-click deployment of a specific SVN revision to multiple servers.
We ...
0
votes
4answers
2k views
override build number in Hudson
How can I override Hudson build number? It sounds like an easy question, but in fact it is not.
Main main goal is to have the SVN revision number as the build number. So I set the env. var. with ...
0
votes
1answer
135 views
Automated Deployment of Server-Specific Configurations
I have some Java projects that use Apache Commons Configuration and they get deployed to multiple servers in multiple environments (dev/test/prod).
All code is the same, but some config items change, ...
0
votes
2answers
815 views
Free project collaboration tools - SVN + tasks + auto deployment
I'm looking for a free / open source tool which will allow me to set up easily tasks manager integrated with SVN repository and auto-deployment tool (so that each commit is autodeployed to the http ...
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 ...
0
votes
1answer
199 views
QA Build Automation Mechanism for .NET Project on SVN
We are working on .NET Windows Application. We were using TFS from the beginning. Now, after Assembla - an agile wiki project management and collabration tool that provides a repository for source ...
2
votes
1answer
610 views
multi-product project layout with svn and maven
I need to migrate a project from Ant to Maven.
This project has multiple proprietary packages (lets say, stacked in 3/4 layers. some of the layers share the same svn repo).
Also, it's using ~30 3rd ...
1
vote
1answer
104 views
Can I fail the build based on svn:eol-style and svn:keywords?
Not everyone I work with has subversion configured the same way. Every once in a while I have to make sure that all source files have the proper eol-style and keyword expansion set. It would be much ...
1
vote
1answer
466 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 ...
0
votes
2answers
116 views
Suitable ESXi Spec
Finally I have some money to buy a new server and replace the one I have been using for 10 years.
Im thinking of running ESXi on the new server. And intend to use it as follows;
One W2008 R2 Guest ...
1
vote
1answer
964 views
How to exclude a folder in svn checkout in maven?
Im using maven to checkout some projects. I don't want maven to checkout a folder. But it seems to ignore the excludes tag in configuration.
This is the svn structure:
trunk/
|-- ...
2
votes
2answers
1k views
Plugin to commit hudson build artifact
Are there any plugins available which will commit the build artifact back to SVN?
2
votes
1answer
146 views
Is my release script worth it?
I've got a lot small projects (at home as well as at work). I'm writing a script to automate releases. I'm doing it in my free time to learn Python.
Actually it does a pretty easy job:
For each ...
2
votes
2answers
78 views
Searching for an Program that controls other Programs
I'm using ubuntu (and WindowsXP as Virtual mashine on it).
I need an automatic process: I want my computer to do every hour a SVN Update and after that my Visual Studio 2008 should open the ...
4
votes
4answers
927 views
Heavy use of TortoiseSVN / Subversion locks NT User account
Strange one this, which isn't programming related directly, but I thought it important to ask here instead of ServerFault.com, as it is directly related to TortoiseSVN/Subversion usage.
Basically, ...
1
vote
2answers
1k views
How to build an autobuild system and regression test system for subversion?
I have been asked to do the following:
a) Build a VM for a subversion server
b) Figure out an autobuild system and regression test system
c) Write documentation or simple instructions to get people ...
0
votes
1answer
1k views
Getting NAnt to check for changed files in SVN
In the interests of trying to speed up my NAnt/CruiseControl.Net/Ivy continuous build process, I was hoping to get NAnt to check if my codebase has changed on my local PC after performing a NAnt-based ...
0
votes
1answer
267 views
CruiseControl.NET conflicts with other build tools, leaves SVN WC broken
I'm using CC.Net 1.4.4.83 to build my project. I also have some scheduled tasks that independently run builds on the same box using the same working copy. Due some hard-coded paths, we can't use a ...
3
votes
3answers
1k views
Automated builds of branches with SVN
What I'm looking to do is have CI and an automated build for all of my branches in a repository. I'd like each build of these web apps to have it's own project and be placed as a virtual directory (or ...
5
votes
5answers
3k views
publishing a website using svn export
I currently ftp all my files to my website when i do an update (over a slowish adsl connection)
And I want to make things easier, so I just recently started using a hosted svn service, and i thought ...
5
votes
2answers
1k views
Free Visual Studio Build Automation Solution
I'm looking for a build automation solution for use with a Visual Studio solution space containing multiple projects of mixed source types (mainly Win32 C++ and C#). Also, all the code is stored in a ...
2
votes
7answers
1k views
Creating a file with build number and branch name in SVN
There is not an enourmous amount of deployment control where I work at the moment. And while there is a long term plan to create a build script that deals with deployment at the moment we are just ...
3
votes
5answers
434 views
Some doubts on setting an C#/Asp.Net 3.5 application automatic builder server
I want to set my server to automatically build my application upon commit on SVN repo, then deploy on a test/homologation server.
What I planning to do:
install a build tool (Nant? use MSBuild?);
...
11
votes
4answers
3k views
How to synchronize SVN revision and version ressources of EXE/DLL files?
Say I have some C++ project which builds an exe or dll file. The project is checked into a SVN repository. I want to automatically synchronize the revision from SVN with the version resource embedded ...
1
vote
4answers
1k views
Using expect to login into SVN
I am trying to use an automated script, which would login to SVN, update my sources, create a tarball with these and scp them to a remote host.
The problem here is that, for every login to SVN (even ...
20
votes
2answers
3k views
Is it possible to alias a branch in Git?
I am looking into using git on a massive scale. I was hoping to increase adoption and make things easier by calling the master branch trunk.
This can and will give SVN users some feelings of ...
4
votes
3answers
4k views
.NET projects build automation with NAnt/MSBuild + SVN
for quite a while now, I've been trying to figure out how to setup an automated build process at our shop. I've read many posts and guides on this matter and none of them really fits my specifics ...
11
votes
8answers
11k views
Automating builds from subversion tags
I'm trying to automate the build process for engineering group. As part of that automation, I'm trying to get to a point where the act of applying a specific tag that adheres to a pattern will kick ...
2
votes
5answers
5k views
Code freeze in SVN - Build management
Is there a better way to implement code freeze in SVN than asking all developers to not check in any new code?
We have CruiseControl running, which automatically deploys the latest build to ...
2
votes
5answers
3k views
Subversion Ant update task taking forever
I've downloaded the svntask for ant from tigris.org, so it is the "official" one.
I have a simple task to update my entire project
<target name="prepare">
<svn username="user" ...
0
votes
2answers
576 views
What are the best practices to use to pass a web application from development staging to production?
Our Development environment has many layers and is complicated to replicate or even backup effectively. Basically the File system (ie. /usr/appdir/webapp...) has other applications serving our web ...
3
votes
3answers
3k views
Automate SVN Adds Using NAnt
I want to automate SVN adds using NAnt. I want to add to SVN all new files in a given directory. The NAnt script will successfully execute the add command, however it displays the Tortoise SVN add ...
50
votes
18answers
14k views
Automatically remove Subversion unversioned files
Does anybody know a way to recursively remove all files in a working copy that are not under version control? (I need this to get more reliable results in my automatic build VMware.)
50
votes
9answers
34k views
SVN checkout ignore folder
Can I ignore a folder on svn checkout? I need to ignore DOCs folder on checkout at my build server.
edit: Ignore externals isn't an option. I have some externals that I need.
17
votes
9answers
13k views
How do you determine the latest SVN revision number rooted in a directory?
I would like to start tagging my deployed binaries with the latest SVN revision number.
However, because SVN is file-based and not directory/project-based, I need to scan through all the directory's ...
1
vote
1answer
117 views
How could I get my SVN-only host to pull from a git repository?
I'd really like to get our host to pull from our Git repository instead of uploading files manually, but it doesn't have Git installed.
So is there a way to trick Subversion (which they do have) into ...
8
votes
10answers
1k views
Automated Builds
I currently use subversion for my version control via AhnkSVN and Visual Studio. I recently started using Tree Surgeon to set up my projects. It creates a build script automatically using NAnt. I ...