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:
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
Takaaki Kato http://samuraicoder.net
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
I save my project files with the projects but have a smart folder (resp. saved Spotlight search) to have access to all project files in my home directory from a global place.
Berndt
On 25 Jul 2007, at 06:57, Takaaki Kato wrote:
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
Takaaki Kato http://samuraicoder.net
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
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.