search for: svnlook

Displaying 8 results from an estimated 8 matches for "svnlook".

Did you mean: svnbook
2012 Dec 14
4
New Puppet User: Issues with pre-commit script
...to make sure there are no syntax errors. I am using the following pre-commit scirpt that I came across online: -- #!/bin/bash REPOS="$1" TXN="$2" tmpfile=$(mktemp) export PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin" for file in $(svnlook changed -t "$TXN" "$REPOS" | awk ''/^[^D].*\.pp$/ {print $2}'') do svnlook cat -t $TXN $REPOS $file > $tmpfile puppet parser validate $tmpfile &>/dev/null if [ $? -ne 0 ] then echo "Puppet syntax er...
2009 Feb 08
1
yum update fails
...le /usr/share/man/man1/svn.1.gz from install of subversion-1.5.5-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5 file /usr/share/man/man1/svnadmin.1.gz from install of subversion-1.5.5-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5 file /usr/share/man/man1/svnlook.1.gz from install of subversion-1.5.5-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5 file /usr/share/man/man5/svnserve.conf.5.gz from install of subversion-1.5.5-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5 file /usr/share/man/man8/svnserve.8.gz from in...
2007 Mar 08
1
cant fully capture child output
...d(pid,0) writeme.close while readme.gets do results[:txt] = $_ end ### i dont get the output between here ### readme.close tmp << "piping done" results[:txt] = tmp tmp << "getting youngest" results[:txt] = tmp youngest = `svnlook youngest #{my_project}` tmp << "youngest got" results[:txt] = tmp rev = "_rev#{youngest.chomp!}" fname = [ "backup_#{repo}_", Time.now.strftime(''%Y-%m-%d''), "#{rev}", ''.gz''...
2007 Mar 19
11
Parsechecking in a commit hook
This has been a much-requested feature, and is now a reality (in svn trunk): There is a new option, --ignoreimport, that will (surprisingly) ignore import statements. This is really only useful when using -- parseonly in a commit hook, and note that you''ll have to add the option to --parseonly, none of the puppet executables will add it for you. You should be able to
2007 Feb 12
8
How to validate puppet manifests without actually executing puppet?
Hi, I want to validate my puppet manifests before I check them into source control. I just want to make sure that the manifest syntaxes are legal, not to do any more complex testing - the checkin may be on my laptop and not on the system that the manifests may be intended to run on. Ideally I''d be able to do this from ruby code - and I did try to instantiate some classes and override
2015 May 21
3
Bash-Completion for samba-tool
Hey list, arriving home from SambaXP, it was really nice. That darth vader cake was super sweet :-) Hearing some people talking about how much they'd like bash completion for `samba-tool`, I've put together an ugly script that does that. It's a very dumb script (I'm boldly calling it script), but it might make someones day a little bit easier.
2009 Jun 23
2
problem with centos 5.3 upgrade
.../svn.1.gz from install of subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5.i386 file /usr/share/man/man1/svnadmin.1.gz from install of subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5.i386 file /usr/share/man/man1/svnlook.1.gz from install of subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5.i386 file /usr/share/man/man5/svnserve.conf.5.gz from install of subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5.i386 file /usr/share/man/man8...
2009 Aug 06
3
rpmforge.repo
How come rpmforge.repo wants to install a whole slew of perl modules, yet if I leave rpmforge.repo out of the update process, none of the perl modules shows up? Here's the rpmforge.repo file.. do any of yall see anything wrong with anything in there? Sam # Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag # URL: http://rpmforge.net/ [rpmforge] name = Red Hat Enterprise