Another vote for Git here :).<br><br><div class="gmail_quote">On Mon, Jun 8, 2009 at 11:30 PM, Jason White <span dir="ltr">&lt;<a href="mailto:jason@jasonjgw.net">jason@jasonjgw.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Lars Zeb &lt;<a href="mailto:larclap@yahoo.com">larclap@yahoo.com</a>&gt; wrote:<br>
&gt; I had a working FS installation which I messed up by doing a fresh install.<br>
&gt; I tried to integrate all my custom changes, but I&#39;m sure I screwed something<br>
&gt; up.<br>
<br>
</div>Git is an excellent tool for keeping track of FreeSWITCH configuration<br>
changes. The history of my configuration is maintained in a git repository<br>
under /opt/freeswitch/conf - git simply creates a .git subdirectory to store<br>
all of the revisions as they are committed.<br>
<br>
Git revert and git stash have been very useful at times, not to mention git<br>
reset --hard.<br>
<br>
Since Git is used for Linux kernel development, it should be available from<br>
most recent Linux distributions, and it can probably be compiled for other<br>
Unix-like environments as well.<br>
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>