CVS Checkout

I want to checkout my project files which are committed after a specified tag. Please help me with some examples.

This is an absolute path problem in CVS itself. CVS cannot tell the difference between the local directory path and the servers directory path when using :pserver.
This problem has been resolved for JDeveloper 9i Release Candidate 2 (RC2) which will be released onto OTN as soon as practical.
The only workaround at the moment is to use a Windows client and a UNIX based server as the paths obviously look completely different on the two machines and so CVS cannot confuse them.
Geoff
JDev SCM Team

Similar Messages

  • How to use cvs checkout command in java

    Hi,
    I am using Ubuntu
    I have installed cvs client in ubuntu
    I have one problem running 'cvs checkout' command through java..
    "cvs" -d ":ext:[email protected]:/var/cvs" co -P "Auto/test"
    When i run the above command in terminal, i got one prompt like '[email protected]'s password:' in the terminal if i give the valid password the folder 'Auto' checked out successfully..
    I have tried following steps but i don't know how to give the password to the terminal using java
    First i created the 'checkout.sh' file.
    In this i have typed "cvs" -d ":ext:[email protected]:/var/cvs" co -P "Auto/test"
    Then i call it using java by the following code
    =================================================================
    String cmd[] = {"bash","checkout.sh"};
    Runtime.getRuntime().exec(cmd).waitFor();
    =================================================================
    Anyone let me know how do I achieve this in java?
    Thanks in Advance
    Kulandaivelu

    masijade. wrote:
    PhHein wrote:
    Maybe you need to modify your links to be more obvious :P
    [*>>klick me<<*|http://www.jcvs.org/]
    Nah! Attention to detail is one of most crucial attributes for a programmer in any language. ;-)
    Edit: The urls seemingly don't like h1 and color tags. ;-)Nope, they don't and I couldn't be bothered to try.
    Gratz on Gold!

  • CVS checkout timed out, shouldn't have

    In JDev 10g 9.0.5.1, I am attempting to perform a CVS checkout module. This has worked without problem before in both 9.0.5.1 and 9.0.5, however, I am now seeing some strange behavior. First, it takes approximately 2 minutes for the checkout command (cmd.exe /c cvs -d :pserver:<username>@<hostname>:/project checkout Module) to show up in the Messages tab. Second, the list of files being checked out grows quickly but then on the very last file, JDev's progress bar animation starts stuttering and takes up 99% of the CPU time. After a couple more minutes, I get the following dialog box:
    Unable to check out files from CVS repsistory.
    cvs server: Updating Project/Project/war/jsp/mod
    Process did not respond after 60000 milliseconds, timed out.
    I've tried this several times, with and without restarting JDev and, starting this morning, it consistently fails. I tried reproducing the problem outside of JDev, using CVSNT's console cvs command, and it doesn't reproduce. Performing the same checkout from the console works repeatedly without hitch.
    I don't think this has anything to do with the last file that JDev checks out before timeout. In fact, after the timeout, when I go to the project directory and examine the last file to appear in the Messages tab during checkout, it exists and is uncorrupted. I think JDev is timing out on whatever process it usually does immediately following the retrieval of the last file.
    Anyone have any ideas on how to fix or workaround this?
    Thanks,
    Jeff

    Hi,
    Which specific version of CVSNT are you using? Are your checked out files on your local hard disk, or on a shared network drive?
    The timeout is configurable via the CVS page in preferences. The behavior you're seeing is consistent with what I know of the implementation - it's not actually possible to safely terminate CVS commands once they start, so if a command takes an excessive amount of time, JDeveloper will eventually time out, but the command may still eventually complete in the background.
    The main thing we need to investigate is why CVS is running so slowly on your machine from within JDeveloper...
    Thanks,
    Brian
    P.S. You can make your name visible in the forums again by clicking on your name and setting the "Name visible to others" preference.

  • HowTo: Comparison CVS checkout with Database Schema [functions, procedures]

    Dear Team,
    Requirement: Compare & update the latest scripts from CVS/repository directly into Oracle Schema, for stored functions, packages, stored procedures, views etc respectively.
    Currently using Oracle 9/10 with SQL Developer 2.1 supports with CVS. However unable to compare the schema with the CVS checkout scripts. Does this facility is provided? If not any other alternative (exclusidng the manual comparison of the scripts), respectively.
    Thank you in advance!

    This question is off-topic in "Database - General."
    As it relates only to SQL*Developer post it there.

  • CVS Checkout Permission Issues

    Hi,
    I have configured CVS on a SUSE10 server. The cvs server is using pserver authetication and my CVSROOT is :pserver:oracle@<servername>:/usr/local/cvsroot.
    I used JDeveloper 10.1.3.3 to import a project, but upon commit the source was removed from the JDeveloper 'Applicatons Navigator'. Looking on the server I can see the code.
    So I moved the original source directory and checkout the module. Upon changing a file and commiting the change, I received the following error:
    "cvs update conflict: 'filename' is modified but no longer in the repository"
    If I manually checkout the module on the command line and then open the project in JDeveloper, everything works. The only difference I can see, is the CVS folder is not hidden and various files in this folder are not hidden.
    Is this something to do with persmission on the CVS repository on the server ?
    Or is it something wrong with how JDeveloper is checking out the module?
    Thanks,
    Ben

    It looks I have a workaround.
    I installed CVSNT which provides a cvs binary and then switched JDeveloper to use this binary instead of its own.
    Projects now checkin/checout and can be updated from CVS.
    Regards,
    Ben

  • CVS checkout blocks JDeveloper 9i

    I'm evaluating JDeveloper 9i Release Candidate. However, when I try to check out Java sources previously checked in by WinCVS, JDev blocks (I tried on Win2K and RedHat 7.2). When I try to run the command line cvs with the same connection string I got the same effect.
    The CVS server is configured correctly and checkout of the same sources using JBuilder or NetBeans is working fine.
    Anybody else noticed the same behaviour? Did someone get CVS on JDev 9i running? Are there workarounds to fix this problem?
    The CVS server is running on Win2K, authentication mechanism is pserver.
    Chris

    This is an absolute path problem in CVS itself. CVS cannot tell the difference between the local directory path and the servers directory path when using :pserver.
    This problem has been resolved for JDeveloper 9i Release Candidate 2 (RC2) which will be released onto OTN as soon as practical.
    The only workaround at the moment is to use a Windows client and a UNIX based server as the paths obviously look completely different on the two machines and so CVS cannot confuse them.
    Geoff
    JDev SCM Team

  • Cvs checkout problem

    Hi,
    after I checkout successfully a folder from the repository to my local project,
    the files are all showed 'out of sync'
    even if I commit a change, they remain out of sync, and it should be 'up to date'
    I use jdev903 and cvsnt local in the same machine
    thanks Diego

    We had this problem in April when the time changed. All or most state icons showed as changed even though no files were changed. Our workaround was to apply the recent version of CVS and set our client machines' times to a timezone before ours (Atlantic instead of Eastern). Now that the time changed back again this past weekend, we have the same problem.
    No combination of different time zones, with or without daylight savings turned on, seems to bring the icons into sync. We check out a module from CVS and many of the icons appear as changed. The CVS directory JDev file shows a time calibration adjustment in some directories but not in others. We are using JDev 9.0.3.2 but have the same problem in 9.0.5.1. CVS 2.0.48 (2.0.58 doesn't work at all).
    Anyone have this problem and/or have any ideas?

  • Could someone help me build gstreamer-bad from cvs?

    I'm using Exaile as my music player and I would really appreciate if the equalizer worked.
    The problem is that it needs gstreamer-bad cvs and I'm not good enough in linux to make it myself...
    So if somebody would like help me create a script that could this automatically that would be great and maybe someone else will have use for it.
    I've tried before and got help back then to and this is as far as I and that person (on from the forum) came:
    # $Id: PKGBUILD,v 1.4 2006/12/30 22:31:21 jgc Exp $
    # Maintainer: Jan de Groot <[email protected]>
    pkgname=gstreamer0.10-bad
    pkgver=0.10.4
    pkgrel=1
    pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
    arch=(i686 x86_64)
    depends=('gcc' 'gstreamer0.10-alsa>=0.10.11' 'mesa')
    makedepends=('intltool' 'pkgconfig')
    url="http://gstreamer.freedesktop.org/"
    groups=('gstreamer0.10-plugins')
    _relname=gst-plugins-bad
    source=(badconf)
    md5sums=()
    build() {
    cd ${startdir}/src
    msg "CVS Checkout Starting..."
    cvs -d:pserver:[email protected]:/cvs/gstreamer co gst-plugins-bad
    msg "CVS Checkout Done, or server error..."
    cd gst-plugins-bad
    . ${startdir}/src/badconf
    rm -f ${startdir}/pkg/usr/lib/gstreamer-0.10/*.{,l}a
    The problem with this is that it doesn't put the files in the /pkg folder... I don't know why...
    This is the output that i get:
    cc1: warnings being treated as errors
    deinterleave.c: In function 'gst_deinterleave_process':
    deinterleave.c:226: warning: 'ret' may be used uninitialized in this function
    make[3]: *** [libgstinterleave_la-deinterleave.lo] Error 1
    make[3]: Leaving directory `/home/rob/bad/src/gst-plugins-bad/gst/interleave'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/rob/bad/src/gst-plugins-bad/gst'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/rob/bad/src/gst-plugins-bad'
    make: *** [all] Error 2
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Generating .PKGINFO file...
    ==> WARNING: Please add a license line to your PKGBUILD!
    example for GPL'ed software: license=('GPL').
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> ERROR: Failed to create package file.
    EDIT: Yeah also the badconf file is needed... It can be found here: http://cvs.archlinux.org/cgi-bin/viewcv … ag=CURRENT
    Last edited by Izuil (2007-05-21 18:58:06)

    I'm not quite sure, but I think that equalizer will work only with svn gstreamer core. You might want to try rebuilding both of them

  • How to replace a program version with a cvs version??

    Hello all,
    I'm using amule-cvs make with this PKGBUILD:
    pkgname=amule
    pkgver=cvs
    pkgrel=5
    pkgdesc="aMule is a eMule-like client for ed2k p2p network"
    url="http://www.amule.org"
    license="GPL"
    depends=('wxgtk' 'curl>=7.12.0' 'libjpeg' 'libtiff'
             'perl' 'x-server' 'gd>=2.0.0' 'crypto++')
    source=(http://www.hirnriss.net/files/cvs/aMule-CVS-20050315.tar.bz2)
    build() {
      cd $startdir/src/amule-$pkgver
      ./configure --prefix=/usr --disable-embedded_crypto --enable-amulecmd --enable-webserver --enable-optimise --enable-amule-daemon
      make || return 1
      make prefix=$startdir/pkg/usr install
    And works well, but the problem is when i do a "pacman -Su" it say that want to install (upgrade) amule-cvs with amule-rc8.
    What can i do in my PKGBUILD for solve it??
    may be the option "replaces=()" that i can see in PKGBUILD.proto??
    Thanks

    I made this but could'nt find anywhere to post it - it automaticaly sets the date as the pkgver and updates the PKGBUILD afterwards:
    # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
    pkgname=
    pkgver=
    pkgrel=
    pkgdesc="This will checkout and package the latest CVS version."
    url=
    license=
    depends=()
    provides=()
    conflicts=
    makedepends=('cvs')
    cvsmod=""
    cvsroot=""
    build() {
    cd $startdir/src
    touch ~/.cvspass
    cvs -d $cvsroot login
    msg "Connecting to $cvsmod CVS server...."
    cvs -z3 -d $cvsroot/$cvsmod co $cvsmod
    cd $cvsmod
    ./autogen.sh
    msg "CVS checkout done or server timeout"
    msg "Starting make..."
    rm -r ../$cvsmod-build
    mkdir ../$cvsmod-build
    cd ../$cvsmod-build
    ../$cvsmod/configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    # Correct the pkgver in our PKGBUILD - this allows correct gensync operation
    # NOTE: pkgver variable must be declared with first 10 lines of PKGBUILD!
    cd $startdir
    old_pkgver=$pkgver
    pkgver=`date +%m%d%y`
    sed -i "1,11 s|pkgver=$old_pkgver|pkgver=$pkgver|" ./PKGBUILD
    # vim:syntax=sh

  • Permission problems with command line CVS and Java CVS App

    Greetings,
    I'm part of a moderately sized website development team which recently upgraded to MacBook Pros (dual core) running OS 10.4.9. One of the primary tools we use in our day to day work is the open source concurrent versioning system (CVS). We've noticed a distressing issue running CVS on our macbook pros: there seems to be a problem with the way these new machines handle permissions on the directories/files that CVS uses to manage files.
    The error occurs when the CVS application, in this case both command line CVS and GUI CVS application named SmartCVS, tries to rename a temporary file named Entries~ to its new name Entries (no ~). It looks like this:
    java.io.IOException: Could not rename file
    /Users/[USER]/Sites/[MODULE]/lib/CVS/Entries~ to
    /Users/[USER]/Sites/[MODULE]/lib/CVS/Entries
    at smartcvs.JP.a(SourceFile:125)
    at smartcvs.JP.a(SourceFile:113)
    We've noticed that if we open up a get info window on the directory we're downloading, and choose "Apply to enclosed items" right when we start the download process, the issue will be resolved, presumably because the permissions are being set on the subdirectories as the download is taking place.
    We've checked the permissions on the overall ~/Sites/ directory numerous times, and they always seem to be set correctly as drwxr-xr-x. It's within this folder that CVS creates a directory with the CVS module name and downloads all the contained files, so we don't see why it would be having issues completing this successfully. We also checked to ensure the GUI CVS application is running under the current user on the machine: it does.
    Has anyone run into issues like this in the past? Is there more information I could provide to further clarify the problem we're having?
    Thanks for any input you have!

    Thanks for asking Jeff, yes one place we are seeing this error is Java application SmartCVS, though the results posted here are from a normal command line CVS checkout.
    ===
    Checkout command:
    cvs co [MODULE]
    ===
    Error:
    cvs [checkout aborted]: cannot rename file CVS/Entries.Backup to CVS/Entries: No such file or directory
    ===
    ID:
    uid=502([USER]) gid=502([USER]) groups=502([USER]), 81(appserveradm), 79(appserverusr), 80(admin)
    ===
    LS -ALN
    Computer:~/Sites [USER]$ ls -aln
    drwxr-xr-x 28 502 502 952 Jun 4 13:11 Sites
    Computer:~/Sites/[MODULE] [USER]$ ls -aln
    drwxr-xr-x 38 502 502 1292 Jun 4 13:33 www_root
    Computer:~/Sites/[MODULE]/www_root [USER]$ ls -aln
    drwxr-xr-x 32 502 502 1088 Jun 4 13:33 [SUBDIR1]
    Computer:~/Sites/[MODULE]/www_root/[SUBDIR1] [USER]$ ls -aln
    drwxr-xr-x 5 502 502 170 Jun 4 13:33 [SUBDIR2]
    Computer:~/Sites/[MODULE]/www_root/[SUBDIR1]/[SUBDIR2] [USER]$ ls -aln
    drwxr-xr-x 4 502 502 136 Jun 4 13:33 [SUBDIR3]
    Computer:~/Sites/[MODULE]/www_root/[SUBDIR1]/[SUBDIR2]/[SUBDIR3] [USER]$ ls -aln
    drwxr-xr-x 6 502 502 204 Jun 4 13:33 CVS
    Computer:~/Sites/[MODULE]/www_root/[SUBDIR1]/[SUBDIR2]/[SUBDIR3]/CVS [USER]$ ls -aln
    total 32
    drwxr-xr-x 6 502 502 204 Jun 4 13:33 .
    drwxr-xr-x 4 502 502 136 Jun 4 13:33 ..
    -rw-r--r-- 1 502 502 45 Jun 4 13:33 Entries
    -rw-r--r-- 1 502 502 45 Jun 4 13:33 Entries.Log
    -rw-r--r-- 1 502 502 48 Jun 4 13:33 Repository
    -rw-r--r-- 1 502 502 63 Jun 4 13:33 Root
    MacBook Pro / MacPro Mac OS X (10.4.9)

  • Rt2500 cvs package

    i was browsing around on the rt2x00.serialmonkey.com forums today and I found some great news. Someone released a patch for the rt2500 drivers so that they will work with SMP. The patch has since been merged into CVS. This is awesome. Now I won't have to compile everything that has to do with the kernel just because I disabled SMP in my custom kernel. it also means that I don't have to compile my own kernel when I install arch, hence decreasing the time it takes from booting the install cd to booting into an arch system.
    Anyway, my question was this. If I wanted to make a PKGBUILD for aur using the daily cvs builds, what would I put for the pkgversion? Would I put the current date there, or something else? Thanks in advance for the help. This will be my first submission to AUR if I can create a proper PKGBUILD.

    I made the PKGBUILD. Can someone check it out to make sure it conforms to the SVN/CVS PKGBUILD standards:
    PKGBUILD:
    # Contributor: Luke Tilley <sinisterguy>
    # Contributor: Luke Tilley <sinisterguy>
    pkgname=rt2500-cvs
    pkgver=20060429
    pkgrel=1
    pkgdesc="Drivers for rt2500 chipset wireless cards"
    url="http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
    license=
    depends=()
    provides=('rt2500')
    conflicts=('rt2500')
    makedepends=('cvs')
    install=$pkgname.install
    _cvsroot=":pserver:[email protected]:/cvsroot/rt2400"
    _cvsmod="source/rt2500"
    build() {
    cd $startdir/src
    msg "Connecting to $_cvsmod.sourceforge.net CVS server...."
    cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
    cd $_cvsmod/Module
    msg "CVS checkout done or server timeout"
    msg "Starting make..."
    make || return 1
    install -D -m 755 rt2500.ko $startdir/pkg/lib/modules/$(uname -r)/kernel/drivers/net/wireless/rt2500.ko
    rt2500-cvs.install:
    # arg 1: the new package version
    post_install() {
    depmod -a
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    # arg 1: the old package version
    post_remove() {
    depmod -a
    op=$1
    shift
    $op $*

  • JDeveloper 11.1.1.2.0 does not recognize some CVS files

    Hi,
    We have been using JDev 11.1.1.1.0 with no problems. We installed 11.1.1.2.0 into a SEPARATE directory (and did NOT migrate settings). We configured 11.1.1.2.0 as we had for 11.1.1.1.0.
    All our applications use CVS for source control - we normally use WinCVS and JDeveloper on the same directory.
    We then opened an application which we had previously been working in 11.1.1.1.0 (no file migration occurred - I assume because the jws and jpr are unchanged from 11.1.1.1.0 and 11.1.1.2.0). All the files are present (as expected) in the application navigator. However, we discovered that SOME of the files are NOT mark as being under CVS. So we are missing the version icon in the navigator and all the Versioning options (right-click) for those files are missing.
    The files in these directories OK (have versioning):
    Project Source Paths:
    D:\appname\src\java (Java source directory)
    D:\appname\src\web (Web app directory - often this is missing files in its ROOT directory, subdirs are OK.)
    Resources:
    D:\appname\src\config
    The files in these directories are NOT OK (shown in navigator, but no versioning):
    D:\appname\src\ant (contains .xml, .properties, etc)
    D:\appname\src\lst (contains .lst)
    - We did a fresh CVS checkout using JDeveloper - same problem.
    - We tried playing with removing and readding resources from the Project Source paths. No luck.
    Any ideas?
    Thanks.
    Bob

    Hi Paul,
    Restart did NOT fix it.
    CVS configuration is fine - I created a CVS connection and successfully did a fresh check out of a project. Even this fresh checkout has the same files missing the "Versioning" status in the Application Navigator.
    We're hoping it's a configuration setting... It may be a bug I suppose...
    Thanks.
    Bob

  • Problems using CVS with Jdeveloper - Project

    I have Jdeveloper on Windows 2000 and CVS repository on unix.
    I am using wincvs.
    In the documentation it mentions that I have to create a new project on JDeveloper and then import that project in CVS.
    But if I already have files in CVS then how can I get that in JDeveloper ?
    When I do a CVS checkout I get the files on my local PC. However I get a message which says that project could not be checked out ..
    Now when I do a cvs update JDeveloper tries to update all the files ..
    Any suggestions ?

    Unfortunately there is no way to do this in 9.0.4. This has been fixed in the 10.1.3 preview release, in 9.0.4 you will need to create your session broker in code to work around the problem.
    If you require sessions.xml support for this in 9.0.4, please contact Oracle support.

  • SciTE CVS [FINISHED]

    Please see post #6 for review request
    -->This is easier to understand if you know SciTE. <--
    I put together a PKGBUILD file for SciTE from CVS. I got it working great but with one remaining problem. There are bugs (that I filed a bug report for) where some of the options in the User Options File are ignored by SciTE. Two of these that I know of are window position and geometry. In order to change these settings it has to be done to the Global Options File. This is overwritten every time SciTE is updated.
    The solution so far is to check to see if /usr/share/scite/SciTEGlobal.properties already exists in the file system. If it does, the new version of the file is saved as SciTEGlobal.properties.pacnew and the old version is copied into the new package. Is this a decent solution until the bug gets fixed upstream? If so, how do I get pacman to print and log the information? If not, would copying all of the settings from the old properties file to the new one make more sense?
    --EDIT--
    Post #6 has the (hopefully) final version.
    Last edited by skottish (2008-09-30 06:17:35)

    All of my questions are now answered and no one has commented, so soon to be in AUR.
    # Maintainer: skottish <STUFF>
    # Contributor: Corrado 'bardo' Primier <STUFF>
    # Contributor: Jochem Kossen <STUFF>
    pkgname=scite-cvs
    pkgver=20080929
    pkgrel=1
    pkgdesc="A generally useful editor with facilities for building and running programs"
    arch=('i686' 'x86_64')
    url="http://www.scintilla.org/SciTE.html"
    license=('custom:scite')
    depends=('gtk2' 'desktop-file-utils')
    provides=('scite')
    conflicts=('scite')
    makedepends=('cvs')
    install=scite.install
    source=(SciTE.desktop)
    md5sums=('48526532ef677982a4b156ae90f25b6f')
    _builddir="scite-build"
    _cvsroot=":pserver:[email protected]:/cvsroot/scintilla"
    _cvsmod="scintilla"
    _cvsmod_scite="scite"
    build() {
    mkdir $startdir/src/$_builddir
    cd $startdir/src/
    msg "Connecting to scintilla.cvs.sourceforge.net CVS server....[Scintilla]"
    if [ -d $_cvsmod ]; then
    cd $_cvsmod
    cvs -z3 update -d
    else
    cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
    fi
    cd $startdir/src/
    msg "Connecting to scintilla.cvs.sourceforge.net CVS server....[SciTE]"
    if [ -d $_cvsmod_scite ]; then
    cd $_cvsmod_scite
    cvs -z3 update -d
    else
    cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod_scite
    fi
    msg "CVS checkout done or server timeout"
    msg "Starting make..."
    cd $startdir/src/
    cp -r $_cvsmod $_builddir
    cp -r $_cvsmod_scite $_builddir
    find $_builddir -type f -exec sed -i 's/1.76/CVS/' {} \;
    cd $_builddir/$_cvsmod/gtk
    sed -i "s/#ARCHCXXFLAGS#/${CXXFLAGS}/g" makefile
    make || return 1
    install -Dm644 ../License.txt $startdir/pkg/usr/share/licenses/scintilla/LICENSE
    cd $startdir/src/$_builddir/$_cvsmod_scite/gtk
    sed -i "s/#ARCHCXXFLAGS#/${CXXFLAGS}/g" makefile
    make || return 1
    make DESTDIR=$startdir/pkg install
    install -Dm644 ../License.txt $startdir/pkg/usr/share/licenses/${pkgname}/LICENSE
    install -Dm644 $startdir/src/SciTE.desktop $startdir/pkg/usr/share/applications/
    ln -sf SciTE $startdir/pkg/usr/bin/scite
    cd $startdir/pkg/usr/share/scite/
    find SciTEGlobal.properties -type f -exec sed -i 's/position.left/#position.left/' {} \;
    find SciTEGlobal.properties -type f -exec sed -i 's/position.top/#position.top/' {} \;
    rm -rf $startdir/src/$_builddir
    # vim:set ts=2 sw=2 et:
    Last edited by skottish (2008-09-30 06:24:05)

  • Problems with checkin/checkout customaddins

    I installed the customaddins in JDeveloper 3.1 as well as cvs.
    When I checkout, I get the message :
    -> Executing: "D:\JDeveloper 3.1 \bin\Checkout.bat" ...
    where the checkout.bat file contains i.e the following line:
    -> c:\cvs\cvs.exe -d \cvs checkout repository
    Those checkin/checkout commands work fine in the command prompt window, but they don't seem to work in the JDeveloper environment.
    I also never get any error or
    warning messages. It just doesn't do anything.( and the menu command ,
    which should iterate between "checkin" and "checkout", depending if the file
    has already been checked out or not, is stuck on "checkout").
    Thanks for any advice
    Aymeric
    null

    John,
    Thank for the solution.
    But I find that it doesn't care what is in my checkIn/Out.bat file, even I put notepad.exe into the batch file.
    It doesn't work. When I trace it, I find that if the check out file path doesn't include spaces, then no problem. But happen again when the files path include spaces.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by John - JDeveloper Team:
    This is with respect to the 'Stuck on checkout' problem.
    This has been fixed but not uploaded.
    The fix is to simply change:
    file: NodeHelper.java
    line: 62
    public static final int DISK_FILE_READWRITE = 2048;
    // original was:
    //public static final int DISK_FILE_READWRITE = 2048 + DISK_FILE_READONLY +
    DISK_FILE_WRITEONLY;
    The Files CheckOut.bat and CheckIn.bat
    are meant to be modified for your
    Version Control System
    (i.e. in PVCS you would use put / get,
    in RCS ...; in ClearCase ... )<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Changes in vendor evaluation program rm06lbat

    hi friends ,        in rm06lbat program is for vandor evaluation.in this it will give effective price and comparision price for vandor for a particular material .      i have to change the comparision price calculation.it is done in one function modu

  • Transfer build directory to a different machine : linux

    Hi, Can we make a build directory of Berkeley DB which is portable to a different system which does not have root access? Thanks

  • Help please w/nano plu

    Hello there! I am frustrated!! I see some others are having problems with the nano plus also. I am so ready to toss it aside and purchase another mp3 but not a creative one. Here are my problems. . It does not display on the device all the music that

  • X220 42962BG Tablet Win8 Hypervisor support

    Hi, i have NTB  X220 42962BG Tablet, I have installed Win8 Ent x64, and i want use Hyper-V, but when i run create machine a got error with hypervisor support.  DO you know if is possible use Hyper-V on my laptop?  Thx for reply and sry for my bad eng

  • How to delete the list of employee on SAP system?

    Dear all, I want to delete the list of employee on my SAp system but I don't know how to do this, What's the transaction code that use to delete mutil employee on SAp system? Please help me to do this. Thanks and Best Regards, Huyen Nguyen