Lines Matching refs:to
6 2 - Committers/developers CVS access using SSH (to be written)
7 3 - Merging from DEVEL branch to main trunk (stable branch)
8 4 - How to release lwIP
32 As such, CVS commits to the server occur through a SSH tunnel for project members.
43 Try to login using SSH:
50 Server refused to allocate pty
52 then you could login; Savannah refuses to give you a shell - which is OK, as we
53 are allowed to use SSH for CVS only. Now, you should be able to do this:
59 commit them. Make sure you know what you are doing when using CVS to make
66 3 Merging from DEVEL branch to main trunk (stable)
70 following disciplined steps in order to prevent conflicts
71 in the future. Conflicts can be hard to solve!
73 Merging from branch A to branch B requires that the A branch
76 A branch to remember this merger for future merge actions.
82 Merge all changes in DEVEL since our last merge to main:
88 and 'DEVEL' to your work set of files)
91 cvs commit -R -m "Merged from DEVEL to main."
94 to this merge point, so we can use this point for future merges:
98 4 How to release lwIP
101 First, checkout a clean copy of the branch to be released. Tag this set with
105 tagged tree. Export is similar to a checkout, except that the CVS metadata
134 You will have to submit this via the user News interface, then approve