On Tue, Jan 26, 2010 at 14:13, Joe Springer <joespr_at_yahoo.com> wrote:
> Hi,
>
> Sorry of this is the wrong way to ask... but I have questions about TortoiseSVN. If this is not the right place to ask, what is?
>
> Installed it on Windows (Vista 64 bit) and can access the repository.
>
> 1. How do I search for files? How do I search based on names of files with wild cards?
> Examples:
> - How do I search for all files with TXT extensions (like *.txt in DOS)?
> - How do I search for all files with TXT extensions (like *.txt in DOS) starting at a certain place in the tree?
>
> I am expecting to get a list of files as a result of this search. This list would include the relative path to each file.
>
> 2. How do I search for all files that contain a certain text string?
> Example:
> - How do I search for all files that contain the string
> integer
> ?
> - How do I specify whether I want the string to be case sensitive or not?
> - How do I restrict such a search based on file names with wild cards?
>
> I am expecting to get a list of files as a result of this search. This list would include the relative path to each file.
Subversion has no search capabilities, especially string searching within files.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2442236
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-26 20:44:35 CET