CVS edit -c

Is there any way to enable support for the 'cvs edit -c' command in 9.0.3?
The -c option is available in a special branch of CVS and forces the edit command to abort if somebody else is already editing the requested file.
The version of cvs that comes with winCVS supports this options, so we'd like to use it in JDeveloper as well.
Alternatively, is the source for the CVS plug-in available, so I could add it myself?

The minimum CVS version for JDev 10.1.3 is 1.12. We have not yet implemented this option... it requires CVSNT or Cyclic CVS client & server >= version 1.12.10.
It's possible to make CVS always issue -c with 'edit' by configuring the .cvsrc administrative file. See section A.3 on the following manual page:
http://ximbiot.com/cvs/manual/cvs-1.11.21/cvs_16.html
I have raised the priority of this enhancement.
Thanks,
Paul. JDev Team Development

Similar Messages

  • CVS "Edit File..." Disabled

    Hi there,
    I'm evaluating CVS within JDeveloper for my company. But I'm having a tricky problem, when I try to just edit (cvs edit) the file (make it disabled for others to commit it)
    the option is disabled. The other menu options (File | Source Control | Editor) are active but this particular and important one is not.
    Any help would be very handy...
    Regards,
    Leonardo Eloy

    The minimum CVS version for JDev 10.1.3 is 1.12. We have not yet implemented this option... it requires CVSNT or Cyclic CVS client & server >= version 1.12.10.
    It's possible to make CVS always issue -c with 'edit' by configuring the .cvsrc administrative file. See section A.3 on the following manual page:
    http://ximbiot.com/cvs/manual/cvs-1.11.21/cvs_16.html
    I have raised the priority of this enhancement.
    Thanks,
    Paul. JDev Team Development

  • Executing CVS files into Oracle using JDeveloper

    I am incredibly impressed with JDeveloper (11.1.1.4), and am working through a process walk through for our current development groups. We using CVS as our SCM, and I was able to easily connect and navigate the CVS directories.
    I can open the CVS file and view it, but I cannot seem to figure out how to execute/compile that file into a database. For example, when I'm working in development, I want to be able to open files from CVS, edit them, compile them, and then check them back in. Can someone please point out how this is accomplished? I'm sorry - this seems like an easy/silly question, but in all my searching, I'm unable to find the answer.
    Thank you for your time!
    T.j.
    Here is a screenshot of what I see, if that helps.
    Edited by: 910514 on Apr 5, 2012 6:53 AM

    ADF7 wrote:above toolbar from 7 of the last there sql icon. hit it to open the sql workesheet. or else press (alt+f10).Thank you for your quick response!
    This is my issue - I don't want to have to open a separate editor. Here is the process:
    1. Navigate the CVS repository for a file. Open that file for editing. (currently opens as read-only - I'm assuming this is a setting that I need to change)
    2. Make changes and compile into the database.
    3. When finished, commit those changes back into CVS. (this part I can see with the 'Pending Changes' tab)
    Does your response me that I have to copy the code into a SQL Worksheet, do my work, and then copy the changes back into the file?
    Thank you again!

  • Problems with CVS and improvements required

    Developing with JDeveloper 9.0.3 preview we have found some bugs and some improvements that would be very useful.
    Problems
    1)     Overlay icons on versioned files dont show the real state of the file as described in the Using Concurrent Versions System (CVS) With JDeveloper section of the Using Support for Team Based Development help manual (this issue was solved with a patch for the 9.0.2 release but it cant be applied for the 9.0.3 preview).
    2)     When CVS finds revision conflicts on the project file (.jpr) or on the descriptors of BC4J objects and packages, it overwrites (properly) the source file with the <<<<<< and >>>>>> comments to denote the conflict, and the warning for the conflict is signaled in the CVS log; but it would be nice (because it is annoying to check everytime the CVS log especially for a critical message like a conflict) having a message box reporting these critical messages.
    3)     During the import module function to import the project files into the CVS server, the image files (such as .GIF and .JPG) ought to be automatically added as binary files, or better still, it would be useful a configuration fuction to enumerate the extensions to be added as binary files.
    4)     After some types of CVS commands the CVS editors and CVS watchers windows becomes suddenly closed.
    Required Improvements
    1)     It would be useful a function showing all the files to be added to source control in a list and in a more general case, the versioning status of all the project files, without having to expand all the nodes of the project tree.
    2)     Its uncomfortable the current behaviour for the check out/edit on the project file (jpr) that automatically selects all files included within it. It would be useful to explicitly select to operate only on the project file or to include also the files within it; or at least to place the project file at the top of the list.
    3)     The Edit Files command for the CVS source control ought to support the cvs edit option -c (to check that working files are unedited) and an option to execute an update command before the edit one, to have the most recent revision of that file.
    4)     The opportunity to treat every type of BC4J object as a single CVS entity, taking all the files required by the single BC4J object grouped together and then checked-in, checked-out, etc. in a simple one-click operation.

    1) Overlay icons [cut] Has the problem returned in 9.0.3 and if so can you give me details of your cvs client version i.e CVSNT 1.0.11.1.3 etc.. It would be really helpful in tracking this down. The CVS version in use is (from the cvs --version command output): Concurrent Versions System (CVSNT) 1.11.1.3  (Build 57a) (client/server). The JDeveloper version is 9.0.3.988 preview.This is the client version we test against and recommend. We have seen no problems here and can't reproduce this. Could you help us track this down by supplying the answers to the following questions?
    1, What OS and CVS version is the server using?
    2, For a file that is showing the incorrect overlay could you check the timestamp in the CVS\entries file and post that and the timestamp on the actual file system file?
    3, What timezone are you currently working in and is daylight savings time in operation?
    and finally
    4, Is the CVS server in the same timezone?
    Hopefully this will give us a good start on where the problem is.
    [cut]
    We have already configured cvswrappers to properly handle binary files, but the cvs import function seems to ignore these settings, while cvs add uses it. If you try to import a project with some gif files using jdev, having configured cvs as described, these files will be corrupted. After this, if you add another gif file using cvs add function (not add binary) the settings will be used and the file are correctly stored.
    It seems that to make the import command work properly, file types have to be explicitly specified for each binary file (-kb option) on the cvs command line. To verify this we have tried the same operations using wincvs client. Inspecting the log window, we see that the client explicitly force the file types (they use an internal filtering to recognize binary files instead of file extension):
    cvs import -I ! -I CVS -W "*.gif -k 'b'" -m "no message" testmodule avendor areleaseRight, I'll add this information to the bug and make sure it gets evaluated.
    4) After some types of CVS commands the CVS editors and CVS watchers windows becomes suddenly closed. Could yet tell me what these operations are so I can log a bug? We dont know if its effectively a bug, but the window becomes closed when automating layout switching occurs (if its enabled in preferences), for example: Im in the ide without any open editors (current layout Editing), I get the editors list, then I open an uiXML file (the layout switch to Web Editing) and the list disappears. Even if the layout switch back to Editing (automatically or manually) the list is not re-shown (its not saved in the layout).This is an issue with JDevs layout in that the SCM windows are not default in any layout and so they are closed when the switch occurs. This is being looked at for a future release.
    3) The Edit Files command for the CVS source control ought to support the cvs edit option -c (to check that working files are unedited) and an option to execute an update command before the edit one, to have the most recent revision of that file. I'll add enhancement requests for these I especially like the update before edit suggestion. For team based development the reserved edit functionality (the -c option) would be very useful, especially for working with business components.I'll add your use case to the enhancement, as this is a very good reason to have "-c". Hopefully if we can implement 4) and integrate source control and BC4J better in a future release.
    4) The opportunity to treat every type of BC4J object as a single CVS entity, taking all the files required by the single BC4J object grouped together and then checked-in, checked-out, etc. in a simple one-click operation. We would also like to have support for this in source control and it is a feature that is currently under investigation.It would be -very- useful if, while trying to edit a generic component under source control, jdev suggested (in the edit dialog window, for example) which other files are likely to be modified, giving the chance to edit them also (if not already). For example, trying to edit a ViewObject component, it will be probably needed also to edit the .jpx, the project, the business package descriptor, in addition to the component implementation and descriptor.Agreed.
    We also have some doubts on the meaning of the dialog that often appears after a checkout or a folder update, asking New checked out files were detected; how would you like them to be dealt with?. Can you explain whats the behavior of each choice?The three choices breakdown as follows
    1. Open checked out files in the active project
    This adds all files to the project that is active in the IDE, if all files were already in the project no change will appear to occur. If new files have been downloaded they will now appear in the project
    2. Create a New project for the checked out files
    Generate a completely new fresh project from the checked out files, similar to the default behaviour of checkout module in JDev
    3. Do not open a new checked out files.
    Perform no action with the files, lets the user add them if they so wish.
    Thanks for the replies,
    Geoff Waymark
    JDev SCM Team

  • Struts Diagram and CVS Problems

    We're having a difficult time with the StrutsPageFlow.oxd_struts and CVS. Anytime a developer makes a change to the Struts diagram and commits the struts-config.xml file, the StrutsPageFlow.oxd_struts file also gets committed. When a different developer updates the struts-config.xml file the StrutsPageFlow.oxd_struts file has a conflict on just about every item. We're also encountering this on our *.jpr and bc4j.xcfg files.
    JDeveloper 10g is stealing a lot of our time as we're having to manually work around a lot of CVS conflicts on files that are not shown in the project but associated with project files like the struts-config.
    Anyone else having CVS issues with these "behind-the-scene" files?

    Hi Jason,
    Unfortunately, this is a known issue. The only workaround we can suggest for struts at the moment is using an exclusive editing mode. Whenever a developer needs to modify the struts diagram, he should issue a cvs edit. Other developers should use the "List Editors" functionality in JDev to check whether someone is currently editing the file.
    We're working on resolving these team development issues in the 10.1.3 release.
    Thanks,
    Brian

  • CVS keyboard accelerators lost after restart

    Hi
    I set up accelerator keys for CVS edit (F10) and CVS commit (F11). Whilst JDeveloper is running, these keys work fine and I am able to edit and commit with these shortcut keys.
    However, when I restart JDeveloper, the settings are lost and I have to set the keys again - (I have to do this each time I restart JDeveloper).
    When I set keys F10 and F11 to other accelerator shortcuts such as make selected or run selected these work fine, even after restarting JDeveloper. The problem only seems to be with the CVS commands.
    Do I have to some additional configuration for the CVS accelerators?
    I am using JDeveloper 9.0.3.1 and the problem occurs on both Windows XP and SUSE Linux 8.1.
    Thanks
    Usman

    I'm seeing this problem with set accelerators being lost after restart with JDeveloper Preview 10.1.3.0.2.
    I set an accelerator to an external tool (Tomcat Startup and Tomcat Shutdown) and the accelerator is gone after I restart JDeveloper.
    I apologize if this is a known bug in Preview... I did a cursory search through the forums and only found this one.
    Thanks,
    Chris

  • CVS Integration with JDeveloper 10.1.2

    I have upgraded to JDeveloper 10.1.2 from the previous version and CVS integration appears to be partially broken.
    All my source files are checked in and I can confirm this with WinCVS which allows me to 'cvs edit' my source for update. In JDeveloper however the 'Edit' option is grayed out and I cannot edit the file as it is read only. All the source icons have a * symbol against them.
    CVS integration worked OK in the previous version and the only environment change is the upgrade to JDeveloper 10.1.2
    I wondered if anyone else had experienced any similar problems.
    Thanks,
    Kim

    We have also experienced this problem. The pattern seems to stem from a Module Checkout (We use the connections tab to a remote pserver repository).
    Expanding a project will mark all files with the * (modified) symbol. Even though we only just checked out the module.
    If we try and Update (or Update with deletion) the item remains on the uncommitted files list, however the background cvs command worked without error (at this point there is no way of removing files from the uncommitted file list).
    Additionally if we use ANT and create a new task like follows;
    <target name="CVS fake update MyProject quiet">
    <cvs command="-n update -R"
    cvsRoot="${cvsroot}"
    package="MyProject"
    />
    </target>
    Then this reports all workfiles up to date with the repository (i.e. only a problem in what JDeveloper thinks is uncommited).
    What I have noticed....
    When the Module Checkout works I noticed the file named JDev under the CVS working folder looks as follows;
    #Fri Apr 01 06:33:52 GMT 2005
    universal_time_calibration=0
    When it fails the content looks like this;
    #Fri Apr 15 06:33:52 GMT 2005
    universal_time_calibration=-3600000
    (I suspect at some point it is getting this offset from my Windows settings - Australia GMT + 10hrs).
    By fail I mean
    Hope this information is of use to someone at Oracle.

  • U201CIndirect Costsu201D in Estimating the project.

    < MODERATOR:  Message locked.  Please post this message in the [Controlling forum|SAP ERP Financials - Controlling;. >
    Dear All,
    Could you give clarification following question.
    How to manage estimation of u201CIndirect Costu201D in this document and what will be the role Finance Department in the review of adequacy of Indirect Cost Estimation.  CEO should approved the budget covering full project cost-Direct and Indirect Cost. (Budget should generate cost psf for decision making).
    alslo
    indirect actuals in the project, as if indirect costs are estimated then the actual also have to be accounted.
    regards
    cvs
    Edited by: cvsreddy  on Oct 6, 2008 3:29 PM

    John,
    We use all this info to manage projects for our clients. We have also added more information by creating User Extensions to capture things like Business Rules. We have had to do a lot of custom API scripts to perform the functionality we want. We will be hosting a booth at the ODTUG Conference this year. Stop by and we can share some thoughts.
    Mark
    Creative Design Associates
    http:www.cda-llc.com

  • CVS branching  in JDeveloper Studio Edition Version?

    Hi there,
    how can i create a CVS-Branch for a project that is in CVS ? I use JDeveloper Release version(Studio Edition Version). There is a "tag" section which gives tag to the project, but i think this does not mean that we can branch. Is there another way to create branch?

    JDeveloper can do almost all the features of CVS with the embedded CVS Versioning plug-in except branching capability. You can see the activities for CVS with JDeveloper from the internal documentation of JDeveloper which is great to learn the details of CVS and JDeveloper. Just click the "Table Of Contents" from "Help" menu and search for "cvs' and read the tutorials.

  • 11.1.2: CVS extension?

    In the 11.1.2 Update Center, the CVS extension does not show up.
    Examining the center's xml file at http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/131167.xml I can see the extension, but it has a dependency to an extension named: "oracle.ojcvs".
    This extension is nowhere to be found.
    Installation of the extension from file also doesn't work, because the (oracle.ojcvs) extension is not installed in JDeveloper (which explains the CVS extension not showing up in the Update Center).
    So ... what happened to "oracle.ojcvs"?
    Sascha
    Edited by: Sascha Herrmann on Jun 9, 2011 7:58 AM
    Edited by: Sascha Herrmann on Jun 9, 2011 7:59 AM

    Fix is in the works now. It's available for 11.1.2.0.0 now, and should be available for 11.1.2.1.0 in about an hour.
    Sorry for missing this one again. I need to update the transfer templates so we don't continue to miss this new library.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • 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 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 daily snapshot packages

    Hi there,
    I have some questions about cvs daily snapshot.
    The problem is for the package eo-snapshot in AUR
    Here is the PKGBUILD
    # Contributor: Sebastien Piccand <[email protected]>
    pkgname=eo-snapshot
    pkgver=20060411
    _ver=11Apr2006
    pkgrel=1
    pkgdesc="EO is a templates-based, ANSI-C++ compliant evolutionary computation library"
    url="http://eodev.sourceforge.net/"
    license="LGPL"
    depends=()
    source=(http://www.lri.fr/~marc/EO/snapshot/eo_src.tgz)
    md5sums=('f4e001d00405292712e5a62599749c3d')
    build() {
    cd $startdir/src/eo${_ver}
    ./autogen.sh
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    I have to remove the _ver variable which is not required.
    I have to use the daily snapshot because:
    1. The stable version does not compile
    2. I don't have access to CVS
    The version(=folderOfSources=date) of the package is a bit weird and stored as:
    11Apr2006.
    I was asked to change the version so I moved it to 20060411 which seems to be the case for the usual snapshots.
    I used the variable _ver so that one has just have to modify the beginning of the PKGBUILD when a new snapshot comes. But it is definitely not really needed so I have to remove it, which means you have to edit the build() function at each snapshot.
    A workaround is to use
    cd $startdir/src/eo*
    instead of
    cd $startdir/src/eo11Apr2006
    in the build(function)
    In this case now the version of the snapshot is only discriminated by:
    1. the pkgver
    2. the md5sum
    But the package is updated daily and there should be a way to simplify the  update process. The daily snapshot does not contain the date so we can't have access to the previous snapshot.
    Can I, as for the CVS versions, use an empty md5sum() and just the date for the pkgver ?
    Or should the package be a mess to maintain ?
    Thanks

    Thanks a lot.
    The package is working.
    I now have some questions about the provides() and conflicts() fields of some packages.
    Here are 2 packages I put on AUR recently: eo-snapshot, eo-cvs
    I am thinking of removing eo-snapshot but it can be good to keep it for people who don't have access to CVS.
    In this case eo-snapshot and eo-cvs will conflict. Once a new, working, stable version of eo will be out, I (or anybody) will probably make a package (called eo).
    So I am thinking of using the fields provides=('eo') for both packages, and conflicts=('eo-snapshot') or ('eo-cvs')
    Is it the right thing to do ?
    An other question:
    libge can use galib if it is compiled with galib support, so should I make a libge-galib version (with galib in makedepends) or put a comment somewhere (where) that asks the user to install galib before building libge to enable the galib support ?
    An other one
    eo-cvs(or eo-snapshot) and galib both provide a /usr/lib/libga.a file, so they conflict with one another. Is there any workaround to install both?

  • How to edit breadcrumb properties like " " symbol in JDeveloper.

    Hi, the problem is that I can not edit certain properties breadcrumb, like spaces or ">" symbol. I have change the css style to my own style. When I use oracle style it's work.
    For example.
    1) Html generated with oracle style.
    P1 > P2
    2) Html generated with my own css.
    P1P2
    As can you see, the line "  >  " have dissapear. Are there some template or file to define this line?, what I need to do to place this line?.
    I 'm lost.
    Thank you.
    ADF Business Components     10.1.3.41.57
    BPEL Designer     10.1.3.3.0 (Build 070615.0525)
    CVS Version     Internal to Oracle JDeveloper (client-only)
    Java(TM) Platform     1.5.0_06
    Oracle IDE     10.1.3.41.57
    Struts Modeler Version     10.1.3.41.57
    UML Modelers Version     10.1.3.41.57
    Versioning Support     10.1.3.41.57
    Message was edited by:
    pakitwo

    I found the answer:
    Write in your own .css file:
    "af|menuPath::separator-icon {content:" > ";}"
    and breadcrumb will get this value

  • Cvs problem in flex builder 2.0

    Hi, everyone, I have installed my flex builder 2.0 without
    problem, and i have created some apps using it.
    It is really good.
    But the question is , when I set up a CVS client in flex
    builder, i can only do commit / update / synch, Why the Edit /
    Unedit menus are disabled? Dose anyone know this? I think it is
    very inconvenient.
    Thank you

    Hi There
    I am wondering if you can help me, i am looking to build a simple flex front end with a java back end, just to send simple requests and responses. By the sounds of your email you have an idea of how to do this, i am using websphere as my server, i am wondering if you have any links to tutorials on how to do this or any sample projects yourself. Any help would be amazing
    Thanks

Maybe you are looking for

  • Logic related to HR module

    Does anyone knows how the standard SAP gather data from HR table during execute run (PC00_M99_CIPE - Execute run)  ? How the SAP differentiate which data hasn't posted to FI yet -> to be posted. what table does SAP read ? Anyone can help me ? I'm not

  • Error when calling FM REUSE_ALV_HIERSEQ_LIST_DISPLAY...

    Hello Experts, I am having problems using the said FM. It says MOVE_TO_LIT_NOTALLOWED_NODATA. Below is my code: CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'       EXPORTING *       I_INTERFACE_CHECK              = ' '         i_callback_program    

  • VAT / CST if Ship-to-Party is different

    Dear All, Issue is regarding the Tax calculated for the respective Partner. Sold-to-Party & Bill-to-party is in Karnataka (VAT applicable). Ship-to-Party is in other state say Tamil Nadu or Andra Pradesh (CST Applicable). Logistics has to say that CS

  • Cannot Load NEF files from Nikon D600

    I am running CS4 but cannot load NEF files from my Nikon D600 _ Camera Raw 5.7 is also installed. Any ideas on how to reslve. I was able to load from my D200 Camera.

  • Authenticity of Lenovo branded bater

    Hi all, I purchased a new battery 4 cell battery that is branded Lenovo.  It was said to be authentic.  The battery management software on my T400 says the manufacturer is Sanyo. So, is this an authentic Lenovo battery that was manufactured by Sanyo?