Hi,
I wonder where the project file (.tmproj file) should be located. Do you save in the root folder of your project? Or do you save the file outside of the project?
The project file remembers other files relatively, so after making the file, I'd rather not to move it.
A problem I oftern encounter is svn bundle tries to add the project file, though I can exclude the file from the commit.
I wonder how people work with others using TextMate. I'm very interested in your workflow with project files.
Takaaki
i'm saving in the root of the project, then i add entire folder to project. this way i can move entire project (from work to home for example) without problems.
On 7/25/07, Takaaki Kato devlist@samuraicoder.net wrote:
Thanks for your replies.
How do you commit your project directory to your remote repository? Do you add and commit your .tmproj file? How do you do when you work and share your repos with others, who don't use TextMate?
Takaaki
On 25 Jul 2007, at 06:57, Takaaki Kato wrote:
A problem I oftern encounter is svn bundle tries to add the project file, though I can exclude the file from the commit.
I normally put the project file inside the root directory of the project. I also normally commit it to svn although you could
$ svn propedit svn:ignore .
and add *.tmproj to the ignores.