Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
devel:import-k-module [2009/04/03 16:15] 86.121.133.103 created |
devel:import-k-module [2012/11/11 16:59] (current) oej old revision restored |
||
---|---|---|---|
Line 5: | Line 5: | ||
First off, make sure you have a local copy of the sip-router git repository with Kamailio history merged into it. You can find a step-by-step guide at [[git: | First off, make sure you have a local copy of the sip-router git repository with Kamailio history merged into it. You can find a step-by-step guide at [[git: | ||
- | I suppose | + | It is supposed |
< | < | ||
Line 11: | Line 11: | ||
</ | </ | ||
- | The name of the new branch is sqlops_filtered because | + | The name of the new branch is sqlops_filtered because |
Like revision numbers in svn (and unlike versions in cvs), git commits, identified by those cryptic sha1 hashes, record the state of _all_ files in the source tree at the time when the commit was made. But this is a problem | Like revision numbers in svn (and unlike versions in cvs), git commits, identified by those cryptic sha1 hashes, record the state of _all_ files in the source tree at the time when the commit was made. But this is a problem | ||
Line 24: | Line 24: | ||
The command rewrite the history of the current branch, your current branch should be sqlops_filtered if you followed this guide from the beginning. If you investigate the history of the branch with git log, you should see only commits that are related to files in modules/ | The command rewrite the history of the current branch, your current branch should be sqlops_filtered if you followed this guide from the beginning. If you investigate the history of the branch with git log, you should see only commits that are related to files in modules/ | ||
- | If you examine your current working directory now, you'll notice that the directory contains files from modules/ | + | If you examine your current working directory now, you'll notice that the directory contains files from modules/ |
< | < |