Is it possible to tell Subversion to only export files with a specific extension?
I would love to perform this type of command:
Code: Select all
svn export svn://svn.myserver.com/svn-repository/*.php /my/path/ --forceYet, when I try to do the above, I get the following message:
Code: Select all
svn: URL 'svn://svn.myserver.com/svn-repository/*.php' doesn't exist