Removing hidden directories from Project Navigator

Hi everyone,
I've searched the forums and even googled it... but couldn't
find any answers. I'm using subversion and it creates hidden file
directories for my project, but when I use FlexBuilder, I see these
directories in the Project Navigator. Is there any to hide them or
at least delete them (without deleting the actual files)?
Thanks,
Beverly

Benoit,
Hmmm. Mirrored RAID is designed to protect against hardware failure, but I am unsure of the ramifications when a disk directory is damaged.
Try selecting the individual drives in the array and running repair disk on them, one at a time. It might be possible to determine if the disk error affects both, or just one (I'm going to bet that it is both. In other words, the disk error is mirrored).
If I am wrong, and only a single drive shows up with a disk error, you should be able to erase that one drive, then rebuild the array. I use RAID, but not a mirrored set, so I don't speak with certainty.
If none of these options are available (be careful that you don't do anything to lose the entire thing), I strongly recommend making whatever backup you can, then erasing the volume. It might turn out to be a good thing that this rather harmless problem popped up to alert you to something that could be much more serious (meaning the disk error).
If you have trouble making the backup, you might need to resort to using Disk Warrior. I don't normally recommend using third-party utilities, but this is the one case when I do. If you do end up using Disk Warrior, use it only to facilitate the backup, then erase the volume and return the data.
Scott

Similar Messages

  • Removing Hidden Devices from VMs

    I've been tasked with coming up with a script that will remove hidden devices from VMs. Anyone who's used VMs before knows that sometimes "ghost" devices show up. We've had a few problems recently and would like to write a script that will, on
    startup, remove any of these hidden devices (yes, I'm fully aware some may be needed, we have logic that will not nuke them all).
    Say I have an array that contains devices in WMI type format, let's call that list "$devices"
    How would I remove each one using powershell? I've tried devcon, but I feel like I'm not getting the syntax right, my script is doing the following:
    foreach ($device in $devices){
    $toremove = $device.name
    c:\windows\system32\devcon.exe remove $toremove
    Is there a better tool than devcon, like maybe a PowerShell cmdlet (even one I have to download from somewhere)? If not, could someone help me get my syntax right (or tell me I need to use invoke- ?)
    Thanks in advance.
    [email protected]

    Hi Zarberg,
    I’m writing to just check in to see if the suggestions were helpful. If you need further help, please feel free to reply this post directly so we will be notified to follow it up.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to remove a resource from project team without data loss

    I have a requirement that, the resource must be removed from a project team after getting DE-allocated from the project.
    If i do so, the data of the resource for that project, i.e; actual hours per task filled by the resource gets deleted, which seems not correct. The report for such projects comes out wrong.
    Is there any way to de-allocate the resource from the team while keeping all his data there in the project ?
    The basic requirement is to restrict the manager to allocate a task to a team member who is not the part of project anymore.

    Hi Abhishek,
    If the resource has actual on the project, indeed it cannot be removed from the project team. It is just a matter of communicating with the project manager. Here is how the project manager should proceed.
    Open the project in Project Pro
    Open the "build team from enterprise" in the resource ribbon
    Select on the left side (available resources) the new resource
    Select on the right side (project resources) the deallocated resource
    Click on "replace": you'll be prompted that the resource has actuals on the project and cannot be replaced and that only the remaining work will be assigned to the new resource.
    Doing this, you'll keep the project history, but still the PM will be able to assign the deallocated resource. There is no way to prevent it, unless you deactivate the resource, but it will be at enterprise level, meaning for all projects.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Remove Services Tray from portal Navigation

    Hello, I cannot find how this "Services Tray" is turned off in the portal, anybody here knows how to remove this tray? Any help will be appreciated.
    Thanks!

    Those links are configured using a concept called dynamic navigation.
    You can read more about dynamic navigation here
    Locate the above page/iview in PCD and open the "Dynamic Navigation" properties as shown in the screenshot below. From there you can choose to hide/remove that link.
    Have a look at this blog which explains dynamic navigation in MSS, but the concept should be similar for SRM business package as well.
    Thanks,
    Shanti

  • How do you remove lock symbol from project?

    FCXP 10.1.4
    A "key" symbol has shown up on a few random projects in a library.
    I was speaking to FCPX Apple Tech for another issue, and asked in passing what did it mean.
    She said it meant that there were keywords associated with the project, I was a bit dumbfounded and we returned to the issue purpose for the call.
    As I have read, she was referring to a different symbol on documents in a event which is about keywords.
    What it does mean is that the project got locked somehow, and now it can not be moved to another library (it only copies it) and it will not allow deletion.
    Can't find any documentation about the symbol or how to remove it.
    Has anyone had a similar experience and/or has been able to remove it?

    Before I try to remove the "keyword(s)" here the rror message:
    It is not in the timeline...

  • How do I remove an Image from Project Start Options?

    I am fairily new to Captivate and when I originally created a series of Captivates for a customer, we chose to not have them auto play and chose to have a standard screen show up. After going back and forth, we are back to not having the captivate autoplay but in the mean time, I had uploaded a graphic in my preferences to use as a standard graphic. Now I can't remove the graphic. It's greyed out.  Any help would be greatly appreciated.

    Can you choose the Browse button, to switch to a different image (logo/graphic), import an external file as well.
    The graphic option would not be applicable on Auto Play scenario, there you cna use the Preloader instead.
    Thanks,
    Anjaneai

  • Publishing site - remove "current site" from top navigation

    SP puts a link to the current site in top nav bar in addition to the "home"page link. If you're already in the site why is there is a link to it????
    Is the only option to remove the home link so the (stupid) site link takes its place?

    Hi,
    I presume that you are using SharePoint 2010 and Publishing site, if you want hide the Home Page Link, then you can hide the link using SharePoint designer 2010.
    here are the tags need to made visible = false like the below line, another best practice to use Panel control to group all of the tags within the panel and make the panel visibility as false.
     <asp:ContentPlaceHolder id="PlaceHolderSiteName" runat="server" Visible="false" >
    <SharePoint:SPLinkButton runat="server" NavigateUrl="~site/" id="onetidProjectPropertyTitleGraphic">
    <SharePoint:SiteLogoImage name="onetidHeadbnnr0" id="onetidHeadbnnr2" LogoImageUrl="/_layouts/images/siteIcon.png" runat="server"/>
    </SharePoint:SPLinkButton>
    <asp:ContentPlaceHolder id="PlaceHolderSiteName" runat="server">
    <SharePoint:SPLinkButton runat="server" NavigateUrl="~site/" id="onetidProjectPropertyTitle"><SharePoint:ProjectProperty Property="Title" runat="server" /></SharePoint:SPLinkButton>
    </asp:ContentPlaceHolder>
    you can use the same method for Team sites also, tags would be different though.
    Edit: SPLinkButton  would be the control you should make visible as false.
    If you could upload the image of your page, it would be better to understand.
    See this link for more information on branding -
    http://msdn.microsoft.com/en-us/library/gg430141(v=office.14).aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Removing unused media from Sequence cause crashing

    I am trying to remove unused media from projects prior to archiving to free up/clean up finished projects. Each project I have tried to do this with I am having the program close during process. Then when I try to reopen project it will not open and keeps crashing. Firstly are these project now corrupt, and can I still archive them somehow or get the project back?? Please help as the projects I have tried to do this with aren't of huge importance but I do need to try to clean up and archive others that are.

    It is safe to use the media manager...
    Check your hard drive for space...for 30 mins means you'll need at least another 6.5 GB of free space... make it 8GB to be safe...
    In media manager (NOTE : also read the manual carefully) use the COPY option...
    Using COPY, ensure the 'duplicate selected items and place into a new project' box IS ticked, this will set up a completely new project and folder, containing ONLY EVERYTHING you have in your 30 min sequence... and will not delete or change anything from the origonal... If you go to the new folder you'll see another folder called 'media'... this will contain all the clips etc.
    Then, open up the new COPIED project, watch it to check it's ok... if it's cool (which it should be) then you now have a completely independant project that is nothing to do with the origonal... and contains only used media.
    Then, open up final cut pro docs>capture scratch> 'project name' and you can simply delete ALL your old media manually, knowing that everything you need is now in a new folder elsewhere....
    Of course, this only works if you have that little bit of extra space left on your drive for the new media to be copied to... but i find it's the safest, and easiest way of removing unused media.

  • Remove Hidden Information

    Hi! I am using Adobe Reader XI and can't find the QuickTool menu on teh right side of the document. I need it because I want to use the command Remove Hidden Information from a PDF file which keeps on giving me the error code 135 whenever I edit it and try to save it. I tried to save it under a different name but didn't help! I've read in the forum to try using the Remove Hidden Information, but didn't find it Any help will be appreciated.

    May be that this function is not available in Adobe Reader.

  • How do I remove floating music from my iMovie '11 project?

    I created a new project using iMovie '11.  When I started adding a 2nd song, for some reason, the whole project was updated with songs from my iTunes Library automatically, which is not what I desired to do.
    I deleted the songs multiple times and it seems to add more songs from a queue or floating music.  So, no matter how many time I delete the music, there was no end to it.
    Can you please help me and tell me how to remove floating music from my project?  I did spent quite a few hours on putting together a vacation movie and do not want to restart all over again.
    Thanks.
    Chessa98

    Open up the Music settings pane for the slideshow,
    uncheck the Play music during slideshow checkbox or select a different song and then click on the Choose button.

  • How can I remove all photos and directories from iPhoto?

    How can I remove all photos and directories from iPhoto as if it was a brand new install?
    I am new to iPhoto and was unaware of how it works, honestly I still am a little confused as to when pics I am using 1/2 the time, some from iPhoto and some from MyPics.
    Anyhow, I am looking to remove all photos from iPhoto because during the migration of all my photos from PC to MAC, somehow my timeline became messed up and all my photos that have been logged my dates since 1998 are now all messed up.
    Although all my year folders are still in tact, IE 1998-2006, the subfolders and like pics are all intertwined somehow.
    And when I search iPhoto for a given year, photos from 2,4, 8 yrs back show up in 2006.
    Anyhow, I have selected and deleted all photos and folders within iPhoto, and then import the desired photos from MyPics, only to have the photos double up in the library. ( The old ones that should be deleted and the new imports)
    I simply don't get it, they fill the trash and disappear when it's emptied, then reappear when iPhoto re-opens!
    Can someone help????
    I have completely reworked all my photos so that they are all in the correct folders outside of iPhoto, and now I want to import those and only those pics with that file structure.
    IE Structure = YEAR > MONTH > DAY ( or if needed) > DAY/EVENT

    Do you want to remove the existing full sized image files also? If so then just drag the iPhoto Library folder from the Pictures folder to the Trash and empty it. But be warned you'll lose all of your image files.
    You are dragging the files to the iPhoto Trash bin and then using the iPhoto->Empty Trash menu, right?
    In copying your photos to myspace and then back the original capture date may not be retained and then either the created date or modified date will be used by iPhoto. If the files in the current library are the originals from your camera then those have the best chance of retaining the correct Captured Date. You can check that out by dragging the Originals folder from your iPhoto Library folder to the desktop and then trash what remains of the iPhoto Library folder. Then launch iPhoto and it will ask you to create an new library. Then import that Originals folder and it's subfolders by dragging it into iPhoto's open window. You'll keep the same rolls that was. The roll dates may change but you can check the captured date of the files by using the calendar in the Source pane.
    You won't be able to keep your folder structure within iPhoto. Each outside folder will result in a roll with the same title as the folder. You'll be able to create folders in the Source pane to put albums inside. You can create a smart album to include all photos in a certain date range, line one month.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM, 80G HD,   Mac OS X (10.4.7)   22 LCD Display, 200G & 160G FW HDs, Canon S400, i850 & LIDE 50, Epson R200

  • How to remove Access 2007 (MDB) project from Team Foundation using VB6/VBA?

    Hi,
    is there any way how to remove A2007 (MDB) project from Team Foundation using VB6 or VBA? CompactDatabase method doesn't seem to help.
    I need to remove back-end MDBs before deploying the whole project. In other words, the MDBs themselves should remain in TF but I'd like to remove their copies that should be deployed (distribution set). I wrote a simple function for compacting MDBs but it
    doesn't do the trick. When I compact an MDB in Access 2007 I'm always asked whether I want to remove it from source control.
    Thank you very much in advance.

    What are the copies you referring?
    These are physical copies of local MDB files. I can't (don't want) to deploy MDB files that are handled by source code control (SCC) since those files hold information about SCC (local directory mapping). Users might not understand the message they get when
    they open such MDB in Access, eg.:
    This database was named 'C:\Projekty\P1\DB\nP01.mdb' but has been moved, copied, or renamed. Source code control features will be disabled.
    That's why I want to remove the SCC information from MDB files. The only way I know so far is to use "Compact & Repair database" in MS Access 2007. I'd like to point you to http://msdn.microsoft.com/en-us/library/aa155494%28v=office.10%29.aspx (it's
    similar to Access 2007 & Team Foundation):
    Using the Compact Database Command
    In order to take a database that is under source code control and deliver it to a user, you need a way to cut the database's ties to source code control. When you compact a database that is under source code control, Microsoft Access 2000 prompts you
    to remove the database from source code control.
    To remove the database from source code control, Microsoft Access simply removes the Visual SourceSafe properties from the Microsoft Access database and its objects.
    I would like to remove Access MDBs from SCC programmatically so that I can
    significantly reduce time that I spend on deploying the application. In one of our applications there are five back-end MDBs that are under SCC and it takes some time to remove them from
    SCC manually. I have to do it anytime we release new version, even for releases that are determined as testing releases for internal testing within our company.
    Thank you very much for your time.

  • How to remove the worksets from the Top level navigation for the ESS role.

    Hi All,
    I am working on enabling and disabling certain services in the ESS worksets.
    we are using EP 7.0, ECC 6.0 (NW2004s).
    When I login as a user with ESS role, I can view the changes in the overview pages. However, the worksets are still visible in the TOP Level navigation of th poral. can anyone please explain me how to remove the workset from the Top level navigation.
    Thanks for your help
    Regards
    SM

    Hi,
    Go to the ESS role via Content Admin, then double click the workset (or page or iview) and in the drop down select navigation. Then click the <i>Yes</i> radio button of the "<i>Invisible in Navigation</i>" property.

  • Removing access from Project creator by admin account

    We are working with Microsoft Project Server 2013 installed with Sharepoint server 2013 
    We have two users U1 and U2 and Admin account as A1
    U1 created a Project P1 and gave owner access to U2
    after that Admin A1 removed U1 from owners list but still U1 is able to browse project with same access level.
    We want to Remove access of U1 from Project P1 with help of admin account.
    Tech Learner

    Change the project owner from U1 to U2 in the project information page in PWA. From the project center, click on the project P1, go to the project detail page and update the "project owner" field for U2.
    Already Did
    Then U2 must set himself as the status manager of the project. Ask the user U2 (be aware that this operation CANNOT be done by the admin) to open the project in MS Project, insert the status manager column and set his name (U2) for all tasks of the project.
    Save and publish the project.
    What is Status Manager ? I can't find such permission level anywhere in Project Server 2013
    See this blog
    from EPMA which explains the procedure very well.
    Not exactly for Project server 2013 
    In case U1 still has the same access to the project, it might be due to your RBS/categories configuration. 
    what is RBS/Categories Configuration n PS 2013 ?
    Tech Learner

  • Remove from Project not showing

    I am trying to remove some duplicate controls from a project - more specifically a class.  Problem is the remove from project does not show up.  Anyone seen this?

    Hi rammer
    Is the protection for the class set to public?
    If you right-click on the class and select properties then you can see protection level. Also check that you have public permission under item settings for the individual items.
    Also can you remove the class from the project and try to add the class again to see if this changes the behavior?
    Regards
    Anders

Maybe you are looking for