Useful SVK One Liner

perigrin on 2007-05-22T14:00:26

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.


svk pull --all

jrockway on 2007-05-23T00:23:47

I thought svk could do this automagically for you.

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 that svk cleanup --all doesn't seem to fix.