Subversion Repositories oidplus

Rev

Rev 1379 | Rev 1421 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1379 Rev 1419
Line 24... Line 24...
24
# directory
24
# directory
25
if [ -d ".svn" ]; then
25
if [ -d ".svn" ]; then
26
        mv .svn _svn
26
        mv .svn _svn
27
fi
27
fi
28
 
28
 
-
 
29
# For some reason, sometimes composer downgrades packages for now reason.
-
 
30
# Clearing the cache helps!
-
 
31
composer clear-cache
-
 
32
 
29
# Remove vendor and composer.lock, so we can download everything again
33
# Remove vendor and composer.lock, so we can download everything again
30
# (We need to receive everything again, because we had to delete the .git
34
# (We need to receive everything again, because we had to delete the .git
31
# .svn files and therefore we cannot do a simple "svn update" delta update anymore)
35
# .svn files and therefore we cannot do a simple "svn update" delta update anymore)
32
rm -rf vendor
36
rm -rf vendor
33
rm composer.lock
37
rm composer.lock