Modify specific version

Dear All
I am new to Team Foundation Server and just want to ask the normal practice for modify specific version.
My scenario is
version 1
string a =1;
version 2
string a =2;
After version 2 is checked out, there are some requirement changed and I need to start modify from version 1 again
I used the 'Get Specific Version' to get back version 1 and it shows a lock icon next to the file
However, when I try to edit this file, the icon becomes a 'tick' but the content is changed back to version 2
How could I get version 1 and then modify and checked out to version 3?
version 3
string a =1;string b =a;
Thanks
swivan

Not sure exactly what you mean. But if version 2 was a mistake, I would just lookup the code from version 1 and copy over with a diff tool (for instance Beyond Compare.)
If you intend let both version 1 and version 2 live and represent different development branches, then a branch is exactly what you need.
Erland Sommarskog, SQL Server MVP, [email protected]

Similar Messages

  • How can you ignore one specific version of a package when upgrading?

    Hi all,
    Due to a rather nasty bug in mplayer, the current version in the Arch repositories is unusable for me.  I am currently running the previous version without any problems, but every time I try to upgrade, pacman wants to reinstall this broken version.
    I don't want to list mplayer in the IgnorePkgs option, because then I won't get any new versions.  Since the bug has long been fixed, the next Arch version should work fine - it's just the current Arch version (35014) that is broken and I want to ignore.
    Is there some way I can blacklist this specific version of the package, so although it won't ever be installed, any newer version will?
    I tried adding "mplayer-35014" and "mplayer-35014-1" to IgnorePkgs but it didn't work.
    Any suggestions?

    Hmm, I hadn't thought of that.  I didn't actually build a package from it, because I didn't know where the problem was.  So I just compiled a bunch of things the old fashioned way and ran them without installing anything until I had narrowed down the problem.  But I'm sure there's an mplayer-svn in AUR I could use - good idea.

  • How to choose a specific version and detect the same specific version?

    I've found the following link in other posts about choosing versions programmatically:
    http://java.sun.com/products/plugin/versions.html
    Well, I'm not quite sure how to use that classid for "static versioning". I mean, if I need to use 1.3.1_08 but not others (not even 1.3.1_07 or 1.3.1_09, but only 1.3.1_08), what classid should I use?
    That page doesn't teach us what syntax we're supposed to use!
    On the other hand, my webapp needs to detect what JRE is installed and would suggest what to do in case the specific version can't be found in client computer. What should I do?
    Thirdly, I've noticed that the order of installing versions is important. Let's say there're two versions in a computer, V1 and V2, while what I need is V1. Depending on V1 or V2 is the final installed one, my detection might or might not work. Someone knows what to do?
    TIA

    galo,
    willkommen zu den Apple Diskussionen.
    You don't state which version of Keynote you're using. Keynote 3 offers an option to restart the presentation after an inactivity of x min (at least 1 min).
    Look at Document inspector on the Document tab.
    In German: Klick im Informationen-Fenster auf das weiße Blatt und ggf. den Dokument-Button. Dort findest Du:
    Präsentation als Endlosschleife
    Präsentation neu starten nach Inaktivität von
    Viel Erfolg.
    If this information is useful to you, please mark it as "helpful" or "solved" using the little buttons in the titlebar of this message. Thank you.
    PowerBook G4 17", 1GB   Mac OS X (10.4.7)   iMac G5 20"; iPod 3G, iPod Shuffle, iSight

  • Function Module to get ABAP source code for a specific version

    Hi all
    Is there a function module that I can use to get the source code of another function module at a specific version?
    For example, can I call a function module passing in "FM_NAME" and "FM_VERSION" and have it return the lines of code associated with that object?
    Thanks in advance.
    Stuart

    Thanks guys
    That's incredibly helpful! I have one more question that I just thought of last night...
    Is there a way to hook into the code activation process? I want to be able to take a snapshot of the ABAP source code at each point when it is activated for use in another system, but need to be able to intercept this event and get the source code at that point in time.
    Any ideas?
    Thanks!

  • How do I install a specific version of nvidia?

    I am noob coming from Gentoo. How do I install a specific version of nvidia? The new one (169.09-2) does not work well with my video playback (choppy). I know that for whatever reason, the 169.04 beta version works on my hardware better than any other version. How do I install it the pacman way, instead of using Nvidia's installer?

    ABS and change the version I believe http://wiki.archlinux.org/index.php/ABS

  • Incorrect parsing of Library Specification-Version

    Hello,
    I'm encountering an error while trying to deploy libraries. The config.xml specifies [email protected] The MANIFEST in the library jar file specifies Specification-Version: 1.0 and Implementation-Version: 1.0. The server log is reporting a conflict, stating "Specification-Version: 1". It appears that if the Specification-Version ends in "0", the parsing is dropping ".0". However, the console reports that the library is deployed. Has anyone seen this before?
    Thanks,
    Bob

    Sorry. I re-deployed from the console and that seemed to clear it up.
    I don't have the previous log file. The message said the LibSpecVersion = 1.0 (I assume this is from the config.xml) and Specification-Version = 1 (from the MANIFEST). Not sure why a re-deploy fixed it. The one additional element added to the library was: <module-type xsi:nil="true"></module-type>. The name with spec and implementation stayed the same.
    Bob

  • Invoking a specific version of java over the internet

    According to [this page|http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html], the applet tag should be used if the web page is accessed through the internet and object or embed ought to be used if it's through an intranet. Why?
    Later, that article says that if you want to invoke a specific version of Java that you can do so with either of the intranet tags (using a specific classid for the object tag or a specific type for the embed tag), but doesn't say anything about doing it with the applet tag, making be conclude that, with the applet tag, it's not possible.

    You said "I will not try to guess what that doc. meant." That doesn't necessarily mean that there are others who can't. Maybe there are people who post on forums.sun.com that don't post on comp.lang.java.programmer? If anyone there knew, it seems like they would have responded?
    The <https://jdk6.dev.java.net/deployment_advice.html> link... I dunno... it didn't seem as comprehensive as the one my first post linked to. Doesn't discuss embed, for instance, nor does it mention anything about intranet's vs. internet's. Maybe Sun decided between 1.5.0 and 1.6.0 that the whole internet / intranet distinction was pointless, but if so, that'd be nice to know.
    Besides, sometimes hearing people explain it in different ways helps. Whether or not it'd help here is something I can't say until I've heard other explanations (if there are any to be had).
    (I'm yawnmoth, btw - I was logged out when I tried to make this post so I tried to login with 'yawnmoth' as my username and it asked me for a new username? maybe my 'yawnmoth' username is actually my email address?)
    Edited by: zelnaga on Aug 13, 2008 9:04 AM

  • Permanent link to specific version of a document

    When ‘Sharing’ documents is it possible to issue (say for emailing to someone) a permanent link to the document i.e. one which is locked to the version and not one that changes or fails if a new version is subsequently added?
    There appears to be two groups of document links in SharePoint, the current version and previous versions.
    The current document version is referenced by a canonical path:
    http://site/document library/document.doc 
    A prior document version is referenced from a revision path. But this only works for non-current versions:
    http://site/_vti_history/versionID/document.doc  (Where versionID is generated by SharePoint)
    Therefore every time a new document revision is created the contents of the canonical path will change. The canonical path will point to the new document version while the previous version of the document is only available with the revision path.
    Therefore it is not possible to create a permanent link to a version of the document if at the time of issuing it is the current version.

    Hi,
    According to your description, my understanding is that you want to create a permanent link to specific version of a document.
    If a new version is created, the contents of the canonical path will change. Although the version number will increase, the previous version number will not change.
    If you want version 1.0, then the URL for this version will always be
    http://site/_vti_history/512/document.doc.
    More information are provided in the link below:
    http://theressomethingaboutsharepoint.blogspot.nl/2011/09/direct-link-to-certain-version-of.html
    http://blogs.msdn.com/b/roberthorvick/archive/2007/01/04/wss-rant-linking-to-the-latest-version-of-a-sharepoint-document-considered-harmful-lessons-6-and-7.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • PDF Specification Version

    Hi,
    According to the documentation, BI Publisher (v. 10.1.3.2) supports Adobe Acrobat 5.0 (PDF specification version 1.4). I suppose this means that the pdf documents used as templates must be of a version no newer than 1.4.
    We consider using Adobe LiveCycle Designer for creating the pdf templates, so I would like to know the release plans for supporting newer versions of pdf.
    Thanks in advance.
    Jan

    Are the PDFs just images, or are they text? I know the pages you are scanning look like text to you, but that doesn't mean the files you end up with contain text - they may just be "photographs" of the pages. You can check this by selecting the text cursor in Adobe Reader and trying to select a few words. If you can't do that, you just have an image.
    If all you have are images, just save them as images in PNG format - PDF isn't getting you anything.

  • Download specific version of Adobe AIR Runtime

    Hey Adobe Air Community,
    Do you know where I can go to download specific versions of the Adobe AIR runtime?
    So far I've only been able to find the latest one here at the standard AIR download site (http://get.adobe.com/air/)
    Thanks,
    Mauricio

    Sure
    http://help.adobe.com/en_US/AIR/1.5/air_runtime_redist/air_runtime_redist.pdf

  • Invoking specific version of BPEL process

    Hi All,
    I would like to keep multiple revisions of same BPEL process in one domain on the server and I would like to call specific version of process
    Does anybody has any idea how to do that...?
    Thanks
    -Praveen

    Using JDeveloper (I am using 10.1.3.1 build 3984), once you have deployed the first version of your BPEL process, you will be asked to pick a new version when you want to re-deploy the service. You can just pick a different version at his time; in my case I add a minor version letter: 1.0.c
    On the deployment properties screen, you will see your version (1.0.c) and the server-side versions (1.0 and 1.0.c). You can decide to overwrite them or create a new one.
    The same can be achieved through command line, as JDev use ant under the cover. The process generated will be named with the version you provided. In my case:
    BPEL suitcase generated in: C:\dev\BPELPricer\output\bpel_CalculatePriceWS_1.0.c.jar
    Once the BPEL process are deployed, you can point at a specific revision with the service endpoint URL. In my case, the URL look like this:
    "http://" + HOST_NAME + "/orabpel/default/CalculatePriceWS/1.0.c"
    You have also the ability to select a specific version from the BPEL Console, using a drop down list to pick the one to test.
    To keep the code for multiple versions of the BPEL project, you should be using a source control system, like SVN, CVS, or many other alternative out there.
    Hope it helps,
    -Eric

  • Get specific version

    system says it requires 5.1.20513.0 but download page will only download latest version. What's going on, how can this get fixed?

    Hi,
    If you want a specific version ,you could check silverlight release history:
    http://www.microsoft.com/getsilverlight/locale/en-us/html/Microsoft%20Silverlight%20Release%20History.htm
    You could get latest silverlight in link below:
    http://www.microsoft.com/getsilverlight/get-started/install/default.aspx?reason=unsupportedplatform  
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Language-specific versions

    Are there language-specific versions of ReportServer such as Thai version?
    Bhasker

    With Administrative Installation Points I've always found it best to remove the old version first with a script using [msiexec.exe /x {APPLICATION_GUID} ] before installing the new AIP.  You should read the documentation about 10.x AIP though.
    http://helpx.adobe.com/acrobat/kb/update-patch-acrobat-reader-10.html

  • Auto-update and Specific version with OBJECT...CLASSID=...

    We're deploying an applet, and want to be sure to use a specific version of the JRE. So far we've been using 1.4.2 without problems, and now its time to support 1.5.0 (5.0).
    We intend to do this with <object classid="clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA">....
    as outlined in:
    http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html
    The 1.5.0 control panel (for Windows) also includes an "Update" pane where java will be auto updated, if a newer version is found. (The 1.4.2 version apparently also contained that, but I was never updated to 1.5.0....)
    What will the "Java Update mechanism" do when a 1.5.1 version is released at some point? Will the installed 1.5.0 version automatically be replaced by the new 1.5.1 version, so the <object classid="clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA"> gets broken? Or will 1.5.1 be installed in addition to 1.5.0, so our applet tags still work? Or will the "Java Update mechanism" only install newer updates to 1.5.0 (e.g. 1.5.0_03)?
    Naturally, our tech support won't be thrilled to get calls from every single customer complaining that the 1.5.0 JRE can't be found immediately after Sun releases 1.5.1... :-D
    I'm assuming that once installed, 1.5.0 will never be "auto-removed" due to "Java Update mechanism". Is this a correct assumption?
    Thanks for reading this far,
    Peter

    We're deploying an applet, and want to be sure to use a specific version of the JRE. So far we've been using 1.4.2 without problems, and now its time to support 1.5.0 (5.0).
    We intend to do this with <object classid="clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA">....
    as outlined in:
    http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html
    The 1.5.0 control panel (for Windows) also includes an "Update" pane where java will be auto updated, if a newer version is found. (The 1.4.2 version apparently also contained that, but I was never updated to 1.5.0....)
    What will the "Java Update mechanism" do when a 1.5.1 version is released at some point? Will the installed 1.5.0 version automatically be replaced by the new 1.5.1 version, so the <object classid="clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA"> gets broken? Or will 1.5.1 be installed in addition to 1.5.0, so our applet tags still work? Or will the "Java Update mechanism" only install newer updates to 1.5.0 (e.g. 1.5.0_03)?
    Naturally, our tech support won't be thrilled to get calls from every single customer complaining that the 1.5.0 JRE can't be found immediately after Sun releases 1.5.1... :-D
    I'm assuming that once installed, 1.5.0 will never be "auto-removed" due to "Java Update mechanism". Is this a correct assumption?
    Thanks for reading this far,
    Peter

  • I have PC with Windows XP. I wish to buy a book but it says I need iOS with a specific version of iBooks to open the file. How can I open the product without have a Apple product?

    I have PC with Windows XP. I wish to buy a book but it says I need iOS with a specific version of iBooks to open the file. How can I open the product without using an Apple product?

    What is the GarageBand version that your friend is using?
    If it is GarageBand '11, version 6.0.5, you can buy GarageBand '11 as a boxed retail version with the iLIfe '11 bundle, e.g. from Amazon.
    Then you can upgrade GarageBand '11 to 6.0.5, using this upgrader from the Support page:
                     GarageBand 6.0.5
    GarageBand 6.0.5 will work well with your system.  But if your friend is using the newest GarageBand 10, this will not help. Then ask your friend to send you audio files for each track, so you can recreate the project from the audio.  Or your friend could also use GarageBand '11 for the projects you want to share, that will run well in all newer MacOS X versions, even with GarageBand 10.0 installed on the same system.
    -- Leonie

Maybe you are looking for

  • Items In Use for File Transfers

    Whenever I transfer several files at a time (7+ or so), I get the error "The operation cannot be complete because the item "(insert filename here)" is in use." I have tried the lsof command in Terminal with no results. This happens with different fil

  • Win 8.1. Core language and multi-language support.

    HI, I've used a US developed program with multi-language support for years in Win XT and Win 7. As the program now supports win 8.1. I've upgraded to 8.1. and the new release of the program. However it will not work properly and the reason given is t

  • FINDING a matching value in any position in another column

    One table with 2 address fields. For example: desc location: LNAME VARCHAR2(40) ADDRESS1 VARCHAR2(20) ADDRESS2 VARCHAR2(20) Select * from location: LNAME ADDRESS1 ADDRESS2 SMITH Henry Street 102 HENRY ST JONES SOUNDVIEW DR SS165 SOUNDVIEW DR ALLEN PA

  • Custom Programs

    Hi, could u please tell me the physical table name which stores program names created in se38 transaction. there is a table called tadir which has program ids but i was wondering how wil i get to know the program name from this table? any pointers? T

  • How do you go backwards in keynote for iPad?

    Can anyone tell me how to go backwards in a Keynote preso on an iPad?