mv hidden folders

Hi guys!

I need to know how I can move hidden folders because I have a script that backs up my svn projects everyday and I have 2 backup folders "Today" and "Yesterday". It is like this:

Thanks a lot

if you're looking how to get something moved which holds a . and more than one extra character use the ? to indicate it ie:

mv /network/ftp-backup/svnbackup/Today/.??* /network/ftp-backup/svnbackup/Yesterday

This way it will take ".[a-z|0-9|etc][a-z|0-9|etc]" avoiding the dreaded '..'

oh man! I luve thiz forum...Thanks a lot