savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/content/gnu-content/faq CVS_-_Ho...


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/content/gnu-content/faq CVS_-_Ho...
Date: Tue, 13 Dec 2005 21:49:14 +0000

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        05/12/13 21:49:14

Modified files:
        content/gnu-content/faq: 
                                 
CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt 
                                 CVS_-_How_can_I_import_my_project.txt 
                                 
CVS_-_Is_it_possible_to_receive_an_email_for_each_commit.txt 

Log message:
        Various updates

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/administration/administration/content/gnu-content/faq/CVS_-_How_can_I_import_my_project.txt.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/administration/administration/content/gnu-content/faq/CVS_-_Is_it_possible_to_receive_an_email_for_each_commit.txt.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt
diff -u 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt:1.3
 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt:1.4
--- 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt:1.3
  Mon Mar 28 17:11:44 2005
+++ 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt
      Tue Dec 13 21:49:14 2005
@@ -1,3 +1,6 @@
+<p>Note: for anonymous access, we re-activated the pserver access
+method fall of 2005. The following is for project member access.</p>
+
 <p>First, this documentation is <i>complainware</i>. It means that you
 can freely use it provided you complain to your local system
 administrator, or to your Internet Service Provider (ISP), if you are
@@ -87,7 +90,7 @@
 /etc/init.d/tor start
 # You now can use SSH normally
 export CVS_RSH=ssh
-cvs -d:ext:address@hidden/cvsroot/emacs co emacs
+cvs -d:ext:address@hidden/cvsroot/emacs co emacs
 ...
 </pre>
 
@@ -132,9 +135,9 @@
 chmod 755 ~/bin/sshwrapper
 # You now can use SSH with sshwrapper
 export CVS_RSH=sshwrapper
-cvs -d:ext:address@hidden/cvsroot/emacs co emacs
+cvs -d:ext:address@hidden/cvsroot/emacs co emacs
 ...
 </pre>
 </li></ul>
 
-<p style="font-size: smaller">Update $Date: 2005/03/28 17:11:44 $</p>
+<p style="font-size: smaller">Update $Date: 2005/12/13 21:49:14 $</p>
Index: 
administration/content/gnu-content/faq/CVS_-_How_can_I_import_my_project.txt
diff -u 
administration/content/gnu-content/faq/CVS_-_How_can_I_import_my_project.txt:1.1
 
administration/content/gnu-content/faq/CVS_-_How_can_I_import_my_project.txt:1.2
--- 
administration/content/gnu-content/faq/CVS_-_How_can_I_import_my_project.txt:1.1
    Thu Apr 14 21:19:54 2005
+++ 
administration/content/gnu-content/faq/CVS_-_How_can_I_import_my_project.txt    
    Tue Dec 13 21:49:14 2005
@@ -15,4 +15,4 @@
 please read the cvs manual page).
 </p>
 
-<p><font size="-1">Update $Date: 2005/04/14 21:19:54 $</font></p>
+<p><font style="font-size: smaller">Update $Date: 2005/12/13 21:49:14 
$</font></p>
Index: 
administration/content/gnu-content/faq/CVS_-_Is_it_possible_to_receive_an_email_for_each_commit.txt
diff -u 
administration/content/gnu-content/faq/CVS_-_Is_it_possible_to_receive_an_email_for_each_commit.txt:1.1
 
administration/content/gnu-content/faq/CVS_-_Is_it_possible_to_receive_an_email_for_each_commit.txt:1.2
--- 
administration/content/gnu-content/faq/CVS_-_Is_it_possible_to_receive_an_email_for_each_commit.txt:1.1
     Thu Apr 14 21:22:47 2005
+++ 
administration/content/gnu-content/faq/CVS_-_Is_it_possible_to_receive_an_email_for_each_commit.txt
 Tue Dec 13 21:49:14 2005
@@ -15,15 +15,15 @@
 
 <li>email address to send commit logs to;</li>
 
-<li>possible email address to send diffs to, if needed (can be the
-same as above);</li>
+<li>do you want to see the changes (diffs) along with the
+notification?;</li>
 
-<li>optional regular expression to filter module name, so that only
-part of the repository is monitored;</li>
+<li>optional separate email address to send diffs to. By defaut, diffs
+are appended to the notification mail, if activated;</li>
 
-<li>optional module name to use in the notification instead of the
-automatically generated one (check log_accum documentation).</li>
+<li>optionaly, a list of directories to monitor, if you don't want to
+get notifications for the whole repository;</li>
 
 </ul>
 
-<p style="font-size: smaller">Updated $Date: 2005/04/14 21:22:47 $</p>
+<p style="font-size: smaller">Updated $Date: 2005/12/13 21:49:14 $</p>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]