So, in the process of writing the screenwriting bundle I'm working (and using every day) I've come to the conclusion that it might be cool to look into subversion for working with screenwriting projects.
Obviously I know nothing about subversion, so my question is:
Is this stupid? Do you guys have any good resources for getting started with subversion? Is there a better solution (since I'm just using text-documents)? I can't seem to find a really good intro on how to use TextMate with Subversion, did I miss it somewhere?
Thanks in advance.
On 27 Mar 2006, at 10:46, Oliver Taylor wrote:
So, in the process of writing the screenwriting bundle I'm working (and using every day) I've come to the conclusion that it might be cool to look into subversion for working with screenwriting projects.
Obviously I know nothing about subversion, so my question is:
Is this stupid?
No - it is an excellent idea.
Do you guys have any good resources for getting started with subversion?
This is an excellent book, well worth the money. http://www.pragmaticprogrammer.com/titles/svn/index.html
But is you want something free then: http://svnbook.red-bean.com/ is good, but a little less polished.
Is there a better solution (since I'm just using text-documents)? I can't seem to find a really good intro on how to use TextMate with Subversion, did I miss it somewhere?
Control-Shift-a will bring up the subversion menu and there is some help under help. It assumes (reasonably) that you know about version control.
Dave.
Thanks in advance.
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
On 27 Mar 2006, at 10:46, Oliver Taylor wrote:
So, in the process of writing the screenwriting bundle I'm working (and using every day) I've come to the conclusion that it might be cool to look into subversion for working with screenwriting projects.
Obviously I know nothing about subversion, so my question is:
Is this stupid? Do you guys have any good resources for getting started with subversion? Is there a better solution (since I'm just using text-documents)? I can't seem to find a really good intro on how to use TextMate with Subversion, did I miss it somewhere?
Thanks in advance.
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
Oliver, like you, I use TextMate for writing (I am not a programmer). Version control is a must have and I found subversion very easy to get up to speed with. It has already saved my butt...
All the best, Mark _________________ Mark Eli Kalderon Department of Philosophy University College London Gower Street London WC1E 6BT
Dept webpage: http://www.ucl.ac.uk/philosophy Personal wepage: http://www.kalderon.demon.co.uk
Is this stupid?
Count me in on the "think it's a good idea" list too.
Do you guys have any good resources for getting started with subversion? Is there a better solution (since I'm just using text-documents)? I can't seem to find a really good intro on how to use TextMate with Subversion, did I miss it somewhere?
You got some urls for books, here's one for a double-clickable subversion package:
http://metissian.com/projects/macosx/subversion/
Hope that helps, -steve
So, in the process of writing the screenwriting bundle I'm working (and using every day) I've come to the conclusion that it might be cool to look into subversion for working with screenwriting projects.
Obviously I know nothing about subversion, so my question is:
Is this stupid? Do you guys have any good resources for getting started with subversion? Is there a better solution (since I'm just using text-documents)? I can't seem to find a really good intro on how to use TextMate with Subversion, did I miss it somewhere?
Thanks in advance.
I would recommend setting up a hosted webdav svn server somewhere. That way you will have access to your stuff from any computer and easily give other people access and track what they do.
I host all my stuff with dreamhost. They have a subversion server creation thing. I have like 7 or so svn repos running on there now. It literally takes about 30 seconds to fill out their little form and then it takes their robot about 10 minutes to create everything and email you.
I'm sure other hosts probly have something similar.
There's a svn command that lets you backup the entire repo will all changes and everything. I would recommend backing everything up occasionally, because you never know.
Awesome bundle, BTW.
thomas Aylott subtleGradient
PS: No, I don't work for dreamhost. But I have been hosting with then for more than 9 years.
Just started looking seriously at the subversion bundle last night, and have a couple of questions.
One, is there a way to do a commit of the entire project folder without first selecting all files in the project window?
Second, how hard is it to add the svn delete and move commands to the menu? That's about the only commands I saw that really were missing. I'm helping someone get up to speed with version control, and he prefers to stay in the editor for as much as possible.
Thanks, Ken Scott
On Mar 27, 2006, at 6:22 AM, thomas Aylott wrote:
So, in the process of writing the screenwriting bundle I'm working (and using every day) I've come to the conclusion that it might be cool to look into subversion for working with screenwriting projects.
Obviously I know nothing about subversion, so my question is:
Is this stupid? Do you guys have any good resources for getting started with subversion? Is there a better solution (since I'm just using text-documents)? I can't seem to find a really good intro on how to use TextMate with Subversion, did I miss it somewhere?
Thanks in advance.
I would recommend setting up a hosted webdav svn server somewhere. That way you will have access to your stuff from any computer and easily give other people access and track what they do.
I host all my stuff with dreamhost. They have a subversion server creation thing. I have like 7 or so svn repos running on there now. It literally takes about 30 seconds to fill out their little form and then it takes their robot about 10 minutes to create everything and email you.
I'm sure other hosts probly have something similar.
There's a svn command that lets you backup the entire repo will all changes and everything. I would recommend backing everything up occasionally, because you never know.
Awesome bundle, BTW.
thomas Aylott subtleGradient
PS: No, I don't work for dreamhost. But I have been hosting with then for more than 9 years.
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
Ken,
For your first question,
1) Make sure you have at least 1 file open 2) Click the folder in the project pane 3) hit the shortcut to bring up the svn bundle.
This only works if you checked out the svn bundle from the svn server. afaik, the version in textmate by default won't work like that
Regards,
Eric Coleman
On Mar 29, 2006, at 5:30 PM, Ken Scott wrote:
Just started looking seriously at the subversion bundle last night, and have a couple of questions.
One, is there a way to do a commit of the entire project folder without first selecting all files in the project window?
Second, how hard is it to add the svn delete and move commands to the menu? That's about the only commands I saw that really were missing. I'm helping someone get up to speed with version control, and he prefers to stay in the editor for as much as possible.
Thanks, Ken Scott
On Mar 27, 2006, at 6:22 AM, thomas Aylott wrote:
So, in the process of writing the screenwriting bundle I'm working (and using every day) I've come to the conclusion that it might be cool to look into subversion for working with screenwriting projects.
Obviously I know nothing about subversion, so my question is:
Is this stupid? Do you guys have any good resources for getting started with subversion? Is there a better solution (since I'm just using text-documents)? I can't seem to find a really good intro on how to use TextMate with Subversion, did I miss it somewhere?
Thanks in advance.
I would recommend setting up a hosted webdav svn server somewhere. That way you will have access to your stuff from any computer and easily give other people access and track what they do.
I host all my stuff with dreamhost. They have a subversion server creation thing. I have like 7 or so svn repos running on there now. It literally takes about 30 seconds to fill out their little form and then it takes their robot about 10 minutes to create everything and email you.
I'm sure other hosts probly have something similar.
There's a svn command that lets you backup the entire repo will all changes and everything. I would recommend backing everything up occasionally, because you never know.
Awesome bundle, BTW.
thomas Aylott subtleGradient
PS: No, I don't work for dreamhost. But I have been hosting with then for more than 9 years.
_ 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
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
The project in use doesn't have a top-level folder in the project pane. The files were just dragged in (he didn't see the point of having the folder-it just indented the file names).
Without the top-level folder, is there a way to get the same behavior?
On Mar 29, 2006, at 3:36 PM, Eric Coleman wrote:
Ken,
For your first question,
- Make sure you have at least 1 file open
- Click the folder in the project pane
- hit the shortcut to bring up the svn bundle.
This only works if you checked out the svn bundle from the svn server. afaik, the version in textmate by default won't work like that
Regards,
Eric Coleman
On Mar 29, 2006, at 5:30 PM, Ken Scott wrote:
Just started looking seriously at the subversion bundle last night, and have a couple of questions.
One, is there a way to do a commit of the entire project folder without first selecting all files in the project window?
Second, how hard is it to add the svn delete and move commands to the menu? That's about the only commands I saw that really were missing. I'm helping someone get up to speed with version control, and he prefers to stay in the editor for as much as possible.
Thanks, Ken Scott
On Mar 27, 2006, at 6:22 AM, thomas Aylott wrote:
So, in the process of writing the screenwriting bundle I'm working (and using every day) I've come to the conclusion that it might be cool to look into subversion for working with screenwriting projects.
Obviously I know nothing about subversion, so my question is:
Is this stupid? Do you guys have any good resources for getting started with subversion? Is there a better solution (since I'm just using text-documents)? I can't seem to find a really good intro on how to use TextMate with Subversion, did I miss it somewhere?
Thanks in advance.
I would recommend setting up a hosted webdav svn server somewhere. That way you will have access to your stuff from any computer and easily give other people access and track what they do.
I host all my stuff with dreamhost. They have a subversion server creation thing. I have like 7 or so svn repos running on there now. It literally takes about 30 seconds to fill out their little form and then it takes their robot about 10 minutes to create everything and email you.
I'm sure other hosts probly have something similar.
There's a svn command that lets you backup the entire repo will all changes and everything. I would recommend backing everything up occasionally, because you never know.
Awesome bundle, BTW.
thomas Aylott subtleGradient
PS: No, I don't work for dreamhost. But I have been hosting with then for more than 9 years.
__ 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
_ 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
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
On 30/3/2006, at 7:28, Ken Scott wrote:
The project in use doesn't have a top-level folder in the project pane. The files were just dragged in (he didn't see the point of having the folder-it just indented the file names).
Without the top-level folder, is there a way to get the same behavior?
Try select nothing in the drawer and choose commit. Then it should use the shared ancestor of the files in the drawer.
On Mar 29, 2006, at 5:30 PM, Ken Scott wrote:
Second, how hard is it to add the svn delete and move commands to the menu? That's about the only commands I saw that really were missing. I'm helping someone get up to speed with version control, and he prefers to stay in the editor for as much as possible.
Delete should be as simple as duplicating the Add command and replacing "add" with "delete" (or "rm"). Within the confines of TM, you'd also really be obliged to add a warning dialog, to make sure that's what the user really intended, because "svn rm" deletes the file from the working copy immediately. On the command line, you can get it back using "svn revert", but within TM, the document would be gone, so there's nothing to execute a command on.
Moves (and copies) are a bit more work, because you need user interface to set the destination. A simple implementation would be to write some AppleScript to get a local destination folder within your Subversion workspace. A complete implementation would allow you to move to anywhere within the repository.
Chris