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.

Similar Messages

  • How to setup Events under Data sources in LBWE

    Hi,
    I need to know how to setup the events for Shipments data source in LBWE,i activated the data sources and extracted the data but there is no Events for Those shipments data source under application area 08.Other application areas like 11,12...those are having the events.
    Why the application 08:Shipment don't have events??How can i assign the events???Can you guide me??
    Thanks,

    Hi,
    Oh..Great Help..
    May be any one can you share your ideas???
    Nick in your system also don't have events for 08 Shipments??
    and also i have one more question :In my client they have two clients in R/3, one for customization and another one is testing,but when i changed or activated my DS those are not effected in testing system..
    How can i capture those changes into testing client??any one have any idea..as per my knowledge DS are client independent right so automatically effects those changes into another clients.but in my case it is not happening??? Thanks

  • How to setup project using the correct vid settings

    Hi Guys/Steve
    apple macbook pro, lion
    elements 10, licensed version ie not trail.
    How can I identify exactly what my new project settings should be when I want to setup a new project.
    I have a dvd with a number of vob files.
    The vob files play great in vlc on my dvd player.
    If I use standard setting, see print screen.
    When I click get media the files are imported.
    When I try to play them (after rendering), the first second they play, they are clear, but then they go blurred, in a similar way to the difference between hd in youtube and 240 rate.
    So I tried setting up the project clearly using the wrong settings. When I insert the video into the timeline, the application tells me its the wrong setting and do I want it to automatically change the settings to suit the video, if I say NO, then the video plays without being distorted and blurred, however it jumps because it is the wrong setting.
    If I say YES, then the video plays but plays blurred.
    This tells me that the application cannot identify the correct video project setting for this or any other file that I insert be it from vob or avi.
    Here is a printscreen of the file properties, maybe this will help. It wont upload here so I will add to next string.
    Many thanks
    Simon

    Mazel tov !!!
    Finally found it!
    So simple.
    nothing to do with rendering.
    Steve you deserve a big hug for all your hard work in trying to help me, and I feel like I owe you big time, however the solution was so simple and provided by ted smith, on the playback screen one right clicks and changes the playback quality to highest, and the quality is 100% crystal clear.
    Thank you all for your help.
    btw who knows how to export an mp3 from a video?
    Thanks
    simon

  • How to setup new Mountain Lion in Macbook Pro MD313

    Hi All,
    I have the problem about upgrade to from Lion to Mountain Lion, Now, i want setup new OS ML in Macbook pro MD313.! How to the new setup ML

    Welcome to Apple Support Communities
    You are using Lion, and AirPlay Mirroring needs Mountain Lion. Read > http://support.apple.com/kb/HT5404 You have two options:
    1. Upgrade to Mountain Lion. Make a backup of your files and check that your applications are comaptible > http://www.roaringapps.com Then, open the App Store and purchase OS X Mountain Lion. When the upgrade finishes, you will see an AirPlay icon on the menu bar.
    2. Use an app like AirParrot > http://www.airparrot.com

  • How to setup JNLP under SunAppserver 9.1???

    I use Java EE and I' ve deployed an EE application and Swing appclient under AS9.1, but the .jnlp contains bad hostname (my internal name). Is it possible to change it?
    Is it possible to create a custom .jnlp under AS9.1 using EE?

    Discussion at http://forums.java.net/jive/thread.jspa?threadID=26363&tstart=0

  • How to open or install fonts from a .suit file under Lion?

    How to open or install fonts from a .suit file under Lion? Thanks!

    although I believe I *have* used the .suit extension when I was creating suitcase files for TrueType fonts.
    You can get away with that because you haven't really changed anything. It's already a suitcase file, with a Type code of FFIL (the Creator code is mostly irrelevant). Adding .suit still tells the OS it's a suitcase.
    However, if you do something silly like change the Type code to LWFN (the outline portion of a PST1 set), then neither Font Book, or any other font manager knows what to do with it. It's recognizing the LWFN code, but the data structure of course doesn't match. The file is still a Mac legacy TrueType font. Suitcase Fusion 5 tosses this on the screen when I change the Type code to the wrong one:
    Changing the extension to something obviously wrong, like .otf produces the same message. It's trying to parse the data according to what the extension says it is, and nothing lines up.
    Trying to use .ttf or .ttc also doesn't work. A Mac legacy suitcase TrueType font is not built the same as a .ttf or .ttc font. Either is technically correct (it is a TrueType font), but that's the only similarity. What's happening in that case is Mac legacy TT fonts have all of the data in the resource fork. When you add .ttf or .ttc to the name, the OS and any font manager then tries to find the data in the data fork. Nothing there.

  • How to setup multiple base station under one network?

    How to setup multiple base station under one network? I have 6 rooms but one airport base station makes really difficult to get good signal from every rooms. I wonder if I can setup multiple airport base stations talking to each other under the same network to build up the signal strength will help solve this problem. But, is it possible? How?

    One route would be to utilize a "roaming" network. In a roaming network, you would connect multiple AirPort Extreme Base Stations (AEBS) to the same Ethernet. Of course, this would require that your home is already wired for Ethernet.

  • I have recently installed window vista on my macbook pro under lion, how do i install drivers in vista?

    Hi guys, I have recently installed window vista by using boot camp under Lion, and how do i install the drivers for vista?
    I don't have any installation disk come with this mac, therefore i have no ideas how it work?
    thanks.

    You should visit the Boot Camp forum, https://discussions.apple.com/community/windows_software/boot_camp. This issue has been asked and answered several times.
    There are no Vista/XP drivers for Lion or for the newer Apple computers.

  • How can I maximise windows under Lion?

    OK, I realise that this is a trivial question that seems to have been answered several times for previous incarnations of OS X, but I thought I'd read somewhere the the behaviour of the green triffic light buttong had changed under Lion, so that it provide Maximise capability. Ufortunately, from what I cna see, it hasn't :-(
    It cycles through various window sizes, and will get close to the maximise function, but only if you have already manually set the size using the mouse (or touch pad).
    What I'm realy looking for is a feature that will unconditionally set the window to its maximum possible size - does this exist?
    Note that I do not want the full screen facility, which I know about. I dislike this because it hides too much of the application away, such as the menu.
    I may be being unreasonable, but this doesn't sound like too much to ask.
    Note that this request is partly for myself, but mainly for my wife who has just transferred to OS X from Windows.

    If Apple put as much effort into implemeeitng as they've put int justifying *not* impleemmting it then the world would be a better (and different) place.
    Apple chose - a LOOONG time ago - to put that power in the hands of developers.  If you develop an app, you can choose how the maximize button works for your app.  This makes the maximize button far more intelligent and useful, if developers take the trouble to do so, since the window can then maximize to display the most content possible instead of uselessly covering the entire screen when the content is only a fraction of that area.  Personally, I think Apple made the right choice, as I almost never want one window to cover the entire screen, but if you disagree, just use Right Zoom.  Or full screen mode.

  • How do I do a clean re-install of Safari 5.1 under Lion

    I am seeing a number of anomalies in Safari 5.1 behavior/performance under Lion (10.7.1).  This instance of Safari has "inherited" something via Migration Assistant that it should not have. One of the most obvious of these anamolies is that certain web sites do not display properly.  Example: http://www.padilicious.com/ looks like this:
    No Style Sheets are selected in Preferences > Advanced.
    If I create a new user account, Safari in that instance renders this website properly.  Thus, Internet Plug-in are not the source of this issue.
    I have removed all extensions and reset everything in Safari.  I have even deleted Safari preference files to no avail.  What I think I need to do is to completely uninstall Safari and all of its related files and then reinstall it.  Is this possible and, if so, how do I do that?

    Here you go:
    Last login: Sat Sep 17 12:10:51 on console
    localhost:~ flowney$ kextstat -kl | awk ' !/apple/ { print $6 $7 } '
    at.obdev.nke.LittleSnitch(2.4.2)
    com.AmbrosiaSW.AudioSupport(4.0)
    com.hzsystems.driver.CDSDAudioCaptureSupport(1.5)
    com.pleasantsoftware.driver.showMacsterDriver(1.1.0d1)
    com.Cycling74.driver.Soundflower(1.5.2)
    com.kensington.trackballworks.driver(1.0.0)
    com.vara.driver.VaraAudio(1.0.1)
    localhost:~ flowney$
    localhost:~ flowney$ sudo launchctl list | sed 1d | awk ' !/0x|apple|com\.vix|edu\.|org\./ { print $3 } '
    Password:
    com.qdea.syncproxhelper
    com.google.keystone.daemon
    com.flyingmac.farsuite.daemon
    com.flipvideo.FlipShareServer.launchd
    com.bombich.ccc
    com.barebones.bbedit
    at.obdev.littlesnitchd
    localhost:~ flowney$
    localhost:~ flowney$ launchctl list | sed 1d | awk ' !/0x|apple|edu\.|org\./ { print $3 } '
    com.wacom.wacomtablet
    com.hp.help.tocgenerator
    com.google.keystone.root.agent
    com.flyingmac.farsuite
    com.flipvideo.FlipShareAutoRun
    at.obdev.LittleSnitchUIAgent
    at.obdev.LittleSnitchNetworkMonitor
    com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae
    com.valvesoftware.steam.ipctool
    localhost:~ flowney$
    localhost:~ flowney$ ls -1A {,/}Library/{Ad,Compon,Ex,Fram,In,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Sta}* 2> /dev/null
    /Library/Components:
    iGlasses3.component
    /Library/Extensions:
    /Library/Frameworks:
    .dat0133.000
    .dat014f.000
    AEProfiling.framework
    AERegistration.framework
    Adobe AIR.framework
    AudioMixEngine.framework
    EWSMac-GC.framework
    EWSMac.framework
    FxPlug.framework
    HPSmartPrint.framework
    Jackmp.framework
    Jackservermp.framework
    MacFUSE.framework
    NyxAudioAnalysis.framework
    Panda.framework
    PluginManager.framework
    PrintMeSSL.framework
    ProFX.framework
    ProMetadataSupport.framework
    R.framework
    StuffIt.framework
    StuffItCore.framework
    TSLicense.framework
    cisco-vpnclient.framework
    iLifeFaceRecognition.framework
    iLifeKit.framework
    iLifePageLayout.framework
    iLifeSQLAccess.framework
    iLifeSlideshow.framework
    /Library/Input Methods:
    /Library/InputManagers:
    Menu Extra Enabler
    ProfcastGaragebandPlugin
    /Library/Internet Plug-Ins:
    .DS_Store
    ClickToFlash.webplugin
    Disabled Plug-Ins
    Flash Player.plugin
    Flip4Mac WMV Plugin.plugin
    Flip4Mac WMV Plugin.webplugin
    GarminGpsControl.plugin
    Google Earth Web Plug-in.plugin
    JavaAppletPlugin.plugin
    OfficeLiveBrowserPlugin.plugin
    PangeaVR.bundle
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    Silverlight.plugin
    WebKitCIPlugIn.plugin
    flashplayer.xpt
    huludesktop.webplugin
    iPhotoPhotocast.plugin
    nsIQTScriptablePlugin.xpt
    /Library/Internet Plug-Ins (disabled):
    .DS_Store
    AdobePDFViewer.plugin
    /Library/LaunchAgents:
    at.obdev.LittleSnitchNetworkMonitor.plist
    at.obdev.LittleSnitchUIAgent.plist
    com.adobe.AAM.Updater-1.0.plist
    com.flipvideo.FlipShare.AutoRun.plist
    com.flyingmac.farsuite.plist
    com.google.keystone.agent.plist
    com.hp.help.tocgenerator.plist
    com.wacom.wacomtablet.plist
    /Library/LaunchDaemons:
    at.obdev.littlesnitchd.plist
    com.apple.pcastweb.plist
    com.apple.remotepairtool.plist
    com.barebones.bbedit.plist
    com.bombich.ccc.plist
    com.flipvideo.FlipShareServer.launchd.plist
    com.flyingmac.farsuite.daemon.plist
    com.google.keystone.daemon.plist
    com.qdea.syncproxhelper.plist
    /Library/PreferencePanes:
    Flash Player.prefPane
    Flip4Mac WMV.prefPane
    Growl.prefPane
    MacFUSE.prefPane
    Perian.prefPane
    PinPoint.prefPane
    TrackballWorks.prefPane
    WacomTablet.prefPane
    /Library/PrivilegedHelperTools:
    com.barebones.bbedit
    com.bombich.ccc
    com.qdea.syncproxhelper
    /Library/QuickLook:
    .DS_Store
    BetterZipQL.qlgenerator
    DICOMQuickLook.qlgenerator
    GBQLGenerator.qlgenerator
    StuffIt.qlgenerator
    iWork.qlgenerator
    /Library/QuickTime:
    .DS_Store
    AC3MovieImport.component
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    CamTwist.component
    ClosedCaptionImporter.component
    DesktopVideoOut.component
    FCP Uncompressed 422.component
    Flip4Mac WMV Advanced.component
    Flip4Mac WMV Export.component
    Flip4Mac WMV Import.component
    LiveType.component
    Perian.component
    QTMpeg4Codec.component
    x264Encoder.component
    /Library/ScriptingAdditions:
    Adobe Unit Types
    Numerics.osax
    SIMBL.osax
    Satimage.osax
    XMLLib.osax
    /Library/Services:
    SymbolicLinker.service
    WordService.service
    /Library/StartupItems:
    HP IO
    HP Trap Monitor
    Library/Address Book Plug-Ins:
    .DS_Store
    SkypeABDialer.bundle
    SkypeABSMS.bundle
    Library/Frameworks:
    EWSMac-GC.framework
    EWSMac.framework
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    .DS_Store
    ClickToFlash.webplugin
    EvernoteSafariClipperPlugin.webplugin
    Move-Media-Player.plugin
    WebEx.plugin
    Library/LaunchAgents:
    .DS_Store
    com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
    com.apple.MobileMeSyncClientAgent.plist
    com.apple.SafariBookmarksSyncer.plist
    com.valvesoftware.steam.ipctool.plist
    com.zeobit.MacKeeper.Helper
    Library/PreferencePanes:
    .DS_Store
    teleport.prefPane
    Library/ScriptingAdditions:
    ChaxAddition.osax
    Library/Services:
    .DS_Store
    Audio • Encode to iTunes Format.workflow
    Auto Add to iTunes.workflow
    Copy File Path.workflow
    Create Digital Book from the Selected Files.workflow
    Create Digital Book from the Selected Text.workflow
    Create Multi-column Article Web App for iPad.workflow
    Create Single-Page Web-App with Clipboard Text.workflow
    Create Single-Page Web-App with Selected Text.workflow
    Create Symlink.workflow
    Create and Sync Digital Book.workflow
    Create iPad Web App with Selected Photos.workflow
    Create iPad Web App with Selected Versions.workflow
    Folder • Copy to MobileMe Sites Folder.workflow
    GraphicConverter.service
    Images • Create iPad Photo Web App.workflow
    Move Selected Finder Items to New Folder.workflow
    Movie • Apply Color Profile.workflow
    Movie • Encode Media.workflow
    Movie • Play Selection in Sequence.workflow
    Movie • Show Info.workflow
    New eMail.workflow
    OmniOutliner Professional.service
    ToastIt.service
    ePub test folder
    localhost:~ flowney$

  • How to setup antispam correctly?

    I set anti-spam to true and do not fill in any of the rejectdomains, rejectsenders or rejectrecipients.
    when i use telent <ip> 25 to connect the smtp_in serivice
    it's failed.
    550 5.7.1 Spam check failed for your IP address
    If I set anitspam to false.It's all ok.
    why?
    And how to setup antispam correctly?

    I have struggled somewhat with the antispam settings, and find it a little confusing. Raffa is right when it comes to reverse DNS lookup. Reverse DNS must be configured by the originating ISP (where the physical connection goes), and has nothing to do with the "normal" DNS set up administered by the registrar for the domain name.
    This is possible when you know what network the user connects from. I find this to be a problem for users whith å portable PC connecting from different locations (home/office/travel), as normal user identification fails with the "Spam check failed for your IP address" error message.
    Has anyone successfully set up an OCS SMTP_IN that correctly allows users to send mail through this SMTP with the SPAM-check enabled? The documents in Metalink does not address my problem, as far as I can see.

  • Where can I learn how to setup and use the new features in Mountain Lion?

    Where can I learn how to setup and use the new features in Mountain Lion?

    MacWorld has a Superguide, TidBITS has Take Control books, and probably a flock of other publishers have physical books.

  • How to find Mailboxes under OS Lion 10.7 Time Machine backup.5 ?

    I am trying to access, from a MacBook, to my MacBook Pro Mailboxes inside a Time Machine backup done under Lion 10.7.5. (the MBP is out of order and I would to check my Mailboxes).
    If I open the backup, I do not find any /User Name/ Library (like inside the MacBook (OS X 10. 5.8)
    I tried a search by 'Mailboxes' without any result.
    Where/how could I find that Mailboxes file ?

    No, you can't use a 10.7 altered TM drive to restore Snow Kitty with.
    I've written a detailed method to restore 10.6 from 10.7, including advanced preparation before you remove 10.7's icy grip of death on your precious.
    You see how much I love the Lion
    How to revert your Mac to Snow Leopard

  • When opening software under lion, multiple (previous) documents open at the same time.  How to solve?

    when I open various software, under Lion, more than one document opens.  Issue with multipe software (Word, Excel, Preview, Quicktime, etc.  Do you know how to solve?

    This is a new feature called 'resume' that you resume from where you left off.
    There is a way to turn it off, go to system preferences>general>uncheck restore windows

  • How to update logic express 9.01 under lion?

    After I installed Lion on my computer I recognized that i missed to update Logic express from 9.01 to 9.1, so the old version is not able to run under Lion. If I try now to update Logic express the system tells me to update from 9.01 what is recommended by the system.
    Does anybody have the same problem?
    Regards,
    M

    I don't get the problem? Just perform the update from 9..0.1 to 9.1.6 by using "Software Update".
    Best,
    21

Maybe you are looking for

  • New Episodes of my Podcast are not showing up in the iTunes Music Store?

    this isn't really an "itunes for mac" question, but since i do my production on a mac, i'll ask it here! i produce and record a weekly podcast (about 2 hours each week) which has been listed in the iTMS since it started (last february) this last week

  • How to CORRECTLY Remove Audiobooks from iPhone

    After much trial and error, I have finally unlocked the mystery of how to remove Audiobook files from the iphone without changing the file name or type.  Here are the steps: 1.  Plug in your iPhone to your computer 2.  Launch iTunes 3.  Click on the

  • SQL Developer 1.5: Logging Page - oracle.dbtools.db.DBUtil - ORA-12705

    I just downloaded SQL Developer 1.5. When I try logging into any database, the Logging Page shows: Source: oracle.dbtools.db.DBUtil Message: ORA-12705: Cannot access NLS data files or invalid environment specified I've tried setting the NLS preferenc

  • Oracle Projects scripts

    Hi, Does any one have Oracle Projects inbound and outbound scripts? Thanks and Regards, Anil.

  • Save app tabb does not work

    The tabbs that i pinned as apps are not saved when i close firefox. When i open firefox again, they dont show up in the taskbar.