svk co -l | perl -ne 'm|(/Users/perigrin/.*$)|; print "svk pull $1\n" if $1' | uniq
In my case I've piped this into a script and then run that script. Voila instant updates of all my checkouts. Yes this probably could be improved upon.
Re:svk pull --all
perigrin on 2007-05-23T17:51:32
There is so much in svk that I haven't found yet (some of it aggravating). That does look like the same thing but when I try it I get complaints about a lock thatsvk cleanup --all
doesn't seem to fix.