When I choose "Update Entire Project to Newest" from the Subversion menu I get the following message:
svn update /Users/bryce/Sites
Skipped '/Users/bryce/Sites'
My working directory is located in '/Users/bryce/Sites/moodle'. Is there a setting that needs to be set somewhere to get Textmate to pass the proper path?
Thanks, Bryce
On 03/11/2005, at 15.56, Bryce Thornton wrote:
[...] My working directory is located in '/Users/bryce/Sites/ moodle'. Is there a setting that needs to be set somewhere to get Textmate to pass the proper path?
It uses the folder that contains the .tmproj file, so this one needs to be in ~/Sites/moodle.
I am however planning to derive the TM_PROJECT_FOLDER from the files in the project, instead of the tmproj file (and may actually do this in the coming days).