Windows Explorer integration for Source Control Explorer

Hi together,
we've setupped an Online TFS to organize our Powershell Scripts in our Team. After that we've installed the Source Control Explorer for checking items in and out. From within the Source Control Explorer this works flawless.
Some time ago i've worked with TortoiseSVN for Source Control and there were a Windows Explorer Integration which was super easy to use for making new local repositorys, checkin and checkout, is there something similar for TFS? Because we only write Powershell
Scripts, we don't need Visual Studio and it would be easier to work directly in the Windows Explorer.
Thanks for any tips and tricks!
Rolf

Hi Rolf,  
Thanks for your post.
You’re using VSO Account?
What’s the version of your VS? if you’re using VS 2013, you can install the
TFS 2013 Power Tools on your client. If you installed the TFS 2013 Power Tools on your VS 2013 client, after you mapped and got the source file to local workspace folder using Source Control Explorer, you can right-click on the local workspace folder and
select Team Foundation Server menu to perform check in/out. 
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.

Similar Messages

  • Identify missing files in source control explorer

    Is there a way to identify which files are in the workspace and not in the TFS source control solution? The "Compare" option in the "Source Control Explorer" is grayed out. Tried using the power tools
    but only the Analyzer is installed. The TFPT.exe is not installed. There is a solution in Stack Overflow however none of it works. Thanks in advance.

    Hi Clem,  
    Thanks for your post.
    In Source Control Explorer, right-click on source folder path and select Add Items to Folder…, then check which file(s) list in the opened dialog and can add to source control.
    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.

  • Show/Hide Directories in Source Control Explorer

    Is there a way to hide/ignore the directories that I do not need in Source Control Explorer?
    Thanks in advance!

    hi John
    no that is not possible.
    what you can do is
    Cload a folderwhich means it will not downloaded or compared etc.
    Please use Mark as Answer if my post solved your problem and use Vote As Helpful if a post was useful.

  • SSIS package to load Source Control Explorer details into a table

    Hi Guys,
    We are maintaining our code in Source control explorer,TFS.
    We have created a table in our database which will have columns like names, latest, last_checkin.
    I like to read from TFS those values and load it into database.
    We need to create reports based on the locations and send it to our client.
    Any ideas or path i have to take in order to achieve this, will be very grateful.
    Cheers!!!!!

    Why would you use SSIS to read from TFS?
    And then create a report?
    Wrong design to my taste.
    You need a lot of .Net code as you need TFS APIs used this way.
    var server = RegisteredTfsConnections.GetProjectCollection(new Uri("http://hostname:8080/"));
    var projects = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(server);
    var versionControl = (VersionControlServer)projects.GetService(typeof(VersionControlServer));
    var newestDate = DateTime.MinValue;
    Item newestItem = null;
    var items = versionControl.GetItems("$/theproject/trunk/setup/*.msi");
    foreach (var item in items.Items)
    if (item.ItemType != ItemType.File)
    continue;
    if (item.CheckinDate > newestDate)
    newestItem = item;
    newestDate = item.CheckinDate;
    newestItem.DownloadFile("C:\\temp\\" + Path.GetFileName(newestItem.ServerItem));
    this still can be done in a Script Task, but defeats the purpose of using ETL.
    Arthur My Blog

  • Setting up variable access for source control

    Working on a few projects on my own I have used Team Explorer in Visual Studio Professional 2013 successfully for some time. I only use source/version control.
    My default collection is hosted on visualstudio.com.
    I now want to bring a second person, say Fred, who also has VS Professional, into the act in such a way that he can download but not modify my projects and I can download but not modify his.
    Because all the projects are closely related, we each want to be able to quickly look at each others projects to see what has changed as well as being able to download them. I think this will be easier if all the projects are in the same collection.
    Consider one of my projects, say "zxzx".
    In the project control panel with the Security tab I can see:
    Teams
      zxzx Team
    VSO Groups
      Build Administrators
      Contributors
      Project Administrators
      Project Valid Users
      Readers
    Under Permissions, I can see what each of these is allowed to do. "Project Administrators" and "Reader" seem relevant.
    Under Members, I can see who is in each team and group.
    I have myself in zxzx Team and Project Administrators, and Fred is in Readers.
    When, in VS, I sign myself out and sign in as Fred. As Fred I can download all the projects and I can update them. That is not what I want.
    I clearly don't understand the relationships between Collections, Projects, Teams and VSO Groups.
    Help!
    Thanks for any reply.

    Hi Jeff,  
    Thanks for your post.
    We can Deny the check in permission for user/group on separate folder(s)/file(s) in Source Control Explorer. In your VS>>Source Control Explorer, right-click on “zxzx” and select
    Advanced>>Security…, then you can add Fred account in this opened dialog and deny his check-in permission in there.
    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.

  • Can teamcenter community be used for source control?

    I have this new tool called teamcenter community and I'm trying to see how well it will work with source control for labview. I haven't learned how to use it fully yet, but when I try to open a vi get the error message:
    The document could not be opened for editing. A windows SharePoint Services compatible application could not be found to edit the document.
    I'm using 8.5. Is this a feature that was added to a more recent environment.
    Is this feature a possiblity? So far I've been able to use it to manage file, but haven't had success with folders.

    Steve:
    Unfortunately, teamcenter isn't supported in LabVIEW (past or present). A full list of supported clients is located in this KB. While it may be possible to use other clients, there hasn't been any testing done with them, so they may very well not work with LabVIEW.
    Caleb Harris
    National Instruments | Mechanical Engineer | http://www.ni.com/support

  • Siebel Tools Business Services for Source Control verification

    One of the challenges with integrating Siebel Tools with a Source Control repository is that it is far too easy for an user to check in code to the Siebel Repository without that code getting checked in correctly to the Source Control repository (i.e. Subversion).
    They can turn off the source control, have it setup incorrectly, or have some permissions issues which they don't know about. Since Siebel does all check-ins as an after though you can have the two code repositories (Siebel Tools and Subversion) out of sync.
    Was wondering if anyone out there has used any of the out of the box Business Services (that start with Siebel Tools..) to build an automated process that would compare the objects in Siebel (via SIF-XML) to the files that got stored in the Source Control repository.
    Or how have you mitigated this risk?

    There are 2 things required to meet your need:
    1) be able to generate a config.jar file from the resources in the source control in a command line tool.
    2) deploy this jar file into alsb
    WRT 1) this is something we want to address by adding an ALSB ant task, but it's not available today. You best bet is also to put the config jar in the source control.
    WRT 2) this is already there. You can use the MBean APIs or WLST scripts to deploy the JAR.
    Gregory Haardt
    ALSB Prg. Manager
    [email protected]

  • Looking for Source Control suggestions

    I'm a non-professional "at home" programmer and want to set up and experiment with Source Control. The available options seem to be CVS, Subversion and Perforce, although I gather that CVS is 'old technology' replaced by Subversion.
    My requirements (desires)
    A) Run on 10.4.11
    B) integrate with XCode, but can be accessed without it when desired
    C) have a GUI interface (can use command line, but prefer GUI)
    D) can store non-text documents (like Word Processing and Spreadsheets - not necessarily graphics)
    What are advantages/disadvantages of Subversion vs Perforce?
    What are the best GUIs for Subversion?
    Any suggestions / advice would be appreciated.
    Thanks for any help.

    frankinmelrose wrote:
    The available options seem to be CVS, Subversion and Perforce, although I gather that CVS is 'old technology' replaced by Subversion.
    There are actually quite a few more than that. Plus, Perforce is commercial software. I believe it can be used for free under some circumstances, such as yours.
    It sounds like you have bought into the Subversion propaganda There is nothing wrong with CVS. It is super easy to setup and use. It is more a competitor to Subversion than being replaced by it. In fact, I would now call Subversion 'old technology' replaced by Git.
    My requirements (desires)
    A) Run on 10.4.11
    They all do.
    B) integrate with XCode, but can be accessed without it when desired
    Most do.
    C) have a GUI interface (can use command line, but prefer GUI)
    Most do. There may be 3rd parties that have build GUIs in some cases.
    D) can store non-text documents (like Word Processing and Spreadsheets - not necessarily graphics)
    They all do.
    I can't answer any other questions as I've never really used Subversion or Perforce. I tried to install the Subversion server but gave up because it was way too complicated. I like CVS - sweet and simple.

  • Looking For Guidance: Best Practices for Source Control of Database Assets

    Database Version: 11.2.0.3
    OS: RHEL 6.2
    Source Control: subversion
    This is a general question aimed at database professionals, however, it is not specific to any oracle version, etc.  Its a leadership question for other Oracle shops regarding source control.
    The current trunk, in my client's source control, is the implementation of a previous employee who used ER Studio.  After walking the batch scripts and subordinate files , it was determined that there would be no formal or elegant way to recreate the current version of the database from our source control - the engineers who have contributed to these assets are no longer employed or available for consulting.  The batch scripts are stale, if you will.
    To clean this up and to leverage best practices, I need some guidance on whether or not to baseline the current repository and how to move forward with additions of assets; tables, procs, pkgs, etc.  I'm really interested in how larger oracle shops organize their repository - what directories do you use, how are they labeled...are they labeled with respect to version?
    Assumptions:
    1. repository (database assets only) needs to be baselined (?)
    2. I have approval to change this database directory under the trunk to support best practices and get the client steered straight in terms of recovery and
    Knowns:
    1. the current application version in the database is 5.11.0 (that's my client's application version)
    2. this is for one schema/user of a database (other schemas under the database belong to different trunks)
    This is the layout that we currently have and for the privacy of the
    client I've made this rather generic.  I'd love to have a fresh
    start...how do I go about doing that...initially, I like using
    SqlDeveloper's ability to create sql scripts from a connected target. 
    product_name
      |_trunk
         |_database
           |_config
           |_data
           |_database
           |_integration
           |_patch
           |   |_5.2A.2
           |   |_5.2A.4
           |   |_5.3.0
           |   |_5.3.1
           |
           |_scripts
           |   |_config
           |   |_logs
           |
           |_server
    Thank you in advance.

    HiWe are using Data ONTAP 8.2.3p3 on our FAS8020 in 7-mode and we have 2 aggregates, a SATA and SAS aggregate. I want to decommission the SATA aggregate as I want to move that tray to another site. If I have a flexvol containing 3 qtrees CIFS shares can I use data motion (vol copy) to move the flex vol on the same controller but to a different aggregate without major downtime? I know this article is old and it says here that CIFS are not supported however I am reading mix message that on the version of data ONTAP we are now on does support CIFS and data motion however there will be a small downtime with the CIFS share terminating. Is this correct? Thanks

  • Error 2901 - Source Control configurat​ion with MKS Source Integrity Suite 2005

    I am trying to configure source control option with LabVIEW 8.5.1 and MKS Source Integrity Client 2005 (Build 4.7.0.3465/service pack 015-01), and experiencing the following error:
    Error -2901 occurred at prefPage_Source Control.vi
    Possible reason(s):
    LabVIEW:  An error occurred during source control provider initialization.
    To reproduce:
    1) Install MKS and configure it to integrate MS Visual Studio.NET/2003/2005.
    2) LabVIEW Tools->Options->SourceControl.
    3) Select 'MKS SCC Integration' from the drop down menu for 'Source Control provider name'
    4) Error 2901
    I am running it on Windows XP, and I was informed that source control with MKS did not produce this error with LabVIEW 8.2.1.  Is there a service pack or a work around for this?
    Thanks,
    Shari Chen
    Test Engineer
    Symmetricom

    I am seeing this same error but when I look thru the registry I do not see the
    [HKEY_LOCAL_MACHINE\SOFTWARE\Mortice Kern Systems\Integrations\SCC\IDEs\National Instruments LabVIEW] entry. I have not set up a sandbox on my local machine yet.
    I am using the following:
    Labview 2010
    MKS Integrity 2007
    In MKS I have enabled Microsoft Visual Studio.NET and Microsoft Visual Studio 2008.
    In Labview under Tools/Source Control/Configure Source Control/Source Control Provider Name I can select MKS SCC Integration. However I get the following error "Could not locate registry information for the SCC-enabled IDE: National Instruments LabVIEW The MKS Integrity SCC Extension may not be installed correctly. Do you want to attempt to use the base SCC functionality?"
    This is then followed up by this error "Could not set the registry entry SOFTWARE/Mortice Kern Systems/Integrations/SCC/IDEs=National Instruments LabVIEW The registry has not been modified properly. The SCC Extensions will not work until the entry has been set properly.
    Then I recieve the Error-2908 occured at prefPage_Source Control.vi.
    Am I missing something on the install from MKS? I installed it from our local network and selected the Windows Client Install.

  • How to create/add my new solution/project to Source Control at VS Online?

    Hi, I'm using VS2012.  I'm logged into VS online and can open the Team Explorer in VS2012. The frustrating thing is how do I add a new solution to source control?  I click on the Solution Explorer, Right click on the solution, Select "Add
    solution to Source Control".  The a pop up dialog shows up with 3 of my Solution/projects that are there.  
    The problem is i don't want to put this new solution under any of the 3 solutions currently in Source Control in VS Online.  I want this to be a new solution/project to be saved in the source control form the root.  If I click on the Advanced button,
    edit the "Source Control Folder" path to "$/MyNewSolutionName", I then get an error message saying root folder is reserved only for team project.  How can I get a new solution/project to the source control?  I've done it before
    but it seemed to have changed.
    Okay, In Source Control Explorer, I select the root, xxxx.visualstudio.com\DefaultCollection.  I then select VS "File" menu and in the drop down I selected "New" and then "Team Project".  It takes me to a browser and
    lands at VS online.  I then type in the new team project name.  Everything is good so far.  I now returns to my VS on my local PC, I right click either the solution or the project in that solution, select "Add solution to Source Control".
     The "Add Solution... " dialog then pops up.  I selected newly created Team Project, leave everything else in default and select OK and now I get a different error message saying "Fail to create mapping, cannot map server path, $/TeamProject/projectname,
    becuase it is not rooted beneath a team project. 
    How can I fix this and just get my source into the source  control?  Thank you.
    Thank you.
    Thank you

    Assuming you map to yoursite.visualsualstudio.com/defaultcollection you will need to create a team project to upload your stuff. If you are trying to save to $/ that is team project collection level and you can only add team projects at that point.
    you can add a new team project with the below picture
    Then depending on how you have set up your workspace, and assuming locally that you are in the local workspace you can upload your project.

  • Steps to export B2B Project and Source Control.

    Hi,
    I need steps to export a B2B project for source controlling it and deploying the code to higher environments.
    Right now the coding is done in DEV , We want to push it to TEST.
    Thanks for all the help.
    Regards,
    Sid.

    Documents which we have created newly will also be exported, provided it is part of the agreement.
    another answer
    First time all "export-import". Every change - incremental export and import

  • RoboHelp 6 Source Control Bindings

    Without going into best practices about source control
    methodology (we don't branch), I have a question about RoboHelp 6
    and source control bindings with Visual SourceSafe.
    We have a help project that is bound to a project in VSS. We
    need to create a copy of the VSS project and work on that
    separately. After creating the project in VSS with a copy of the
    RoboHelp files, there seems to be no way to update the RoboHelp
    project to point to the new location in VSS. We searched all the
    property and settings boxes we could find to no avail.
    In searching, the xpj file seemed to contain the only source
    control binding information. We went so far as to change this file
    in a text editor to update the new project and even point at the
    correct file it references in VSS for the new VSS project. This is
    in the vc::cookie setting under misc properties in the file. When
    opening this file RoboHelp updates it back to the original somehow
    even when the correct one is in SourceSafe.
    So, please tell us how to update the bindings for source
    control.
    An aside. Recently our help files were moved to a new VSS
    database. The old one was taken offline. In this case when Robohelp
    saw that the old database was no longer there, it prompted us with
    a dialog to correct the binding. Now that we need to point Robohelp
    at a new VSS project in the same VSS database, while the original
    still exists, we can find no way to change the settings.
    Thanks...

    There are several things to do to remove a copy of a project
    from VSS:
    1. Make a backup, as always.
    2. Copy the RH project to your new location.
    3. Set all the files as writable.
    4. As you've discovered, you need to remove the contents of
    the miscproperties tag.
    5. Delete the cpd and sss files, and maybe the pss file (I'm
    not sure of this one, but I'm fairly sure it gets recreated when
    you re-open the project).
    6. Open the project in RH and add to VSS from within RH. (I
    recommend using RH to add into VSS, as this will re-populate the
    miscproperties section of the xpj file. If you don't, you have to
    manually "open from source control" each time you open the
    project.)
    You should now have a new project in VSS. And you have
    backups, right? (not that I'm paranoid or anything...)
    HTH
    Amber

  • Bc4j: source control

    Hi,
    I'd like to know how you manage bc4j under source control.
    A bc4j project consists of a lot of files:
    Project.jpr
    Project.jpx
    package.xml
    package.xcfg
    AppModule.xml
    AppModule.java
    AppModuleImpl.java
    and some files per entity, view, assoc, viewlink
    When you do an operation on the source control system (check-in, check-out), do you perform that operation on all of these files?
    Do check-out all the files, or do you check-out only the files you need?
    We are using PVCS for source control - so I my special interest is on how to use PVCS in conjunction with BC4J.
    Thanks a lot for your comments
    Guenther

    Guenther,
    To use PVCS as you SCM System with JDeveloper, you have 2 options:
    1. Not intergerate your IDE with PVCS.
    When you need to work on an object:
    a) Open PVCS Version Manager(VM)
    b) Check out the object (set your workfile location in VM to your JDeveloper work area). Some objects consist of more than one file. For example, a view object consist of .xml and .java file. So, obviously, you have to check out both. Also, if you need to add an object to the application module, you'll need to check out the application module files. This is an opprotunity to become familiar with the different files that makes your JDeveloper workspace.
    c) Open JDeveloper and work on your file. It was necessary for me to keep JDeveloper 3.2 closed while I check out the file from VM. Otherwise I got errors when I tried to open the object. JDeveloper 9i seems to do much better.
    d) Check in the object from VM
    2. You other option is to integerate PVCS with JDeveloper, you currently have two options here:
    a) Write your own Add-in if you have a lot of extra time and looking for some excitement. Oracle is not planning on helping us with this at all. I read a thread about someone writting one but no one has made this available yet.
    b) If you are using PVCS 6.8, you can download the PVCS WebDAV Server. It took me less than 30 minutes to install and setup. It allows you to integrate JDeveloper 9i with PVCS. I have only been use it for a week now. It's workable. It is a little different. Instead of check-in/check-out, you LOCK the file and you work on it. The strange thing is that you can work on the file without locking it. This causes the creation of a new revision in PVCS everytime you save. Also, currently, I am the only one using WebDAV. So, I am still not aware of all the issues arising from working with a large group.
    Hope this helps. Good luck.
    Stephen

  • RH has stopped working when connecting to source control

    I have one RH 10 project that connects to TFS for source control. Starting this morning, I get the "Adobe RoboHelp 10 has stopped working. A problem caused the program to stop working correctly" error when I use the Open Project from Version Control icon. The project opens fine if I do it directly from my PC. This is not happening with any other project connected to TFS. Is there a file in the root directory that is corrupted that I can delete?

    In that case it means finding out what is going wrong.
    First off, will the project work without source control? Make a copy of the project, trash the CPD and remove the link to source control (See October 2004 - Banishing the sorcery) and open the project. Same problem?
    The way I would try to find the problem: Create an new project, import some 50 topics from the old, close the project and reopen it again. As soon as RoboHelp starts crashing, you know in which batch the faulty file is located. Finetune untill you find the culprit and fix it.

Maybe you are looking for

  • How to get input fields based on selection

    Hi i have dropdown which cointains 1 to 10 numbers,as soon as we select 2 in dropdown 2 input fields should be displayed.can u please help me in solving this problem thanks kishore

  • Cancellation of Excise invoice

    Hi Gurus, My sales Infocube on March 10th a challan number(Excise Invoice) was posted and the same challan number is cancelled on 11th of March.Will that challan no. data will come in the report? In my case it is showing but the user is saying that i

  • How to retire/archive/status a released workbench transport for an OSS note

    My Question:  Is there a best practice for the "retiring" or "archiving" or "statusing" of released workbench transports for OSS notes that have been imported into the quality environment, but should never be imported into the production environment?

  • Microsoft KB2670838 update problems

    Microsoft has released Platform update for Windows 7 SP1 that brings some DirectX 11.1 features. It seems as there are various stability issues with this update on laptops and it also breaks Firefox 19 for now. I'd recommend to do a full system backu

  • Would like to use Just Cloud to do backup is it compatible with FireFox 33?

    I have Windows 7 Home Edition. I have used Norton Backup Online in the past but it stopped working a couple of months ago. I'm thinking of using Just Cloud to backup my computer but I won't if it isn't compatible with Firefox. Any advise would be hel