Searching the Source Control
6 answers
What exactly are you looking for? Text within a source file, changes made by an author, filenames, deleted files, newly added files, moved files, files with a certain size, etc...
In the rich client you can search for almost everything except for text without a files and by size. But for the web we don't have anything like this available.
Jean-Michel
Jazz Source Control Team
In the rich client you can search for almost everything except for text without a files and by size. But for the web we don't have anything like this available.
Jean-Michel
Jazz Source Control Team
I need to be able to search for a file that was deleted from the workspace and delivered. I'd like to find it so I can look at the file's history. The file name was foo.jar in the project MyProject. How do I find the file?
Also, I need to find all *.jar files whether or not they have been deleted. How do I find them?
Thanks!
Also, I need to find all *.jar files whether or not they have been deleted. How do I find them?
Thanks!
You search for files with Search -> Jazz Source Control -> Change Sets
(there is an enhancement request to add a "Files" option, since it isn't
obvious that you search for files by searching for change sets).
In particular, you can say that you want to find deleted files.
You can search for all files with a given prefix, but you cannot
currently search for all files with a given suffix.
Cheers,
Geoff
boyerp wrote:
(there is an enhancement request to add a "Files" option, since it isn't
obvious that you search for files by searching for change sets).
In particular, you can say that you want to find deleted files.
You can search for all files with a given prefix, but you cannot
currently search for all files with a given suffix.
Cheers,
Geoff
boyerp wrote:
I need to be able to search for a file that was deleted from the
workspace and delivered. I'd like to find it so I can look at the
file's history. The file name was foo.jar in the project MyProject.
How do I find the file?
Also, I need to find all *.jar files whether or not they have been
deleted. How do I find them?
Thanks!