Re: [Asterisk-Users] Config Revision Control

2006-06-08 Thread Dinesh Nair
On 06/03/06 22:10 Kevin P. Fleming said the following: - Michiel van Baak [EMAIL PROTECTED] wrote: Then the svn automerge thingie Kevin wrote for the asterisk svn tree is automerging changes to the 'common' tree to all the server trees. unrelated to asterisk obviously, but is there

Re: [Asterisk-Users] Config Revision Control

2006-06-06 Thread Michiel van Baak
On 12:33, Mon 05 Jun 06, Douglas Garstang wrote: I guess this is wy beyond my knowledge of subversion. I just started playing with the directory structure I might use, and first thought was something like this: [EMAIL PROTECTED] ~/cfg $ ls -l total 16 drwxr-xr-x 2 dougg users 4096

Re: [Asterisk-Users] Config Revision Control

2006-06-05 Thread Andrew Kohlsmith
On Saturday 03 June 2006 02:47, Michiel van Baak wrote: I use subversion for this. Every server has its own branch. There's also a branch called 'common' All the server specific branches are svn-copied and svnmerge init from this branche. Then the svn automerge thingie Kevin wrote for the

Re: [Asterisk-Users] Config Revision Control

2006-06-05 Thread Michiel van Baak
On 09:41, Mon 05 Jun 06, Andrew Kohlsmith wrote: On Saturday 03 June 2006 02:47, Michiel van Baak wrote: I use subversion for this. Every server has its own branch. There's also a branch called 'common' All the server specific branches are svn-copied and svnmerge init from this branche.

RE: [Asterisk-Users] Config Revision Control

2006-06-05 Thread Douglas Garstang
-Original Message- From: Michiel van Baak [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 8:03 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Config Revision Control On 09:41, Mon 05 Jun 06, Andrew Kohlsmith wrote: On Saturday 03 June 2006 02:47

RE: [Asterisk-Users] Config Revision Control

2006-06-05 Thread Aaron Daniel
While I was playing with svn, it was driving me nuts. It would ALWAYS re-create the current directory, even if I said to check out all files from inside that directory. Means if you went to /etc/asterisk and checked out asterisk, you'd get /etc/asterisk/asterisk. Yuk. Doug. Ahem. cd

RE: [Asterisk-Users] Config Revision Control

2006-06-05 Thread Douglas Garstang
-Original Message- From: Michiel van Baak [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 8:03 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Config Revision Control On 09:41, Mon 05 Jun 06, Andrew Kohlsmith wrote: On Saturday 03 June 2006 02:47

Re: [Asterisk-Users] Config Revision Control

2006-06-03 Thread Michiel van Baak
On 14:42, Fri 02 Jun 06, Douglas Garstang wrote: Has anyone got any neat solutions for Asterisk .conf file revision control? We have multiple Asterisk boxes here, that we'd like to maintain a _mostly_ common set of conf files on. They aren't all the same though. There's subtle

Re: [Asterisk-Users] Config Revision Control

2006-06-03 Thread Tim Panton
On 2 Jun 2006, at 21:42, Douglas Garstang wrote: Has anyone got any neat solutions for Asterisk .conf file revision control? We have multiple Asterisk boxes here, that we'd like to maintain a _mostly_ common set of conf files on. They aren't all the same though. There's subtle

Re: [Asterisk-Users] Config Revision Control

2006-06-03 Thread Kevin P. Fleming
- Michiel van Baak [EMAIL PROTECTED] wrote: Then the svn automerge thingie Kevin wrote for the asterisk svn tree is automerging changes to the 'common' tree to all the server trees. Glad to see someone else is making use of it too :-) -- Kevin P. Fleming Senior Software Engineer

Re: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Bruce Reeves
I setup a subversion server and a trunk for my different server configs. You might look at that, it does not appear to keep file level versions, but it works great here.On 6/2/06, Douglas Garstang [EMAIL PROTECTED] wrote: Has anyone got any neat solutions for Asterisk .conf file revision

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Watkins, Bradley
Title: Message The first situation you mention can be solved by creating separate files that contain the unique elements, and then including them in the main files where all the commonality is. That is how we do things, and it works well for us. It may be a little cumbersome if you have a

Re: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Steven Ringwald
Bruce Reeves wrote: I setup a subversion server and a trunk for my different server configs. You might look at that, it does not appear to keep file level versions, but it works great here. On 6/2/06, *Douglas Garstang* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Has anyone got

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
But you still have to maintain a completely separate copy for each server by doing that don't you? That's what I am hoping to avoid. It doesn't keep file level versions? Subversion doesn't do that? -Original Message-From: Bruce Reeves [mailto:[EMAIL PROTECTED]Sent: Friday,

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
e-From: Watkins, Bradley [mailto:[EMAIL PROTECTED]Sent: Friday, June 02, 2006 3:06 PMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: RE: [Asterisk-Users] Config Revision Control The first situation you mention can be solved by creating separate files that

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
Bruce, Do you run a subversion client on every Asterisk box, and get the files directly, or do run the subversion clienton a single central server, and distrubute them from there? Doug. -Original Message-From: Bruce Reeves [mailto:[EMAIL PROTECTED]Sent: Friday, June 02, 2006

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
obviously wants conf files in /etc/asterisk. Gr. -Original Message-From: Watkins, Bradley [mailto:[EMAIL PROTECTED]Sent: Friday, June 02, 2006 3:06 PMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: RE: [Asterisk-Users] Config Revision Control The first

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Aaron Daniel
Discussion Subject: RE: [Asterisk-Users] Config Revision Control The first situation you mention can be solved by creating separate files that contain the unique elements, and then including them in the main files where all the commonality is. That is how we do things, and it works well for us

Re: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Bruce Reeves
I use subversion on a central server and then store each server that is different. The purpose behind it for me was 2 fold, first I have a backup of my configs centeralized and I can roll-back any changes. Second, I can checkout a servers files on a different machine to edit them if I want and

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
Discussion Subject: RE: [Asterisk-Users] Config Revision Control No, if you do an svn co http://svn.server.com/svn/configs/trunk asterisk in /etc, it'll make a folder called asterisk in your /etc directory. Once that's done, any modifications made that are committed to the server can

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
Subject: Re: [Asterisk-Users] Config Revision Control I setup a subversion server and a trunk for my different server configs. You might look at that, it does not appear to keep file level versions, but it works great here. On 6/2/06, Douglas Garstang

Re: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Hadley Rich
On Saturday 03 June 2006 09:37, Douglas Garstang wrote: Aaron, I'm trying to check-in (is that the right term?) the files for the first time. There's nothing in the repository yet. http://svnbook.red-bean.com hads. ___ --Bandwidth and Colocation

Re: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Bruce Reeves
for the first time. There's nothing in the repository yet.Doug. -Original Message- From: Aaron Daniel [mailto: [EMAIL PROTECTED]] Sent: Friday, June 02, 2006 3:34 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Config Revision Control No, if you

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Aaron Daniel
: Aaron Daniel [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 3:34 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Config Revision Control No, if you do an svn co http://svn.server.com/svn/configs/trunk asterisk in /etc, it'll make a folder called

Re: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Bruce Reeves
If all 3 servers are the same then no. I import to the svn server the check out the files on each server. I f I change a file on server A I can then commit the change to the repository, on the central server, and then do a svn update on the other 2. On 6/2/06, Douglas Garstang [EMAIL PROTECTED]

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
-Original Message- From: Hadley Rich [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 3:49 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Config Revision Control On Saturday 03 June 2006 09:37, Douglas Garstang wrote: Aaron

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
niel [mailto: [EMAIL PROTECTED]] Sent: Friday, June 02, 2006 3:34 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Config Revision Control No, if you do an "svn co http://svn.server.com/svn/configs/trunk asterisk" in /e

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
. -Original Message- From: Aaron Daniel [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 3:34 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Config Revision Control No, if you do an svn co http://svn.server.com/svn/configs

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Douglas Garstang
: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Config Revision Control I use subversion on a central server and then store each server that is different. The purpose behind it for me was 2 fold, first I have a backup of my

Re: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Hadley Rich
On Saturday 03 June 2006 10:05, Douglas Garstang wrote: [stuff regarding subversion] http://subversion.tigris.org/servlets/ProjectMailingListList -- Never try to explain computers to a layman. It's easier to explain sex to a virgin. -- Robert Heinlein (Note, however, that

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Aaron Daniel
, June 02, 2006 3:52 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Config Revision Control Read this: http://subversion.tigris.org/faq.html#repository http://svn.collab.net/repos/svn/trunk/README That'll link you to the README that comes

RE: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Aaron Daniel
that. -Original Message- From: Bruce Reeves [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 3:55 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Config Revision Control If all 3 servers are the same then no. I import to the svn server the check out

Re: [Asterisk-Users] Config Revision Control

2006-06-02 Thread Casey Boone
to find a way to avoid that. -Original Message- *From:* Bruce Reeves [mailto:[EMAIL PROTECTED] *Sent:* Friday, June 02, 2006 3:55 PM *To:* Asterisk Users Mailing List - Non-Commercial Discussion *Subject:* Re: [Asterisk-Users] Config Revision Control If all 3