search for: sourcecontrol

Displaying 4 results from an estimated 4 matches for "sourcecontrol".

Did you mean: resourcecontrol
2007 Feb 21
1
Problem with adding project with Subversion username and password
...the content of scm_options in script/add_project file and found that the values of username and password were empty. Then I deleted the nil parameter (the first parameter) from opts.on(..) for username and password: i.e. opts.on("--username username", String, "Specify a username for sourcecontrol") { |v| scm_options[:username] = v } opts.on("--password password", String, "Specify a password for sourcecontrol") { |v| scm_options[:password] = v } Then it started working - the values of username and password were captured correctly. Tadatoshi -------------- next...
2008 May 06
4
Git support - kinda works, have design questions
...s of now, I can create a project from Git repository, run a builder on it, and even run the dashboard. Build pages look ugly because build.label in git is very long, a bunch of unit tests is failing, and I had to disable some functionality, namely displaying source control errors in the dashboard. SourceControl::AbstractAdapter#execute_with_error_log (formerly known as Subversion::execute_with_error_log) had a bold assumption that any command writing anything in stderr has failed. This is not true for Git. Actually (and this really sucks), I even found a case where Git command returns a non-zero exit code...
2009 Mar 01
1
Strange behavior of Source.column_names
I have a class named Source and a controller named SourceController etc. When I use Source.column_names in the view all names except names ending in _id is listed, although according to the documentation all names should be listed When I use Source.column_names in the source controller it lists correctly all names also the ones ending in id. When I first cal...
2005 Feb 02
0
two small-ish optimizations (death by a thousand cuts)
...the ldm* instructions to work as advertised, even though I've talked to several ARM asm hackers who said they looked right. I can use the fp as a regular register since since I'm compiling without it. Comments within should explain what I'm having trouble with: http://archzoom.sourcecontrol.net/archzoom.cgi/eric@petta-tech.com--2005a-normalperson/flac--ipod--1.1.0--patch-19/src/libFLAC/arm/lpc_asm.s -- Eric Wong --- orig/src/libFLAC/lpc.c +++ mod/src/libFLAC/lpc.c @@ -293,6 +293,209 @@ void FLAC__lpc_restore_signal(const FLAC__int32 residual[], unsigned data_len, const FLAC__int...