Museekplus-svn/mucous problems

Hi all,
I've installed museekplus-svn, the daemon seems to work OK, and I can connect to it using the museeq client  without problems. But I can't get the mucous client working correctly (which is what I'm interested in). It just hangs after connecting to the daemon.
I'm fairly sure I'm configuring it properly (same settings as museeq - which works OK). Anyone else have this problem? Am I missing something obvious.
Does anyone know of any other soulseek ncurses clients? (I'm guessing not!)
Cheers!

I want this too, it is amazing how much trouble I am having getting it working

Similar Messages

  • SVN Connection problem in JDeveloper

    Iam using Jdeveloper 10.1.3 .
    I did as given in
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/subversion/subversion.html
    Updated JDeveloper with Subversion VCS extension
    Installed SVN Version 1.3.2
    Created Repository in C://repos
    Repository URL :
    svn://localhost
    Testing connection...
    svn: Expected format '3' of repository; found format '5'
    Connection test failed.
    I don't know the cause of this problem.Kindly enlighten my knowledge...............

    Hi,
    Maybe this helps:
    1) Start svn daemon
    svnserve -d -r <RepositoryPath>
    2) Change URL to svn://localhost/<Repositoryname>
    see also svn://localhost/<Repositoryname>
    regards
    Peter

  • [SOLVED] urxvt and Git/SVN commit problem

    I have a problem where SVN and Git cant see that the EDITOR variable is set on my system when I go to make a commit, they both error out because the EDITOR variable (as well as other variables are blank).  This is the error that I get from SVN:
    ┌─(vendion@Tyre Fri, 02 Sep 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(08:48)──┘
    └─(/srv/http/juice38)─> sudo svn ci
    svn: Commit failed (details follow):
    svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
    svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found
    ┌─(vendion@Tyre Fri, 02 Sep 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(08:48)──┘
    └─(/srv/http/juice38)─> echo $EDITOR
    vim
    Git acts the same way but with its own error message (sorry don't have an example of this currently), is there a way to fix this so that Git and SVN will see that I do have an EDITOR set and use it with out having to change terminals (works fine in xterm...)
    Last edited by vendion (2011-09-02 16:08:48)

    Sorry over looked that, when I run sudo to check the EDITOR variable it also has vim set
    ┌─(vendion@Tyre Fri, 02 Sep 11)───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────(09:42)──┘
    └─(/home/vendion/Projects/TickIt)─> sudo echo $EDITOR
    Password:
    vim

  • SVN Integration problems

    Hi experts,
    I'm using Version 4.0.2.840. I'm experiencing problems with Subversion integration:
    1) My colleague makes changes and commit then and they're neither shown in "Pending Changes" tab or "Pending Changes (Subversion)".... by the way, whats is the difference?
    2) If do a clean checkout, in the "Version History" tab, it's show's last version as 5 when actually, last version is 9
    Thanks in advance,
    Jose.

    Thanks for your help Philip.
    You need to click on incoming changes and click "refresh" button there.
    Of course, this is what I'm doing and no updates are detected!
    Elements in SVN repository are at different revisions, the same is for working copy....
    Of course each single file has its own version, but in the Version History it seem it should show the log of all revisions:
    Also I've detected that if I close the model and reopen it and click "Team->Version History" I get several error messages like this:
    svn: E200005: '....\businessinfo\Objects.local' is not under version control
    For versioning it's better to use the latest published version DM 4.1.873
    I've tested the same problems with this version as well
    Best regards,
    Jose.

  • Mpd-svn build problems

    I maintain the mpd-svn package on the AUR. Somewhat recently (a month or two?) I was unable to build this package anymore.
    1) It is not a problem with newer mpd code. Older revisions that I have built in the past give the same error that I'm getting in the newer versions. I attempted to trace what packages in Arch Linux were changed which could have lead to this problem, but was unsuccessful.
    2) It is not a problem with the PKGBUILD. If I checkout the code manually and do everything by hand the same problem arises. I am not familiar with the build processes involved here, like autoconf/automake/etc. Perhaps someone with more knowledge will have a better idea. It seems reasonable to assume mpd's code is incompatible with a newer version of something in Arch Linux.
    After ./configure, this is the output:
    You are now ready to compile MPD
    Type "make" to compile MPD
    make  all-recursive
    make[1]: Entering directory `/var/abs/local/mpd-svn/src/mpd'
    Making all in src
    make[2]: Entering directory `/var/abs/local/mpd-svn/src/mpd/src'
    Making all in mp4ff
    make[3]: Entering directory `/var/abs/local/mpd-svn/src/mpd/src/mp4ff'
    if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..    -DUSE_TAGGING=1 -march=i686 -O2 -pipe -MT mp4ff.lo -MD -MP -MF ".deps/mp4ff.Tpo" -c -o mp4ff.lo mp4ff.c;
        then mv -f ".deps/mp4ff.Tpo" ".deps/mp4ff.Plo"; else rm -f ".deps/mp4ff.Tpo"; exit 1; fi
    mv: cannot stat `.deps/mp4ff.Tpo': No such file or directory
    make[3]: *** [mp4ff.lo] Error 1
    make[3]: Leaving directory `/var/abs/local/mpd-svn/src/mpd/src/mp4ff'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/var/abs/local/mpd-svn/src/mpd/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/var/abs/local/mpd-svn/src/mpd'
    make: *** [all] Error 2
    The text in bold being the actual error. It appears that this file that is missing should have been created by ./autogen.sh or ./configure.
    The current PKGBUILD is here: http://aur.archlinux.org/packages.php?d … =1&ID=1911

    prim wrote:This probably won't help you but I was able to build mpd-svn rev. 4952 (using your PKGBUILD) as well as mpc-svn, ncmpc-svn and gmpc-svn just yesterday.
    My system is up to date.
    That's weird. Everything is up to date on my machine too but I keep having the same problem 

  • Gpuocelot-svn installation problem

    When I try to make gpuocelot from the AUR, it fails to build. The PKGBUID  has
    build()
    cd "$srcdir/$pkgname"
    patch -p0 < "$srcdir/lib_mt_fix.patch"
    CORE_COUNT=$(nproc)
    msg "build using ${CORE_COUNT} cores..."
    python2 build.py -j ${CORE_COUNT} --install -p"$srcdir/build" || (
    msg "resolving error in ptxgrammar.hpp and trying again..."
    read
    patch -p0 < "$srcdir/ptxgrammar_fix.patch"
    python2 build.py -j ${CORE_COUNT} --install -p"$srcdir/build"
    The python2 build.py -j ${CORE_COUNT} --install -p"$srcdir/build" part fails with
    g++ -o .release_build/ocelot/ir/implementation/Module.os -c -O2 -Wall -std=c++0x -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -I. -I/usr/include -I/usr/include -I.release_build -I. ocelot/ir/implementation/Module.cpp
    In file included from ./ocelot/parser/interface/PTXLexer.h:11:0,
    from ./ocelot/parser/interface/PTXParser.h:16,
    from ocelot/ir/implementation/Module.cpp:10:
    .release_build/ptxgrammar.hpp:352:14: error: 'PTXLexer' is not a member of 'parser'
    int yyparse (parser::PTXLexer& lexer, parser::PTXParser::State& state);
    ^
    .release_build/ptxgrammar.hpp:352:32: error: 'lexer' was not declared in this scope
    int yyparse (parser::PTXLexer& lexer, parser::PTXParser::State& state);
    ^
    .release_build/ptxgrammar.hpp:352:47: error: 'parser::PTXParser' has not been declared
    int yyparse (parser::PTXLexer& lexer, parser::PTXParser::State& state);
    ^
    .release_build/ptxgrammar.hpp:352:65: error: 'state' was not declared in this scope
    int yyparse (parser::PTXLexer& lexer, parser::PTXParser::State& state);
    ^
    .release_build/ptxgrammar.hpp:352:70: error: expression list treated as compound expression in initializer [-fpermissive]
    int yyparse (parser::PTXLexer& lexer, parser::PTXParser::State& state);
    ^
    g++ -o .release_build/ocelot/ir/implementation/PTXInstruction.os -c -O2 -Wall -std=c++0x -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -I. -I/usr/include -I/usr/include -I.release_build -I. ocelot/ir/implementation/PTXInstruction.cpp
    scons: *** [.release_build/ocelot/ir/implementation/Module.os] Error 1
    Build failed...
    Build failed
    ==> resolving error in ptxgrammar.hpp and trying again...
    wich is excepted, but after patching ptrxgrammer.hpp it fails again with
    g++ -o .release_build/ocelot/analysis/implementation/CycleAnalysis.os -c -O2 -Wall -std=c++0x -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -I. -I/usr/include -I/usr/include -I.release_build -I. ocelot/analysis/implementation/CycleAnalysis.cpp
    ocelot/analysis/implementation/ControlTree.cpp: In member function 'bool analysis::ControlTree::_interact(const NodeVector&, const NodeVector&)':
    ocelot/analysis/implementation/ControlTree.cpp:880:21: error: invalid initialization of non-const reference of type 'analysis::ControlTree*&' from an rvalue of type 'analysis::ControlTree*'
    boost::ref(this), _1, _2));
    ^
    In file included from /usr/include/boost/bind/bind.hpp:25:0,
    from /usr/include/boost/bind.hpp:22,
    from ocelot/analysis/implementation/ControlTree.cpp:23:
    /usr/include/boost/ref.hpp:64:63: note: in passing argument 1 of 'const boost::reference_wrapper<T> boost::ref(T&) [with T = analysis::ControlTree*]'
    template<class T> inline reference_wrapper<T> BOOST_REF_CONST ref(T & t)
    ^
    ocelot/analysis/implementation/ControlTree.cpp:886:21: error: invalid initialization of non-const reference of type 'analysis::ControlTree*&' from an rvalue of type 'analysis::ControlTree*'
    boost::ref(this), _1, _2));
    ^
    In file included from /usr/include/boost/bind/bind.hpp:25:0,
    from /usr/include/boost/bind.hpp:22,
    from ocelot/analysis/implementation/ControlTree.cpp:23:
    /usr/include/boost/ref.hpp:64:63: note: in passing argument 1 of 'const boost::reference_wrapper<T> boost::ref(T&) [with T = analysis::ControlTree*]'
    template<class T> inline reference_wrapper<T> BOOST_REF_CONST ref(T & t)
    ^
    ocelot/analysis/implementation/ControlTree.cpp:892:21: error: invalid initialization of non-const reference of type 'analysis::ControlTree*&' from an rvalue of type 'analysis::ControlTree*'
    boost::ref(this), _1, _2));
    ^
    In file included from /usr/include/boost/bind/bind.hpp:25:0,
    from /usr/include/boost/bind.hpp:22,
    from ocelot/analysis/implementation/ControlTree.cpp:23:
    /usr/include/boost/ref.hpp:64:63: note: in passing argument 1 of 'const boost::reference_wrapper<T> boost::ref(T&) [with T = analysis::ControlTree*]'
    template<class T> inline reference_wrapper<T> BOOST_REF_CONST ref(T & t)
    ^
    ocelot/analysis/implementation/ControlTree.cpp: In member function 'analysis::ControlTree::NodeVector analysis::ControlTree::_minimal_hammock_graph(const Edge&)':
    ocelot/analysis/implementation/ControlTree.cpp:928:24: error: invalid initialization of non-const reference of type 'analysis::ControlTree*&' from an rvalue of type 'analysis::ControlTree*'
    boost::ref(this), _1, _2));In file included from /usr/include/boost/bind/bind.hpp:25:0,
    from /usr/include/boost/bind.hpp:22,
    from ocelot/analysis/implementation/ControlTree.cpp:23:
    /usr/include/boost/ref.hpp:64:63: note: in passing argument 1 of 'const boost::reference_wrapper<T> boost::ref(T&) [with T = analysis::ControlTree*]'
    template<class T> inline reference_wrapper<T> BOOST_REF_CONST ref(T & t)
    ^
    ocelot/analysis/implementation/ControlTree.cpp: In member function 'bool analysis::ControlTree::_forward_copy(analysis::ControlTree::Node*)':
    ocelot/analysis/implementation/ControlTree.cpp:1143:24: error: invalid initialization of non-const reference of type 'analysis::ControlTree*&' from an rvalue of type 'analysis::ControlTree*'
    boost::ref(this), _1, _2));
    ^
    In file included from /usr/include/boost/bind/bind.hpp:25:0,
    from /usr/include/boost/bind.hpp:22,
    from ocelot/analysis/implementation/ControlTree.cpp:23:
    /usr/include/boost/ref.hpp:64:63: note: in passing argument 1 of 'const boost::reference_wrapper<T> boost::ref(T&) [with T = analysis::ControlTree*]'
    template<class T> inline reference_wrapper<T> BOOST_REF_CONST ref(T & t)
    ^
    ocelot/analysis/implementation/ControlTree.cpp:1150:24: error: invalid initialization of non-const reference of type 'analysis::ControlTree*&' from an rvalue of type 'analysis::ControlTree*'
    boost::ref(this), _1, _2));
    ^
    In file included from /usr/include/boost/bind/bind.hpp:25:0,
    from /usr/include/boost/bind.hpp:22,
    from ocelot/analysis/implementation/ControlTree.cpp:23:
    /usr/include/boost/ref.hpp:64:63: note: in passing argument 1 of 'const boost::reference_wrapper<T> boost::ref(T&) [with T = analysis::ControlTree*]'
    template<class T> inline reference_wrapper<T> BOOST_REF_CONST ref(T & t)
    ^
    ocelot/analysis/implementation/ControlTree.cpp:1157:24: error: invalid initialization of non-const reference of type 'analysis::ControlTree*&' from an rvalue of type 'analysis::ControlTree*'
    boost::ref(this), _1, _2));
    ^
    In file included from /usr/include/boost/bind/bind.hpp:25:0,
    from /usr/include/boost/bind.hpp:22,
    from ocelot/analysis/implementation/ControlTree.cpp:23:
    /usr/include/boost/ref.hpp:64:63: note: in passing argument 1 of 'const boost::reference_wrapper<T> boost::ref(T&) [with T = analysis::ControlTree*]'
    template<class T> inline reference_wrapper<T> BOOST_REF_CONST ref(T & t)
    ^
    ocelot/analysis/implementation/ControlTree.cpp:1170:24: error: invalid initialization of non-const reference of type 'analysis::ControlTree*&' from an rvalue of type 'analysis::ControlTree*' boost::ref(this), _1, _2));
    ^
    In file included from /usr/include/boost/bind/bind.hpp:25:0,
    from /usr/include/boost/bind.hpp:22,
    from ocelot/analysis/implementation/ControlTree.cpp:23:
    /usr/include/boost/ref.hpp:64:63: note: in passing argument 1 of 'const boost::reference_wrapper<T> boost::ref(T&) [with T = analysis::ControlTree*]'
    template<class T> inline reference_wrapper<T> BOOST_REF_CONST ref(T & t)
    ^
    scons: *** [.release_build/ocelot/analysis/implementation/ControlTree.os] Error 1
    Build failed...
    The lib_mt_fix patch is for correcting this problem. Is it an other problem with boost? Any pointers are appreciated.

    I couldn't get gpuocelot to install under Arch, from the AUR or from source. I set up a debian chroot, and installed it there, now it's working fine.

  • Can't do anything with subversion

    Hi,
    I had some issues trying to install knetworkmanager and following this thread http://bbs.archlinux.org/viewtopic.php?id=29784 I found out there is problem on x86_64 that seems to be fixed in the svn version. I downloaded the tarball from AUR and used pacman to download subversion, which is a dependency for knetworkmanager-svn.
    Problem is I can't do anything. A simple svn help outputs this:
    [leandro@note-leandro ~]$ svn help
    svn: Can't open file '/home/leandro/.subversion/servers': Not a directory
    [leandro@note-leandro ~]$
    The only file I have related to subversion in my home folder is ~/.subversion (which is not a directory, it is an empty file)
    I even tried compiling from source, but the error remained. Here is my PKGBUILD for subversion:
    # SVN Version control system
    # Contributor: me
    pkgname=subversion
    pkgver=1.4.3
    pkgrel=1
    pkgdesc="SVN Version Control System"
    arch=('x86_64')
    url="http://subversion.tigris.org"
    license=('unknown')
    depends=('apr' 'apr-util' 'neon' 'zlib')
    makedepends=()
    provides=()
    conflicts=()
    replaces=()
    backup=()
    install=
    source=("http://subversion.tigris.org/downloads/${pkgname}-${pkgver}.tar.bz2")
    noextract=()
    md5sums=('de0e792c9804c7bce397d267af5eb30d')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    Don't know what else to do. Couldn't find anything on google either.
    Any ideas?
    Thanks a lot.

    try deleting that .subversion file.
    a newer version of subversion is probably trying to create a directory there, but cannot...because it is a single file.

  • Problem with Xfce-svn & thunar

    Hi, I've got a problem with Xfce-svn installed via pacman from
    Server = http://arch.os-zen.net/pkg/xfce-svn
    After logging, Xfce is loading and after while I can see 2 panels and black screen (and without icons on desktop) although I set the wallpaper. It shows up after ca 5 minutes. What's more - when I want to start Thunar I must wait few minutes. I thought it was caused by some error with thunar package, but I've updated thunar few times since it happened first time.
    I post this problem on polish forum, but it's unsolved... Can somebody help me?

    xaerxess wrote:
    Hi, I've got a problem with Xfce-svn installed via pacman from
    Server = http://arch.os-zen.net/pkg/xfce-svn
    After logging, Xfce is loading and after while I can see 2 panels and black screen (and without icons on desktop) although I set the wallpaper. It shows up after ca 5 minutes. What's more - when I want to start Thunar I must wait few minutes. I thought it was caused by some error with thunar package, but I've updated thunar few times since it happened first time.
    I post this problem on polish forum, but it's unsolved... Can somebody help me?
    How did you start xfce? Was it using CPU while you're waiting? You could try to start xterm after x (without desktop), then run the following to see if each of them works:
    · xfdesktop &
    · xfce4-panel &
    · xfwm4 --daemon

  • Problems installing SVN or MySQL with Fink or apt-get

    I'm having problems with running SVN on my intel desktop. I primarily use Fink to install packages, and SVN installed just fine, but when I run it, I get
    svn: SSL is not supported
    I'm pretty sure SSL is not needed, but if I try to install the ssl package for SVN, I get:
    fink needs help picking an alternative to satisfy a virtual dependency. The
    candidates:
    (1) db44-aes-shlibs: Shared Libraries for db44-aes
    (2) db44-shlibs: Shared Libraries for db44
    Pick one: [1]
    The following package will be installed or updated:
    svn-client-ssl
    The following 29 additional packages will be installed:
    apr-ssl apr-ssl-common apr-ssl-shlibs autoconf2.5 automake1.9
    cyrus-sasl2-dev cyrus-sasl2-shlibs db43-ssl db43-ssl-shlibs db44-aes-shlibs
    expat gdbm3 io-string-pm libtool14 libtool14-shlibs libxml2 m4 neon24-ssl
    neon24-ssl-shlibs openldap23-dev openldap23-shlibs openssl097 openssl097-dev
    openssl097-shlibs pkgconfig svn-ssl-shlibs swig swig-shlibs texinfo
    Do you want to continue? [Y/n]
    /sw/bin/dpkg-lockwait -i /sw/var/cache/apt/archives/db43-ssl4.3.29-1001darwin-i386.deb /sw/var/cache/apt/archives/db43-ssl-shlibs4.3.29-1001darwin-i386.deb
    dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 577 package `db43-ssl':
    missing version
    ### execution of /sw/bin/dpkg-lockwait failed, exit code 2
    Failed: can't batch-install packages: /sw/var/cache/apt/archives/db43-ssl4.3.29-1001darwin-i386.deb /sw/var/cache/apt/archives/db43-ssl-shlibs4.3.29-1001darwin-i386.deb
    If I try to reinstall with apt-get, I get:
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Sorry, svn is already the newest version.
    0 packages upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
    W: Encountered status field in a non-version description
    W: You may want to run apt-get update to correct these problems
    and if I run apt-get update, I get:
    Hit http://bindist.finkmirrors.net 10.4/release/main Packages
    Hit http://bindist.finkmirrors.net 10.4/release/main Release
    Hit http://bindist.finkmirrors.net 10.4/release/crypto Packages
    Hit http://bindist.finkmirrors.net 10.4/release/crypto Release
    Hit http://bindist.finkmirrors.net 10.4/current/main Packages
    Hit http://bindist.finkmirrors.net 10.4/current/main Release
    Hit http://bindist.finkmirrors.net 10.4/current/crypto Packages
    Hit http://bindist.finkmirrors.net 10.4/current/crypto Release
    Reading Package Lists... Done
    Building Dependency Tree... Done
    W: Encountered status field in a non-version description
    W: You may want to run apt-get update to correct these problems
    ...which is somewhat circular, eh?
    I have SVN and MySQL running on my intel laptop just fine, same version of Tiger. Anyone have any ideas?

    From the Q6.14: I can't install anything because I get "dpkg: parse error, in file `/sw/var/lib/dpkg/status'"
    A: This means that somehow your dpkg database got corrupted, usually from a crash or some other unrecoverable error. You can fix it by copying the previous version of the database, like so:
    sudo cp /sw/var/lib/dpkg/status-old /sw/var/lib/dpkg/status
    You may need to re-install the last couple of packages you installed before the problem started occurring.
    - cfr

  • Problem connecting to SVN repository from Safari, works with FF

    *Hello guys,*
    I have a problem with Mac at work. I need to connect to internal SVN repository (https) first with Safari to see if everything is ok and then with my development client/tool - Eclipse.
    Neither works! It just keep connecting and it does not go further.
    But when I put SVN url in Firefox (FF) it ask me for SVN password and let me in. IT WORKS...
    Probably there is a problem with Keychain because it does not even ask me for password. I just see page loading in Safari but nothing happens. Also in Eclipse, nothing happens when I try to add SVN repository location.
    Other guys with MS and Ubuntu PCs can connect to SVN (FF and Eclipse) with no problem.
    Where is the problem?
    Why my Mac could not connect to this particular SVN.

    I digg some findings. When I open the page with Google Chrome it also does not load any thing, just keep loading.
    But when I open SVN url (ssl) with Opera, it behave like Firefox. First it tells me that this site is not trusted and after confirming this alert I get password promt and everything is ok.
    But there is still problem with Safari and Eclipse. Has Keychain anything here to do with this ???

  • SVN problem  in JDeveloper 11.1.1.2

    Hello all. (SVN client TortoiseSVN 1.6.7, Build 18415 - 64 Bit )
    I try to use SVN in JDev 11.1.1.2.
    1. I place my project in trunk folder.
    2. After that i create branch folder and try to switch to that branch but i get exception
    switch svn://zovxp/Jdev/TKSG/tksg03-base-nsi/Branches/vvs/Trunk E:/JDeveloperProjects/tksg03-base-nsi -r HEAD --force
    svn: authentication cancelled

    Victor,
    This looks similar to a problem I have experienced and Oracle has fixed as a bug in a future release. The issue I had apparently only happens when using HTTP BASIC authentication on the SVN server, and is supposed to not occur (although I haven't tested it) with HTTP Digest authentication. I've pinged my contact with Oracle to respond on this thread.
    Best,
    John

  • Problem installing SVN extension in Jdev

    Hi,
    I am running Jdev Studio Edition 10.1.3.3.0.3 (This is Jdev with Oracle Application components version)
    I am trying to install the extension for SVN
    extensions as I understand it are
    VCS framework extension (I have successfully installed oracle.jdeveloper.vcs version 10.3.41.57 which has a pre-req of oracle.jdeveloper version of 10.3.41.57 which I have)
    Subversion VCS Extension version 10.3.41.57 which has a pre-req of oracle.jdeveloper.vcs 10.3.41.57)
    From what I see it should be compatible however after restarting jdev upon completing the Subversion Extension install the extension is not registered in the "About" screen and I cannot see the extension jar in the jdev extension directory?
    There are no errors or problems during the install process.
    Has anyone got any ideas what the problem maybe?
    Thanks
    Keith

    Im not sure what the issue was here but I have manually copied the bundle file to the extension directory in jdev and it is now working!

  • [solved] (yaourt) zoneminder-svn problem

    Hello,
    I'm trying to build zoneminder-svn through yaourt and I am failing to build ffmpeg-svn (dep).
    The error I get after issuing "yaourt -S zoneminder-svn" is as follows:
    loading package data...
    error: './ffmpeg-svn-18717-1-i686.pkg.tar.gz': cannot open package file
    => WARNING: Your package is saved in /tmp/yaourt-tmp-root/ffmpeg-svn-18717-1-i686.pkg.tar.gz
    cp: cannot stat `../ffmpeg-svn-18717-1-i686.pkg.tar.gz': No such file or directory
    => WARNING: Unable to copy ffmpeg-svn-1-i686.pkg.tar.gz to /tmp/yaourt-tmp-root / directory
    I know I shouldn't be building this as root but it was just to check it wasnt anything permission problem based
    Misc. details about my target system:
    uname -a
    Linux CHIAKI 2.6.30-ARCH #1 PREMPT Sat Jul 4 11:13:08 UTC 2009 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz GenuineIntel GNU/Linux
    Thanks in advance!
    Mike
    Last edited by DrMikeDuke (2009-07-13 12:40:32)

    djszapi wrote:However it works for me, Have you tried it without from svn, just with zoneminder package from AUR? Can that work ? I don't like version controlled package, if a non version controlled is available.
    alas no, this does not help
    Anyone?
    tried running it again as just "yaourt -S zoneminder"
    ==> Tidying install...
    -> Compressing man pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    ==> Finished making: ffmpeg-svn 19416-1 i686 (Mon Jul 13 04:01:20 WST 2009)
    ==> Continue installing ffmpeg-svn? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    error: './ffmpeg-svn-18717-1-i686.pkg.tar.gz': cannot open package file
    ==> WARNING: Your package is saved in /tmp/yaourt-tmp-root/ffmpeg-svn-18717-1-i686.pkg.tar.gz
    cp: cannot stat `./ffmpeg-svn-18717-1-i686.pkg.tar.gz': No such file or directory
    ==> WARNING: Unable to copy ffmpeg-svn-1-i686.pkg.tar.gz to /tmp/yaourt-tmp-root/ directory
    If you like this package, please install aurvote
    and vote for its inclusion/keeping in [community]
    [root@CHIAKI mike]#
    Last edited by DrMikeDuke (2009-07-12 22:00:06)

  • REALLY weird problem launching pcsx2-svn

    hi there, new here.
    so this is what happens,
    installed pcsx2-svn from AUR last night, no issue there, played a bit and all was going great. Today i'm trying to launch it (from apps menu) and nothing happens, and command line throws:
    $ pcsx2
    bash: /usr/bin/pcsx2: No such file or directory
    hell, i even navigated there (via both nautilus and terminal) and IT IS THERE,
    [felipe@cfsantacruza-00R bin]$ ./pcsx2
    bash: ./pcsx2: No such file or directory
    nothing else is shown from those commands.
    so i'm totally lost, anyone has the slightest idea on what's going on?
    edit: also tried reinstalling already, btw.
    Last edited by Megarock90 (2012-01-19 00:01:54)

    Heyho,
    I have the same problem here /usr/bin/pcsx2 is there, but he says it's not. When I use tab to autocomplete it works as well. I had the same problem with gens-gs and reinstalling fixed that problem, but in this case it is not helping. I'm using pcsx2-svn.  I had the exact same issue with Wine yesterday too! Reinstalling helped also. This seems to be a problem not only related to PCSX2.
    There isn't much of an output to analyze sadly !

  • SVN problems in CS5?

    Hi all,
    I'm having problems importing large sites into my SVN server when using DreamWeaver CS5 on MacOS 10.6.4.
    The connection to the repository is working fine, and small commits are ok. However if I commit an entire site, for example if I'm importing an old site into version control, it works but hangs after completing.
    If I have the Background File Activity monitor up it stops displaying any file activity and the the progress bar keeps growing and resetting. I've got the 'wait' cursor and Dreamweaver seems to have hung. I need to Force Quit it.
    I get a message form the repository that it has imported, and when I restart DreamWeaver it seems to be fine. I just get scared when my SVN client hangs during a commit.
    Has anyone else experienced this?
    thanks

    Yes possibly, I'll look into this. But there is definitely something up with the Activity Log display.
    The Activity Log indicates that all files have been uploaded, but if I look at my network traffic, it is still uploading data to the server. On a site that is not too big, say around 200MB, this will stop eventually and DreamWeaver will resume working. But on really big sites, the network activity will stop after some time, but I never get control of DreamWeaver back.
    I'll keep playing with it, but may go back to Eclipse as SVN isn't something I want to be using a half-baked tool on.

Maybe you are looking for

  • I have photos on my iphone that I'm unable to upload to my PC.

    I have photos on my "Camera Roll" and on a few other "Albums" on my iPhone.  At one time all these albums had been uploaded to my PC.  The PC had to be reformatted and I was so thankful I had my photos on my phone.  However, I am only able to upload

  • New: TimesTen Plug-in release 12.1.0.3.0 for Oracle Enterprise Manager 12c

    Last Friday, Oracle released version 12.1.0.3.0 of the TimesTen Plug-in for Oracle Enterprise Manager 12c Cloud Control. This is a landmark release with many new features for database administrators. Besides database performance and availability moni

  • SSL Error When Connecting to /sso/auth

    I am attempting to configure SSO for HTTPS. This is for a Forms application. I have followed the steps in the Single Sign-On 10.1.2 Admin's Guide Chapter 7 for enabling SSL, as well as the steps for enabling Forms with SSL. Forms works correctly in S

  • RC 8.6 Issues with Nikon D810 NEF RAW files

    RC 8.6 does not correctly process Nikon D810 NEF RAW files. See the following blog article for some details: Nikon D810 vs D800E ISO Comparison

  • [SOLVED] citrix-client wfica fails

    Hi, I have installed the latest citrix-client from AUR and followed the instructions for copying in the .ini files, and have updated my Arch system today.  I am running on x86.  When I try and run a Citrix app in Firefox, nothing happens.  If I run F