Friday, July 16, 2021

p4v update

 p4v update

1. Unpack the tar
2. update current
3. Sync library from previous to current

# cp -npv /tmp/data/Perforce/p4v-2021../*.so.* ./
# ./p4merge -V

$ for i in *.gz; do gunzip -tv $i; done

No comments:

Post a Comment

Git branch show detached HEAD

  Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03)   00 2. Run re-set hard $ git reset --hard 3. ...