Re: OT: Subversion help
http://svnbook.red-bean.com/ Well worth a (skim) read. On 11/15/06, Rick Root <[EMAIL PROTECTED]> wrote: > > I'm finding this whole subversion thing rather complex. > > I haven't used source control since 1999, and I barely remember that.. I > don't think it was even CVS.. it was some commercial UNIX source control > package. I know that if I checked something out, it locked it on the > server and others couldn't check it out until I checked it back in. > > I'm trying to get Subversion set up ... I have a server running using > svnserve on a remote machine. I copied all of my source files into a > directory (D:\work), and then I imported the entire directory structure > into the repository. It worked, and I can use the repository browser to > see the files. > > Now that I've imported the files into the repository, what do I do? > > Do I check out the entire directory structure now so I can edit them, > and then just check them in when I make changes? > > I've installed tortoiseSVN on my local machine - I'm (primarily) using > Homesite+ for editing CF files.. and Flex Builder 2 for my flex apps. > > Rick > > ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260579 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: OT: Subversion help
Yep, you've got it. Do a checkout from your repo into wherever you want to edit the files, edit them, and then you'll see icon decorators in Windows Explorer (from Tortoise) indicating if files are locally modified, which you should then check in. You'll want to hide/delete that stuff in d:\work that you used as your import base, as it's not versioned. Any changes there will be ethereal. And make sure you back up your repository periodically. Subversion (like CVS) operates on the concurrent editing model, not the locking model (though you can use locking if you really want to). So multiple people can be editing at one time, though if it's just you, it won't matter. cheers, barneyb On 11/15/06, Rick Root <[EMAIL PROTECTED]> wrote: > I'm finding this whole subversion thing rather complex. > > I haven't used source control since 1999, and I barely remember that.. I > don't think it was even CVS.. it was some commercial UNIX source control > package. I know that if I checked something out, it locked it on the > server and others couldn't check it out until I checked it back in. > > I'm trying to get Subversion set up ... I have a server running using > svnserve on a remote machine. I copied all of my source files into a > directory (D:\work), and then I imported the entire directory structure > into the repository. It worked, and I can use the repository browser to > see the files. > > Now that I've imported the files into the repository, what do I do? > > Do I check out the entire directory structure now so I can edit them, > and then just check them in when I make changes? > > I've installed tortoiseSVN on my local machine - I'm (primarily) using > Homesite+ for editing CF files.. and Flex Builder 2 for my flex apps. > > Rick > > ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260554 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
OT: Subversion help
I'm finding this whole subversion thing rather complex. I haven't used source control since 1999, and I barely remember that.. I don't think it was even CVS.. it was some commercial UNIX source control package. I know that if I checked something out, it locked it on the server and others couldn't check it out until I checked it back in. I'm trying to get Subversion set up ... I have a server running using svnserve on a remote machine. I copied all of my source files into a directory (D:\work), and then I imported the entire directory structure into the repository. It worked, and I can use the repository browser to see the files. Now that I've imported the files into the repository, what do I do? Do I check out the entire directory structure now so I can edit them, and then just check them in when I make changes? I've installed tortoiseSVN on my local machine - I'm (primarily) using Homesite+ for editing CF files.. and Flex Builder 2 for my flex apps. Rick ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260548 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4