I'm trying to do a branch build. I've just set it up and forced a build and all I'm getting, almost immediately after the build starts is that it failed.
Nothing even remotely helpful in this error. Just wondering if anyone has come across anything similar.
ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operati...
Hi friends,
I need to start using version control system for my Drupal projects, and I decided on Mercurial.
During last 2 days I have been googling to find some tutorials, guides, tips, anything about "how to use mercurial for my drupal projects", but I just can't find anything! :/
Can you advise any link or tutorial or anything fo...
We have developed version 2.0 of our website, in a branch. Now the site is live, and we want our branch to replace the trunk (inkl. all history etc.).
We made a few bug fixes to the trunk, but they are all integrated in the branch. That is... all code in the trunk are dead code, and we want the trunk exactly like the branch..
Which ste...
I'm writing a pre-commit hook in C# and I know I have to return 1 for failure and 0 for sucess, but I cant get it to write any message out to the client. Currently I'm using
static int Main(string[] args)
{
var repository = args[0];
var transaction = args[1];
// TODO: do stuff and return 1 or 0 appropriately
...
Hello all,
I'm working in a group where there are developers that use linux, windows and mac.
Often happens that in SVN repository text files have different text file line delimiters (CR / CRLF / LF).
Someone know if I could avoid to compare line delimiters during eclipse svn synchronize?
...
I'm in this kind of situation: i'm working with a remote developer on a cakephp website.
He works on a local copy (php etc..) and updates a staging server. I usually do directly the edits (mainly css and text changes) on the remote staging server because I can't run a local copy of the website. What do you suggest for a SVN environment...
Would it be possible/safe to run two instances of VisualSVNServer pointing to the same repo?
I've searched around and not had any luck finding anything related specifically to this question. The only reason I ask is because we have a need to enable Windows Authentication/Integration over http, and svn authentication over https. It does ...
Hi,
I am using subversion for version control of my code (tortoise SVN on windows and VisualSVN as the server on another computer). Things are going great as far as keeping different versions of my code is concerned, with necessary logs etc. Sometimes I make a few non-essential/trivial changes to the code and commit them before leaving....
Hi All,
We use svnnotify (i.e. SVN::Notify) in our svn post-commit hook. Is it possible to include the userid of the author of the commit as the displayed name in the author field of the resulting email? Authentication is through mod_auth_mysql. We don't want the author to be "userid@domain of svn server" because there are no such em...
A little background, because this might be kind of confusing: the project I'm working on is one where most of the code is the same, but there are some files that change based on the platform we're deploying to. For this, the root folder has all of the "core" files that don't change, and then there is a directory for each platform with t...
Hi
I know that a diff between two tags lists the 'files' which have been changed between those two tags by the following method.
svn diff tag1 tag2 |grep Index:
Is there any property in Subversion or some technique to find out revision numbers which caused those files to change (i.e differences between tag1 version of the file and...
Can anyone tell me why svn would indicate that a current working copy is modified, although all changes are checked in?
$ svn up
At revision 1520.
$ svn diff
$ svnversion
1520M
...
Hi,
I am using SVN and and only if I set at file authz * = r then I can view log messages when selecting Show Log from the context menu.
Surely this is not what I want - to allow all reads access...
I currently use @developer=rw but as I mentioned above this does not work.
Please advise
Thanks
...
I am planning to start a project with a team of 3-4 people and I was researching some online SVN repositories for a while to work when working as a team on the single project.
I'm hesitating to choose a free version to start with. I want a service that enables you to do the basic SVN stuff( Commit changes, update, merge, checkout) and ...
I have a working copy checked out, and a new empty repository.
How can I fill that new repository using the working copy?
I don't have access to the original SVN.
I could delete all .svn dirs and do svn commit, but I'm wondering about some smarter way.
Thanks for tips.
...
is there any way to read Properys from a remote SVN Location ?
i want to JUST read the version number of a single file in a remote repro wothout have them synced.
the only thing i found so far is "SVN INFO"
i simply make a grep now on "Revision", but this is not really a smart way to do this.
...
In order to view changes or diffs between commits, i use the following from the command line:
svn diff -r 3000:3025 > daychanges.diff
I want to modify the command so that it generates diffs between successive commits, concatenates them and outputs to file, something like
svn diff -r 3000:3001 > daychanges.diff
svn diff -r 3001:3002 >...
From some sites it seems Scons support subversion checkout:
env = Environment()
env.SourceCode('.', env.Subversion('XXX'))
env.Program('hello.c')
http://www.scons.org/doc/0.92/HTML/scons-user/x1625.html
But from the man page/user guide of the latest stable version(2.0.0) there is no subversion.
It's not mentioned in the change log. ...
I have a project in my svn. I want to copy it at server.
I can export current revision from svn to my local directory. Than write a config file and copy with use of ftp to the server. Is it possible to do it in an inteligent way? I. e. copy only files which changed?
What I want is to write something like Makefile for putting revisions ...
I installed eclipse helios (for Java developers) and installed svn via help, install new software.
When checking out a new Java project (for example by selecting new Project.. and then choosing checkout from SVN the sources always land next to the src folder and not in it (in some cases it does not even create an src folder). With the ...