Re: LDAP SDK and source repositories

Rich Megginson <[email protected]> Wed, 29 Jul 2009 16:51:33 -0600
Newsgroups gmane.comp.mozilla.devel.directory
Message-ID <[email protected]>
Robert Kaiser wrote:
> Mark Banner wrote:
>> a) Move LDAP SDK development to Mercurial. Most of the implications for
>> this should be obvious. The directory/ code in cvs could be moved to its
>> own repository on hg.mozilla.org. Development would then continue in
>> hg.mozilla.org. Tagging and branching would be available if required.
>> There is also access control available should it be required.
> 
> Would it make sense to have a "ldap" directory on hg.mozilla.org and 
> make the different SDKs be different repos, actually?

That's essentially the way it is now in CVS:
directory/
   c-sdk/
   java-sdk/
   perldap/

> 
> Robert Kaiser