update in Eclipse with CVS recursively! -
i'm trying run update on project in eclipse cvs.
when choosing:
team -> update
it executes following command:
cvs update -l -d -p "/xxx/www" "/xxx/www"
i want update recursively, -l option should removed. problem is, don't know how. i'm using extssh , it's not possible set options in:
team -> cvs -> ext connection method
where remove -l option?
Comments
Post a Comment