diff options
author | Brad Hards <bradh@frogmouth.net> | 2009-03-10 17:11:39 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-03-10 17:11:39 +0100 |
commit | 66a26a0ac27462361cb94e3ef1744d275bd95da1 (patch) | |
tree | 4ee00816d1628dc68fb18e047eb46639196196ad /pidl/README | |
parent | 8c41e0e5a6cdcc2bcaf12ec7916c8ae7c04bf1e7 (diff) | |
download | samba-66a26a0ac27462361cb94e3ef1744d275bd95da1.tar.gz samba-66a26a0ac27462361cb94e3ef1744d275bd95da1.tar.bz2 samba-66a26a0ac27462361cb94e3ef1744d275bd95da1.zip |
Update instructions for checking out pidl.
Diffstat (limited to 'pidl/README')
-rw-r--r-- | pidl/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pidl/README b/pidl/README index 8f31e408d5..c6b7e11792 100644 --- a/pidl/README +++ b/pidl/README @@ -3,8 +3,9 @@ Introduction: This directory contains the source code of the pidl (Perl IDL) compiler for Samba 4. -The main sources for pidl are available by Subversion on -svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/pidl +The main sources for pidl are available using Git as part of +the combined Samba 3 / Samba 4 tree. Use: +git clone git://git.samba.org/samba.git Pidl works by building a parse tree from a .pidl file (a simple dump of it's internal parse tree) or a .idl file |