Re: svn-ant how to get latest revision?

2008-09-10 Thread Fu-Tung Cheng
ript: > >password="${pass}"> > revision="${revision}" > destPath="${checkout.dir}" > recurse="${recurse}" /> > > > Use "HEAD" value for "${revision}" for > latest version. > Svn tasks

svn-ant how to get latest revision?

2008-09-09 Thread Fu-Tung Cheng
Hi, I am trying to figure out which command I can use from svn-ant that will get me the highest revision from the repository. I've tried svn-info but both the rev and lastRev properties return the working copies revision number. I've also tried the wcVersion task but again that just tells yo

LDAP ant tasks

2008-07-14 Thread Fu-Tung Cheng
Hi, I've done some searching but I can't seem to find any existing ldap ant tasks. Do they exist? I'd like to connect to an ldap server and add a user. I'd think one could make a generic enough ant tasks that could be used independent of directory structure? Any pointers appreciated! Thank