Mailing list archives : pcb-rnd

ID:4251
From:ge...@igor2.repo.hu
Date:Wed, 8 Jul 2020 06:06:31 +0200 (CEST)
Subject:[pcb-rnd] librnd separation, one time 'svn up' extra steps
replies: 4252 from John Griessen <jo...@cibolo.com>
Hi all,
 
I've moved a few directories out from pcb-rnd repo to a separate librnd 
repo, then replaced them with svn externs. If you do an svn up on an old 
checkout without running make distclean first, you will get:
 
Updating '.':
 
<snip>
 
Fetching external item into 'src/librnd':
svn: warning: W155007: Can't obtain lock on non-directory
'/home/tonia/Source/pcb-rnd/trunk/src/librnd'.
 
 
Fetching external item into 'src_plugins/hid_batch':
svn: warning: W155007: Can't obtain lock on non-directory
'/home/tonia/Source/pcb-rnd/trunk/src_plugins/hid_batch'.
 
<snip>
 
 
when this happens, there are many solutions, but probably the easiest one 
is:
 
rm -rf src_plugins src/librnd
svn up
./configure
make
 
 
Other trivial ways are svn revert -R on those directories or their parents 
or making a fresh checkout (if you didn't have local mods).
 
Best regards,
 
Igor2
 

Reply subtree:
4251 [pcb-rnd] librnd separation, one time 'svn up' extra steps from ge...@igor2.repo.hu
  4252 Re: [pcb-rnd] librnd separation, one time 'svn up' extra steps from John Griessen <jo...@cibolo.com>
    4253 Re: [pcb-rnd] librnd separation, one time 'svn up' extra steps from ge...@igor2.repo.hu