Advertising
advertising
related pastes to tag 'svn'
- 2109604 - clang-svn: linux svn arch pkgbuild aur clang
-
- # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
- # Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
- # Contributor: Evangelos Foutras <foutrelis@gmail.com>
- # Contributor: Sebastian Nowicki <sebnow@gmail.com>
- # Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
- # Contributor: Tobias Kieslich <tobias@justdreams.de>
- # Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
- # Contributor: Tomas Lindquist Olsen <tomas@famolsen.dk>
- 1886685 - Someone: mingw error svn subversion compile mingw32
-
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by subversion configure 1.6.11, which was
- generated by GNU Autoconf 2.64. Invocation command line was
- $ ./configure --enable-javahl=shared --with-jdk=/usr/lib/jvm/default-java --without-neon --host=i586-mingw32msvc --build=mingw32 --with-openssl=/usr --with-zlib=/usr
- 1866704 - svn ressurection: svn bash
-
- svnresurrect() {
- found=0
- empty=""
- listofrevs=`svn log | grep -o --regexp="^r[0-9]*" | sed "s/r//g"`
- for i in $listofrevs;
- do
- echo $i
- thisrev=`svn log -v -r $i | grep "^ *D [/A-Za-z0-9]*$1$"`
- 953313 - m!nus: svn svnserve
-
- #!/bin/sh -e
- #
- # svnserve - brings up the svn server so anonymous users
- # can access svn
- #
- # Get LSB functions
- . /lib/lsb/init-functions
- 905272 - eliasp: svn quota kmail imap 95 hangs
-
- kmail(29048) KMFolderCachedImap::findByUID: Didn't find uid: 35386 in cache!
- kmail(29048) KMFolderCachedImap::deleteMessages: Deleting 1 sets of messages from server folder "/INBOX/"
- kmail(29048) KMFolderCachedImap::serverSyncInternal: Setting test attribute on folder: "mail@eliasprobst.eu/inbox"
- kmail(29048) KMFolderCachedImap::serverSyncInternal: Setting test attribute to KUrl("imap://mail%40eliasprobst.eu@192.168.254.1:143/INBOX/")
- kmail(29048) KMail::AnnotationJobs::MultiSetAnnotationJob::slotStart: setting annotation "/vendor/kolab/folder-test" "value.shared" "true"
- kmail(29048) KMFolderCachedImap::slotTestAnnotationResult: Test Annotation was passed OK
- kmail(29048) KMFolderCachedImap::updateAnnotationFolderType: "/INBOX/" : updateAnnotationFolderType: ' "mail" ', was ( "" "" ) => mAnnotationFolderTypeChanged set to TRUE
- kmail(29048) KMFolderCachedImap::serverSyncInternal: Setting folder-type annotation for "inbox" to "mail"
- 844574 - svn-blender: svn blender
-
- Linking program ==> 'blender'
- /home/drc/svn-blender/build/linux2/lib/libsrc.a(editobject.o): In function `enter_editmode':
- editobject.c:(.text+0x83bb): undefined reference to `mesh_pmv_off'
- /home/drc/svn-blender/build/linux2/lib/libsrc.a(editobject.o): In function `apply_objects_locrot':
- editobject.c:(.text+0x85ac): undefined reference to `Mat3ToScalef'
- /home/drc/svn-blender/build/linux2/lib/libsrc.a(usiblender.o): In function `init_userdef_file':
- usiblender.c:(.text+0x14fa): undefined reference to `init_colorband'
- usiblender.c:(.text+0x1596): undefined reference to `vDM_ColorBand_store'
- 648967 - svn hook script - no altering ta: tags tag svn hook pre-commit
-
- #!c:/perl/bin/Perl.exe
- ##
- ## $Id: prevent-tag-changes.pl 37 2006-03-06 15:55:47Z pdurden $
- ##
- ## Modified version of http://svn.haxx.se/users/archive-2006-03/1491.shtml
- use strict;