digital adj. Having digits.     peer n. A comrade; a companion; a fellow; an associate. inmotion    
   
Recent Articles
Handling a Subversion Repository URL Change
Sunday, May 3, 2009
If your repository URL changes, you can use the following command to fix existing snapshots.
vfat Mounts Default to Lowercase Shortnames
Tuesday, April 21, 2009
I want a "this is brain-damage" quote from Linus for this mess.
VirtualBox or VMWare Virtual Machine at Login
Sunday, April 12, 2009
How to start a virtual machine in X when a user logs in.
Dialog Progress Bar Through Pipe
Sunday, April 12, 2009
How to use dialog to display a script progress bar and communicate progress to it through a named pipe.
Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Ottawa Linux Symposium 2008
Sunday, July 27, 2008
Here are some pictures from the 2008 Linux Symposium.
Linux Symposium 2008
Sunday, July 20, 2008
I'll be attending the Linux Symposium this year.
Clay Shirky: Institutions vs. collaboration
Monday, July 14, 2008
This is a rather interesting talk that takes some very foundational ideas from open source software development, P2P networks, and social networking and implies that these paradigms can apply to a lot more.

The only thing constant is change itself.

Sys Admin-Linux...-Mantis and...

Mantis and SVN Integration

Thursday, July 6, 2006 by digitalpeer

This post is basically me just note taking.

# For open source projects it is expected that the notes be public, however,
# for non-open source it will probably be VS_PRIVATE.
$g_source_control_notes_view_status = VS_PUBLIC;

# Account to be used by the source control script.  The account must be enabled
# and must have the appropriate access level to add notes to all issues even
# private ones (DEVELOPER access recommended).
$g_source_control_account           = 'administrator';

# If set to a status, then after a checkin with a log message that matches the regular expression in
# $g_source_control_fixed_regexp, the issue status is set to the specified status.  If set to OFF, the
# issue status is not changed.
$g_source_control_set_status_to     = RESOLVED;

# Whenever an issue status is set to $g_source_control_set_status_to, the issue resolution is set to
# the value specified for this configuration.
$g_source_control_set_resolution_to = FIXED;

# Regular expression used to detect issue ids within checkin comments.
# see preg_match_all() documentation at
$g_source_control_regexp = "/bissue [#]{0,1}(d+)b/i";

# Regular expression used to detect the fact that an issue is fixed and extracts
# its issue id.  If there is a match to this regular expression, then the issue
# will be marked as resolved and the resolution will be set to fixed.
$g_source_control_fixed_regexp = "/bfixed bissue [#]{0,1}(d+)b/i";

REPOS="$1"
REV="$2"

SVNLOOK=/usr/bin/svnlook
PHP=/usr/bin/php
MANTIS=/var/www/html/mantis/core/checkin.php
COMMIT_MSG=`$SVNLOOK log -r $REV "$REPOS"`

$PHP -f $MANTIS <<zzzMantiszzz
Revision $REV: $COMMIT_MSG

http://localhost/websvn/listing.php?repname=$REPOS&path=%2F&rev=$REV&sc=1
zzzMantiszzz

Comment Wednesday, July 2, 2008 by  hopeseekr
Does someone care to explain what this means??
Comment Friday, July 4, 2008 by  by kalyan
Hi guys ,
You have provided use ful information when we are using php on linux systems if we use WAMP server on windows how we can do that.
Regards
--
Kalyan
Comment Thursday, September 4, 2008 by  by sabine
hello!

please can you tell me where to put the second part on this page (repos ....) => on the server where viewvc is installed? i assume as sh-file? how can i manage that the sh-file is started?

thanx in advance
sabine
Comment Thursday, March 5, 2009 by  by Valics Lehel
You can see an expanded version and a tutorial at
http://www.grafxsoftware.com/option.php/182/
Comment Tuesday, May 12, 2009 by  jim herbert

Submit Comment to This Article
Please post a comment if you have something to add, find something wrong, or would like more information on the topic at hand. Do not use the comment form to contact the author about unrelated concerns!

Name: Email (optional):
Enter verification number here: