Re: [LDAPsh-devel] RE: ldapsh new features
Status: Beta
Brought to you by:
rcorvalan
From: James D. <j-d...@us...> - 2003-07-27 10:03:22
|
Hi everyone, I have made some changes to ldapsh in CVS. Some of these are "bug fixes" and some are "new features". The "bug fixes" can be obtained by using "cvs up -A". The new features are available within a series of CVS branches as well as via the SourceForge patch tracker system: <http://sourceforge.net/tracker/?group_id=54115&atid=472733> One of the patches, the one regarding redirection (ID 778409), is not in CVS because I don't really understand how 'redir' was supposed to work. If anyone knows how to code Perl, please review and modify the new features. When they are acceptable, they will hopefully be merged into the main branch. If you want to download all the bug fixes and new features (and you are good with CVS), use the following series of CVS commands in this exact order: cvs up -kk -r 1.17 ldapsh && \ cvs up -kk -j 1.17 -j 1.17.2.1 ldapsh && \ cvs up -kk -j 1.17 -j 1.17.4.1 ldapsh && \ cvs up -kk -j 1.17 -j 1.17.6.1 ldapsh && \ cvs up -kkv -j 1.17 -j 1.20 ldapsh && \ cvs up -kk -j 1.20 -j 1.20.2.1 ldapsh && \ cvs up -kk -j 1.20 -j 1.20.4.1 ldapsh && \ cvs up -kk -j 1.20 -j 1.20.6.1 ldapsh # now, edit the conflict by merely removing the conflict # markers (and leaving all the new code in there!) cvs up -kk -j 1.20 -j 1.20.8.1 ldapsh (Note that this will leave 'sticky' tags on your CVS checkout. You can later undo these by using `cvs up -A ldapsh`. Also, because Source- Forge's CVS isn't working too well these days you might not be able to connect with CVS.) |