SVN Question
Posted: Thu Apr 09, 2009 9:17 am
Guys,
Is it possible to tell Subversion to only export files with a specific extension?
I would love to perform this type of command:
Yet, when I try to do the above, I get the following message:
I know someone out there has tried this, so would you be kind enough to help a brotha out? 
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