I accidentally created a new changelist with files from WORKSPACE not from DEPOT and now under the changelist 4500 modified files are displayed (all dlls pdbs etc. alongside with the files i actually edited)
I'm using the p4v GUI. Is there anyway to undo this, without having to backup all the files then revert them using perforce, put them back and create a new changelist using DEPOT.
Thanks a lot, i hope there's a workaround :).
p4 edit
), right? Good luck. Instead of setting theallwrite
option in my clientspec, I would just check out all of the DLLs, PDBs, etc. for edit in a separate changelist every time I need to rebuild them. I hate trying to track down files that are modified but not checked out for edit. But that's not an answer to your question. – bk1e