RE: [ACFUG Discuss] Subversion or others

2007-01-27 Thread Robert Reil
That sounds great Jeremy! Thanks for the advice.
 
I guess I will have some reading to do then set up TortoiseSVN.
and see what happens.
 
Thanks to all. This has been a great thread to all that helped!
 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com http://www.motorcyclecarbs.com/  

 

  _  

From: Jeremy Allen [mailto:[EMAIL PROTECTED] 
Sent: Saturday, January 27, 2007 12:40 AM
To: Carbs SalesService
Subject: Re: [ACFUG Discuss] Subversion or others


One thing I will point out that is of a pretty high importance level is that
you use the file system type fsfs. I didn't have time to read through all of
the articles Charlie had linked to. I had a rather long pro-SVN post to
ACFUG not to long ago when the CVS vs SVN question came up as some people
still weren't sure whether or not they should be using SVN or CVS. You can
review that as well, it covered all of the basics. 

Also there really aren't a flavors of SVN. SVN repositories of a certain
file system type are just that. There is no real difference and any tool,
like TortoiseSVN, that is working with SVN repositories is going to be doing
the exact same things. How easy or difficult those things are to do depends
on the tools and the amount of knowledge you have working with those tools.
SVN is a much more flexible tool than CVS, so you have a lot of freedom in
how you manage certain aspects of your change management process, whereas
with CVS it had certain concepts hard coded so to speak. In the end you just
need to manage your code and ensure that you can see what has happened from
one day to the next and that basic level of usage is easily attainable. 

You should really check out the free SVN books. They were mentioned in many
articles and blog posts, but they are really a great place to start.
Ultimately the worst thing you can do is not at least download TortoiseSVN
and play around with it to get a feel for what SVN is capable of :) 

Jeremy


On 1/26/07, Robert Reil [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote: 

wow Charlie! As usual you are Johnny on the spot with a plethera of data.
Give me a few months to mull all of this over! lol. I wonder if your colegue
was me as it has been about 6 months since I touched on this need...

 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com http://Motorcyclecarbs.com , Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com http://www.motorcyclecarbs.com/   

 

  _  

From: Charlie Arehart [mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] ] 
Sent: Friday, January 26, 2007 4:28 PM
To: Carbs SalesService
Subject: RE: [ACFUG Discuss] Subversion or others



Robert, in addition to what Ajas mentioned, I'll also point you to a blog
entry I did a few weeks ago:
 
Getting into Subversion as a CFML developer: Another Resource List
http://carehart.org/blog/client/index.cfm/2006/7/12/subversion_resources
http://carehart.org/blog/client/index.cfm/2006/7/12/subversion_resources 
 
I'll admit, I don't get into Dreamweaver use specifically, but perhaps the
other info may assist you.
 
/Charlie
http://www.carehart.org/blog/ http://www.carehart.org/blog/   



 

  _  

From: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  [mailto: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] ] On Behalf Of Robert Reil
Sent: Friday, January 26, 2007 11:32 AM
To: discussion@acfug.org mailto:discussion@acfug.org 
Subject: [ACFUG Discuss] Subversion or others


Hi gang. Its friday... those of you that know about Roberts day knows what
that means :)
 
Anyhow I am looking into this Subversion issue again.
Daniel and I have decided to stop our WACK studies at chapter 16 to start
practicing what we have learned so far.
We will start working with AbleCommerce to tweak it into submission and have
immediately realized that we will be departing from the original
AbleCommerce build. When we do this we will be developing in one direction
and they will be doing so in another. We need a way to stay in sync.
 
Now I have done a google on Subversion with Dreamweaver and see 170,000
returns. I see there are all these Subversion flavors.
 
I use Dreamweaver and am new to this.
 
Question 1:
What version of SVN would you all reccomend?
 
What helpful links do you all use for these versions?
 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com http://Motorcyclecarbs.com , Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com http://www.motorcyclecarbs.com/   


- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists
http://www.acfug.org/mailinglists  
Archive @ http://www.mail

[ACFUG Discuss] Subversion or others

2007-01-26 Thread Robert Reil
Hi gang. Its friday... those of you that know about Roberts day knows what
that means :)
 
Anyhow I am looking into this Subversion issue again.
Daniel and I have decided to stop our WACK studies at chapter 16 to start
practicing what we have learned so far.
We will start working with AbleCommerce to tweak it into submission and have
immediately realized that we will be departing from the original
AbleCommerce build. When we do this we will be developing in one direction
and they will be doing so in another. We need a way to stay in sync.
 
Now I have done a google on Subversion with Dreamweaver and see 170,000
returns. I see there are all these Subversion flavors.
 
I use Dreamweaver and am new to this.
 
Question 1:
What version of SVN would you all reccomend?
 
What helpful links do you all use for these versions?
 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com http://www.motorcyclecarbs.com/  



Re: [ACFUG Discuss] Subversion or others

2007-01-26 Thread Jeremy Allen

One thing I will point out that is of a pretty high importance level is that
you use the file system type fsfs. I didn't have time to read through all of
the articles Charlie had linked to. I had a rather long pro-SVN post to
ACFUG not to long ago when the CVS vs SVN question came up as some people
still weren't sure whether or not they should be using SVN or CVS. You can
review that as well, it covered all of the basics.

Also there really aren't a flavors of SVN. SVN repositories of a certain
file system type are just that. There is no real difference and any tool,
like TortoiseSVN, that is working with SVN repositories is going to be doing
the exact same things. How easy or difficult those things are to do depends
on the tools and the amount of knowledge you have working with those tools.
SVN is a much more flexible tool than CVS, so you have a lot of freedom in
how you manage certain aspects of your change management process, whereas
with CVS it had certain concepts hard coded so to speak. In the end you just
need to manage your code and ensure that you can see what has happened from
one day to the next and that basic level of usage is easily attainable.

You should really check out the free SVN books. They were mentioned in many
articles and blog posts, but they are really a great place to start.
Ultimately the worst thing you can do is not at least download TortoiseSVN
and play around with it to get a feel for what SVN is capable of :)

Jeremy

On 1/26/07, Robert Reil [EMAIL PROTECTED] wrote:


 wow Charlie! As usual you are Johnny on the spot with a plethera of data.
Give me a few months to mull all of this over! lol. I wonder if your colegue
was me as it has been about 6 months since I touched on this need...


Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com


 --
*From:* Charlie Arehart [mailto:[EMAIL PROTECTED]
*Sent:* Friday, January 26, 2007 4:28 PM
*To:* Carbs SalesService
*Subject:* RE: [ACFUG Discuss] Subversion or others

 Robert, in addition to what Ajas mentioned, I'll also point you to a blog
entry I did a few weeks ago:

Getting into Subversion as a CFML developer: Another Resource List
http://carehart.org/blog/client/index.cfm/2006/7/12/subversion_resources

I'll admit, I don't get into Dreamweaver use specifically, but perhaps the
other info may assist you.

/Charlie
http://www.carehart.org/blog/



 --
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Robert
Reil
*Sent:* Friday, January 26, 2007 11:32 AM
*To:* discussion@acfug.org
*Subject:* [ACFUG Discuss] Subversion or others

 Hi gang. Its friday... those of you that know about Roberts day knows
what that means :)

Anyhow I am looking into this Subversion issue again.
Daniel and I have decided to stop our WACK studies at chapter 16 to start
practicing what we have learned so far.
We will start working with AbleCommerce to tweak it into submission and
have immediately realized that we will be departing from the original
AbleCommerce build. When we do this we will be developing in one direction
and they will be doing so in another. We need a way to stay in sync.

Now I have done a google on Subversion with Dreamweaver and see 170,000
returns. I see there are all these Subversion flavors.

I use Dreamweaver and am new to this.

Question 1:
What version of SVN would you all reccomend?

What helpful links do you all use for these versions?


Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com

-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-

attachment: image002.jpg