I mistakenly wiped out my workspace mapping to my local folder. No my solutions all say they are not downloaded, but the code is still there of course. I've got worked checked out. How do I make this right, or even can I?
TFS 2005. I lost my Workspace mapping. Dont want to lose checked out work
638 Views Asked by user1210140 At
2
There are 2 best solutions below
0
Jason Williams
On
Before you do anything, back up your code - copy it to a folder outside of your mapped workspace folders. That way, if anything goes wrong, you won't lose your code.
The worst case scenario if you do this is then:
- Fix your mappings and Force get all the code (so you lose your changes)
- Copy your backup files back over the source code
- Get locks on your changed files (Either: a) Check out everything, then undo check out, but say "no all" to the question about throwing away changes. This will leave you with locks only on files that have changed) or b) Go Offline (unplug your net cable, run VS, and it'll go offline) then go online (plug in net cable, File > Source Control > Go Online) and TFS should auto discover your chnaged files)
Related Questions in TFS
- Missing Header (Feature Title and Toolbar) on some Feature Work Items in TFS Web Access
- Upgrading separate Project Collection Database to new TFS Version
- OpsHub Visual Studio Online Migration Utility Hangs on Creating Configuration
- The merge tool is not showing when call Workspace.ResolveConflict method in TFS 2012
- HowTo: change a project's status from `Invalid` to `Valid`?
- TFS 2013 Object reference not set to an instance of an object in Team Explorer
- Release Management for Visual Studio 2013 - Release Exception
- Visual studio 2013 team project has been deleted
- TFS version control does not show conflicts
- include typescript file in output result build with TFS
- Team Foundation 2012 not recognising changes in vb6 app
- WebDeploy from TFS using Build Definitions to IIS site containing files changed by users
- Team Foundation plugin for Android Studio
- TFS 2013 with Octopus Deploy, Email Template - Resolved Bugs/User Stories
- What is the best branching strategy in TFS to share code between multiple team projects?
Related Questions in MAPPING
- Change lowercase and uppercase of characters in java
- Texture mapping consuming physical memory
- Looping functoid, Mapping
- is there a way to find all the perforce workspaces which are mapping a certain file in the depot?
- XSLT Mapping for replacing child nodes with new set under parent nodes
- Missing Foreign Keys when mapping Child Entities from JSON / How to generate them?
- How do I set up the relation using Fluent API between an Employee entity and an ICollection<Employee>?
- Mapping int to int (in Java)
- Add brands through company, it's possible? How?
- maven-rpm-plugin set folders permission differently from files when mapping
- Projecting a texture from plane to object with Unity
- how to extract characters of a language
- When I try to map the properties for an entity (Entity Framework), I get the error the type '__' must be a non-nullable value type
- Android + Dozer throws IllegalArgumentException
- (Using Spring)How to stop DTO from repeating when the map appears to be fine?
Related Questions in SYNCHRONIZATION
- How to avoid concurrent access to a resource?
- Multiple jQuery slideshows won't stay in sync
- How to ensure data synchronization across threads within a "safe" area (e.g not in a critical section) without locking everything
- Multiple locks of one method from multiple objects
- laravel sync() equivalent for OneToMany relation
- git - Why reset --hard seems to be always needed
- LDAP Directory Synchronization Tools
- Migrating Nexus repository manager
- Implement two way syncing with Mysql In Iphone
- spin_lock before writing status register
- What's the best way to implement a single consumer, multiple producer scenario using Python?
- Why only mark() and reset() method are synchronized in java.io.InputStream?
- Any tools available for auto syncing the .js files
- Order of execution of Threads waiting for a synchronised block
- No Synchronize Model with Database in Mysql Workbench
Related Questions in WORKSPACE
- is there a way to find all the perforce workspaces which are mapping a certain file in the depot?
- What is the philosophy behind the workspaces in R?
- Perforce - switch to workspace from command line
- Saving variables within a function? (MATLAB)
- PDF Form cannot be saved in LiveCycle HTML Workspace ES4 when file exceeds certain file size
- Do not attempt to save variables after Octave crashes
- Where to cache a file for a Eclipse RCP-plugin
- WorkSpace Vs Project Vs Target in Xcode
- Eclipse Re-Open once closed project
- ROS package not found after catkin_make
- Create Android project from source in Eclipse: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'
- Function which relies on workspace and memory
- Turn ALL current workspace variables into global variables
- About Android launcher's WorkSpace
- Decode Apk, open Eclipse Auto-Save Data?
Related Questions in TFS-2005
- TF254024 - Upgrade from TFS 2005 to TFS 2010 to TFS 2012
- TFS 2005 to 2010 - Custom Work Items
- Scrum Template for TFS 2005
- Permanent deleting under TFS 2005
- TFS 2005: Error messages when creating a development instance
- Workspace being overwritten by Team Foundation Server 2005
- Build Report API in Team Build 2005 from Visual Studio 2008
- Connect VS 2017 to TFS 2005, Compatibility issue?
- Import from Team Foundation Server 2005 into 2008
- Source Server support on VMs with VMWare Lab Manager and TFS?
- Error TF255217: TfsIntegration extended properties, while trying to upgrade from TFS2005
- how to restore TFS project?
- TFS 2005: Sharepoint site not working
- How does VS 2005 provide history across all TFS Team Projects when tf.exe cannot?
- Is there a way to "fix" a changeset in TFS 2005 or 2008
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Have you tried to remap your workspace like described here?