Using SVN under OS X.5 Leopard

Hi there!
We run a Mac Pro with OS X Server for collaboration services.
We need to use SVN. As this service is not directly accessible from Server Admin, but is always running because it's used as a backend for Wikis and blogs, *is there any way to use it in parallel for other purposes as well?*
Thanks in advance!
Luc

I also also could not get davsvnmodule to load. This is a fresh install of Leopard Server, and the first thing I did with the web settings was to check the box for davsvnmodule, and I get the following error in the log file:
httpd: Syntax error on line 154 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/moddavsvn.so into server: dlopen(/usr/libexec/apache2/moddavsvn.so, 10): Symbol not found: dav_do_findliveprop\n Referenced from: /usr/libexec/apache2/moddavsvn.so\n Expected in: dynamic lookup\n

Similar Messages

  • Using SVN under OS X.5 Leopard Server

    Hi there!
    We run a Mac Pro with OS X Server Leopard 10.5.1 for collaboration services.
    We also need to use SVN for other matters. As this service is not directly accessible from Server Admin, but is always running because it's used as a backend for Wikis and blogs, *is there any way to use it in parallel for other purposes as well*?
    Thanks in advance!
    Luc

    I also also could not get davsvnmodule to load. This is a fresh install of Leopard Server, and the first thing I did with the web settings was to check the box for davsvnmodule, and I get the following error in the log file:
    httpd: Syntax error on line 154 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/moddavsvn.so into server: dlopen(/usr/libexec/apache2/moddavsvn.so, 10): Symbol not found: dav_do_findliveprop\n Referenced from: /usr/libexec/apache2/moddavsvn.so\n Expected in: dynamic lookup\n

  • How to setup SVN under Lion correctly?

    Using SVN under SnowLeopard (Server) we used the following PLIST:
    sh-3.2# whereis svnserve
    /usr/bin/svnserve
    sh-3.2# svnserve --version
    svnserve, version 1.6.16 (r1073529)
       compiled Jun 13 2011, 15:54:33
    sh-3.2# cat /Library/LaunchDaemons/svn.plist
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
       <dict>
          <key>Label</key>
          <string>svnserve</string>
          <key>Program</key>
          <string>/usr/bin/svnserve</string>
          <key>ProgramArguments</key>
          <array>
             <string>svnserve</string>
             <string>-d</string>
             <string>-r/Volumes/fsx_hd/svn</string>
          </array>
          <key>ServiceDescription</key>
          <string>SVN Code Version Management</string>
          <key>KeepAlive</key>
          <true/>
       </dict>
    </plist>
    Under Lion we get 2 running processes:
    sh-3.2# ps ax |grep 'svn'
      137   ??  Ss     0:00.00 svnserve -d -r/Volumes/fsx_hd/svn
      188   ??  Ss     0:00.00 svnserve -d -r/Volumes/fsx_hd/svn
      627 s000  R+     0:00.00 grep svn
    ... and the following error log:
    sh-3.2# tail /var/log/system.log
    Aug 23 17:51:40 asx com.apple.launchd[1] (svnserve): Throttling respawn: Will start in 10 seconds
    Aug 23 17:51:50 asx svnserve[630]: svnserve: Can't bind server socket: Address already in use
    Aug 23 17:51:50 asx com.apple.launchd[1] (svnserve[630]): Exited with code: 1
    Aug 23 17:51:50 asx com.apple.launchd[1] (svnserve): Throttling respawn: Will start in 10 seconds
    Aug 23 17:52:00 asx svnserve[632]: svnserve: Can't bind server socket: Address already in use
    Aug 23 17:52:00 asx com.apple.launchd[1] (svnserve[632]): Exited with code: 1
    Aug 23 17:52:00 asx com.apple.launchd[1] (svnserve): Throttling respawn: Will start in 10 seconds
    Aug 23 17:52:10 asx svnserve[633]: svnserve: Can't bind server socket: Address already in use
    Aug 23 17:52:10 asx com.apple.launchd[1] (svnserve[633]): Exited with code: 1
    Aug 23 17:52:10 asx com.apple.launchd[1] (svnserve): Throttling respawn: Will start in 10 seconds
    What is wrong?
    Thank you for your help!
    Axel Neumann

    On careful read of "man launchd.plist" I suspect two errors in your .plist.
    1) one should not launch anything which invokes daemon(3) from launchd. Delete your -d option.
    2) if Program is specified then that is the executable which is launched. Else the first item in the ProgramArguments array is used. You have double specified "svnserve", suggest deleting the first string in ProgramArguments.

  • Visarc generates dirty project using SVN source control

    Hi,
    I've read in different topics some issues related to the visarc file, but unfortunately, none of them helped me out. I was wondering if any of you came across this issue and found a solution or workaround to it.
    The problem relates to a LabVIEW project which opens dirty, as you commonly say, under some circunstances. Below I will explain some of the problems I encountered as I tried to track this problem down.
    1. I'm running a large LabVIEW Run-Time project using a PXI with several FPGA - cRIO.
    2. I found that when opening the project file, this is perfectly clean and no asterisk shows in the title bar. I close the project and no saving is needed.
    3. I open the project again and I open a sub-VI which contains the following code:
    4. Straight away, the file visarc shows up under the Dependencies tree of the Real-Time PXI and the asterisk shows now on the title bar of the project (not the VI).
    5. The VI closes without needed to be saved but the project says that an item was added, removed and added, and it has to be saved (as soon as I close the subVI above, the visarc file dissapears from the Dependencies section).
    6. What I do next is to add this file visarc (located in Program Files\National Instruments\LabVIEW 2012\resource) to the project under the PXI tree. I then save the project and close it.
    7. I open the project again, and it keeps being clean (not dirty, as you say).
    8. I open the same sub-vi than before and everything keeps being clean and no saving is needed neither on the sub-VI nor the project. Everything goes smooth in my local computer from now on.
    However, the issue that I can not resolve follows:
    9. We are two people working on this project, and we're using SVN as source version control. Everything works fine in my computer, but when my partner update the files on his computer, the project opens dirty as soon as it opens (only the project, the sub-VI is no needed to be saved).
    10. My partner just save the project and close it, and it becomes clean straight away in his computer. The files which are saved are the aliases file (I expected that), the labview project file, and the LVLPS File of the project.
    This issue will happen again as soon as any of us downloads the SW committed by the other.
    I hope any of you can help me out with this issue. Any suggestion or idea are welcome.
    Thank you very much in advanced.
    Best regards,
    danidpr

    As far as I know, the resource manager does not support version control. If you map the version control folder to a local folder, you can use that in RoboHelp. But I'm afraid that any changes in the resource manager files will require you to manually check them out first. This is how I'm doing it anyway.
    Kind regards,
    Willam

  • Docs on XCode and using svn

    Background
    It has been a long time since I worked actively with any version control software. Long before cvs was available, we rolled our own, with a combination of check-out and check-in methods which could be overridden based on permissions given to different users.
    I barely used cvs at one of my previous positions, and actually just left the archiving to the group that wanted me to write the code. I gave them new releases and they put them into cvs.
    Now, svn seems to be the tool of choice, and I have been able to extract code from other people's svn repositories, but have no real experience in setting one up from scratch, or integrating it with an existing or new XCode project.
    I have read the svn docs, a few months ago, while looking at various code examples, so I have a very rudimentary understanding of the commands, but would certainly NOT call myself proficient. I'm not sure I would even consider myself qualified to be a noob as far as actually using svn. However, after rolling my own and managing it for many years, I understand all the concepts.
    I'm on OSX 10.5.8 using XCode 3.1.3. SnowLeopard is still a twinkle in my eye as far as upgrading, however I plan to look at upgrading to XCode 3.1.4 once I shift some disk space around so I have room for the upgrade.
    Question
    How do I step-by-step take a project, in this case, a complete working project in XCode, that I could call version 1.0, and put it under svn version control. There appear to be hooks in XCode for this already, but i do not know enough about either XCode or svn and how they interact.
    My main interest is in being able to take my working project and try some new code or features, and still be able to grab the most recent prior working version, instead of just having the one current development version.
    Pointers to the right documentation sections would be most helpful, but please don't just tell me to read all the docs, XCode, svn, cvs, etc. and figure out how the pieces fit together. I've already tried that and none of what I read stuck in my memory as far as how they work together.
    If this is the wrong place to ask this question, please direct me to any better places.
    -C

    reststop wrote:
    It looks like google can find Docs at Apple faster than I can...
    Mega dittos and pass the OxyContin®. I still try the search engine at the iPhone and Mac library pages, but Google does all the heavy lifting.
    I'm going with the newer docs!
    Et made a really solid point in advising you not to choose your archiving and versioning tools based on what Xcode directly supports. I'm currently collaborating on an iPhone project with a friend on the East Coast who set us up with Beanstalk and Versions. Beanstalk is free, but the Versions client was about 50 USD. This is my first experience with SVN so I'm unable to compare it with other products, but I can tell you it meets all the needs of a 2-programmer project quite nicely. We're also getting the advantage of an offsite server backup in the bargain. So far I've seen nothing but good reviews of Beanstalk, and haven't yet seen any sign of our code or artwork in the store, so I feel fairly comfortable with this service.
    Anyway returning to Et's point, I haven't even tried hooking the above up to Xcode. The Versions client lets you sync one or more folders to the archive on Beanstalk. So if you sync up your Xcode project folder, you're good to go. As always I'm putting this out there so others can teach me how to use SVN correctly, but that's what I'm doing now and quite happy with it.
    \- Ray

  • Domain Guideance and Clarification using SVN and an Export suggestion

    Hello Oracle SQL Data Modeler Support,
    Apologies if this has been documented somehwere and I have missed reading it, but have gone through the User Guide and cannot find the clarification I want regarding domains.
    1) WHAT IS BEST PRACTICE TO SAVE WHEN USING SVN
    From the forum I have picked up that the domains file is in the following directory:
    ~\datamodeler\datamodeler\types
    File name is 'defaultdomains.xml'
    When I come to save the file using SVN I get 'Choose versioned folder for storing system types'
    I assume this is where the domains file is stored.
    I require the Domains to be avialable centrally to all Designs I create, what should I do?
    a) Set the folder to ~\datamodeler\datamodeler\types
    b) Create a design called 'Domains' and store it in this folder
    c) Any thing you may suggest
    2) EXPORT OF DOMAIN FILE SUGGESTION
    This should be a quick win for you, can you please add an Export Domains function, seems this needs to do no more than make a copy of the defaultdomains.xml file and create it in a specified export directory.
    Will avoid having to go through the forum to pick up that the defaultdomains.xml file needs to be copied and transfered over for new SQL Data Modeler installations.

    Hello,
    I require the Domains to be avialable centrally to all Designs I create, what should I do?Default location is fine if SVN is not used and if all designs are used only on that computer.
    If versioning is used then it's better to have separate directory for domains and this directory shouldn't be part of any design's directory - i.e. for designs you can have directories c:\des_1, c:\des_2 ...c:\des_n - one directory per each design and that directory will contain design DMD file and design folder. For domains you can have directory c:\DM_Sys_types and you need to set this directory in "Tools>Preferences>Data Modeler>system types directory" - logical types, RDBMS sites and scripts also will be stored there.
    Philip

  • Having a problem with commandButton attribute when i am using it under tabl

    Having a problem with {color:#800000}commandButton {color}{color:#339966}attribute {color}when i am using it under{color:#ff0000} table{color}
    I am using a command button under a table.
    here is the example
    <h:dataTable value="#{wlmHandler.plexes.plexes}" var="{color:#ff0000}onePlex{color}" border="0" cellspacing="0" cellpadding="0" width="100%" border="0">
    <h:column>
    <h:panelGrid border="0" cellpadding="0" cellspacing="0" columns="5">
    <h:commandButton action="" styleClass="tixbutton" value="#{labels.ADD}" onclick="#{onePlex.tran}"/>
    <f:verbatim> </f:verbatim>
    <h:commandButton action="#{createTransaction.transactionCommand}" styleClass="tixbutton"
    value="#{labels.SUBMIT}" actionListener="#{createTransaction.processAction}">
    <f:attribute name="dbName" value="#{wlmHandler.dbName}"/>
    <f:attribute name="plexName" value="{color:#ff9900}#{onePlex.name}"{color}/>
    </h:commandButton>
    </h:panelGrid>
    <h:/column>
    </h:dataTable >
    when i am using this plex name atribute it is giving nullPointerException
    {color:#ff9900}this value #{onePlex.name} i cant able to access inside the command button{color}

    balu i have tried by seeing u r blog.
    this is my structure of tables
    plexes (if i iterate plexes table gives plex object)
    |
    ------ plex (plex table gives transaction object)
    |
    ------transactions(transactions table gives transaction table)
    |
    here i will have a command link to this link i have to pass the plex name which
    will come from
    i tried in this command action with HTMLDataTable getRowData()
    i am not getting the selected row data .i am downcasting this getRowData() to plex.

  • I'm using a macbook pro, running snow leopard. Yesterday I got around to emptying my trash for the first time in quite awhile and was surprised by how much there seemed to be in there. Immediately after a question mark symbols appeared on all my hard disk

    I'm using a macbook pro, running snow leopard. Yesterday I got around to emptying my trash for the first time in quite awhile and was surprised by how much there seemed to be in there. Immediately after a question mark symbol appeared on all my hard disk folders. If I click on these question marks I get a message saying ' the item can't be found'.

    mpagan47 wrote: a question mark symbol appeared on all my hard disk folders.
    Not sure where these hard disk folders are located that you are referring to?  Finder, Finder tool bar, Finder side bar, Desktop, Dock? 
    More then likely they are  an alias that not longer point to the orginals,  thus the question mark.
    I would reboot.  Delete icons if an alias and just recreate by dragging from the source. Try right click (control) click to remove.

  • My ipod touch screen is totally unresponsive and i have been using it under normal conditions. ihave tried the reset and restore but to no avail.everything works as it would normally do  on the screen.help pls????

    my ipod touch screen is totally unresponsive and i have been using it under normal conditions. ihave tried the reset and restore but to no avail.everything works as it would normally do  on the screen.help pls????

    Might want to post your question in the correct forum.  This is the iPHONE forum.

  • [solved]make error when using svn in PKGBUILD

    Hi, all
    I want to install the development package of R software using PKGBUILD. My PKGBUILD file is like this:
    pkgname=r
    _svnmod=r
    pkgver=0.0.0
    pkgrel=1
    pkgdesc="R is a language and environment for statistical computing and graphics"
    arch=('i686' 'x86_64')
    license=('GPL')
    url=('http://www.r-project.org/')
    depends=('blas' 'lapack' 'bzip2' 'libpng' 'libjpeg' 'libtiff'
    'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
    'tk' 'libxt' 'libxmu' 'pango')
    #makedepends=('subversion' 'openjdk6' 'gcc-fortran')
    makedepends=('subversion' 'jre7-openjdk')
    options=('!makeflags')
    conflicts=('r')
    provides=('r')
    source=('r::svn+https://svn.r-project.org/R/trunk/')
    md5sums=('SKIP')
    pkgver() {
    cd "$SRCDEST/$_svnmod"
    svnversion
    build() {
    cd "$srcdir/$_svnmod"
    ./configure --prefix=/usr \
    --libdir=/usr/lib \
    --datarootdir=/usr/share \
    rsharedir=/usr/share/R/ \
    rincludedir=/usr/include/R/ \
    rdocdir=/usr/share/R/docs/ \
    --enable-memory-profiling \
    --with-readline \
    --with-x \
    --with-system-zlib \
    --with-system-bzlib \
    --with-system-pcre \
    --enable-R-shlib \
    --with-lapack \
    --with-blas \
    --without-recommended-packages \
    F77=gfortran \
    LIBnn=lib
    make
    package() {
    cd "$srcdir/$_svnmod"
    make -j1 DESTDIR=${pkgdir} install
    # Fixup R wrapper scripts.
    sed -i "s|${pkgdir} ||" ${pkgdir}/usr/bin/R
    rm ${pkgdir}/usr/lib/R/bin/R
    cd ${pkgdir}/usr/lib/R/bin
    ln -s ../../../bin/R
    But i encounter a make error like this:
    ERROR: not an svn checkout
    make: *** [svnonly] ERROR 1
    Did anyone give me some advices? Thanks a lot!
    PS. I was noticed that in wiki page "VCS PKGBUILD Guidelines", "The copy in $srcdir is made using svn export which does not create working copies. Any svn related command has to be used in the local repo in $SRCDEST." So when I change the cd line in build() and package() function into
    cd "$SRCDEST/$_svnmod"
    the error message vanished. But the local repo are changed when configure and make the project.
    Last edited by januslian (2013-05-06 08:50:09)

    Scimmia wrote:This will be fixed in pacman 4.1.1. For now, just copy the ".svn" dir yourself. cp -r "$SRCDEST/$_svnmod/.svn" "$srcdir/$_svnmod"
    Great, it works. Thanks.

  • Upgrade HDD using Time Machine, but no Snow Leopard DVD, only Leopard installation DVD = kernel error on startup

    Hi guys and girls.
    Background
    I have a MacBook Pro (March 2009 vintage).  It was loaded with OS X Leopard on a 250GB HDD.  When Snow Leopard was released, I upgraded using a DVD bought from Apple.  In time, I added an external USB HDD to use for Time Machine Backups.  I am now, however, knocking up against the capacity limit of the original hard drive.
    Given the above, plus the fact that I no longer appear to have the Snow Leopard DVD (upgrade version I believe) - what is the recommended way to get back to my old setup (files, OS, settings etc), but with my new, larger HDD?
    So far I have tried:
    1. Formatting new HDD as Mac OS Extended (journaled), GUID partition having booted using my original (Leopard) installation DVD.  I then selected the latest Time Machine (Snow Leopard) backup.  After a couple of hours of restoring from that backup, the system restarted, but had kernel errors on bootup.
    2. As above, but when formatting, chose to zero all data.  This had the same end result.
    Questions:
    1. Are the kernel errors I'm experiencing due to the mismatch of booting off Leopard and restoring a Snow Leopard backup?
    2. Would finding my (or even a) Snow Leopard upgrade DVD help?  If so, how?
    3. What am I doing wrong generally?  I do like to try to understand these things!
    4. As above, what is the recommended way of doing what I'm trying to do, given the limitations of release DVDs etc.
    Many thanks

    Simplest thing would be to buy the retail SL installation disc ($20 USD) and use it to do the migration. There might be an issue trying to use a SL TM version with Leopard.

  • Use iCloud calenders in iCal on Leopard

    Hey
    Is it possible to use iCloud calenders in iCal on Leopard, OS X 10.5?
    This is my server settings:
    https://p02-caldav.icloud.com/825681252/principal/         (I have change the number for the unic icloud id)
    When I type my username and password, iCal find the account but not the calenders...
    / Fredrik

    if people can get it working with 10.6, there has to be SOME method to get it working for 10.5.8.
    It IS just CALDAV technology, the tech has not changed between 10.5 and 10.6, just the ical interface
    has anyone had any success?
    Really appreciate any help.
    Note: Before posting "you can't sync ical etc in less than 10.7.2", please read the post.  Yes you can.  it is done using Caldav with 10.6 by finding the server address in your plist.  There is  NO REASON why this shouldnt be workable in 10.5.8, but I haven't been able to get it going.
    Thank you any repliers in advance

  • Append file name using FileSelectPopup under Windows 7

    Hi,
    I saw the following thread for the same issue in Vista, just wanted to make sure that this issue has been fixed for Windows 7 also before I upgrade to the latest version.
    http://forums.ni.com/t5/LabWindows-CVI/Append-file-name-using-FileSelectPopup-under-Windows-VISTA/m-...
    Thanks,
    Karthik
    Solved!
    Go to Solution.

    Hi,
    I ran across that issue when I was running applications built under CVI 7.1.1 on Windows 7.  I can verify that rebuilding the application under CVI 2009 SP1 and later CVI 2010 fixed the issue.  So you should be ok.

  • Using Mail under iOS 5 Mail continues to suggest addresses that have been removed from Contacts. How do I remove old adreesses?

    Using Mail under iOS, 5 Mail continues to suggest addresses that have been removed from Contacts. How do I remove old, obsolete adreesses no longer in Contacts?

    If you open Mail and then in its File menu at the top, click on Window and choose Previous Recipients, you'll get a popup window listing them. At that point, you can highlight and delete any/all.

  • I have to downgrade from Yosemite to Snow Leopard because of compatibility issues with some of my software.  Can I use PS Elements 12 with snow leopard?

    I have to downgrade from Yosemite to Snow Leopard because of compatibility issues with some of my software.  Can I use PS Elements 12 with snow leopard?

    PSE12 became a 64 bit app for the first time on Mac. The recommended system requirements are Mac OS X v10.7 through v10.8.
    Are you not able to use lion or Mountain Lion?

Maybe you are looking for

  • Using Javascript attributes in a JSP-Tag

    Hi! I want to submit a Javascript attribute to an embedded jsp Tag: <script language="JavaScript"> function test()      var jscriptvar= document.myform.myselection.selectedIndex; result = <%= jspobj.doit(jscriptvar) %>; </script> The exception is : U

  • Logic needed for FI BDC

    Hi , I ned to write Bdc for the FI transaction f-53. In that BDC various entry is uploaded in trnsaction thr flat file . After Upload Document No is generted and it should stored in the excel file and at the last col of th flat file . How to do this

  • PE51 - Deduction  Wage Type amount showing with a negative "-" sign

    Dear All, We have pay slip configured for the client in PE51 - HR Foms Editor. Here, we have added the deduction wage types in Window tab and Cumulations tab. However, when we generate the pay slip, the custom wage types which are defined in deductio

  • Maintaing Tax in FV12

    Hi All, I maintain the Tax in FV12 eg tax in FV12 amount is 12.000 After this if I go to MIRO and putting all necessary input and aftet click on Calculate Tax i get Tax amount as 96.90 for tax which i maintained in FV12. Now I change Condition in FV1

  • SAP BIW 7 Architecture

    Dear Friends, We are planing to upgrade the BW version. I need BIW 7 Architecture. Can anybody help me? Thanks&regards Ramu