[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: more RapidSVN fun

From: Brent R. Matzelle <bmatzelle_at_yahoo.com>
Date: 2002-07-29 05:06:12 CEST

--- Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> ok, i figured out why RapidSVN wasn't showing all directories in
> the
> FileListCtrl. in filelist_ctrl.cpp, in
> FileListCtrl::UpdateFileList
> it uses wxT("*.*") to get the list of files in the dir to put in
> the
> list. this means that if the file doesn't have a '.' in it, it
> won't
> show up. change that to wxT("*") and you get all the files in the
> list.

Thanks for the info. That seems to work well.

Brent

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 29 05:06:39 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.