On 01/11/2010 06:54 PM, 이병혁 wrote: > Hi~ Austin, Thanks in your answer. > > > Also there is one question. > > > Is the "git address" which you say what? > > > Where will be able to checkout for nptl branch? ($ svn checkout -r 16195 > svn://uclibc.org/branches/uClibc-nptl/ ==> ???)
Please keep replies on list in the future. The project has changed to git. Refer to http://uclibc.org/developing.html for details. Once you have the git repo clone, you can checkout the nptl branch with the following command inside your uClibc directory: git checkout -b nptl origin/nptl If you have not used git before, please read the git docs before asking on this list about git issues. -Austin _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
