Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit 861464e

Browse files
authored
Merge pull request #35 from afragen/resolve
resolve inconsistencies
2 parents 249076a + 74f2f38 commit 861464e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ svn status | grep -v "^.[ \t]*\..*" | grep "^\!" | awk '{print $2"@"}' | xargs s
215215
# Add all new files that are not set to be ignored
216216
svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2"@"}' | xargs svn add
217217
svn update --quiet --accept working $SVNPATH/assets/*
218+
svn resolve --accept working $SVNPATH/assets/*
218219
svn commit --username=$SVNUSER -m "Updating assets"
219220

220221
echo
@@ -226,6 +227,7 @@ svn copy --quiet trunk/ tags/$PLUGINVERSION/
226227
svn delete --force --quiet $SVNPATH/tags/$PLUGINVERSION/assets
227228
svn delete --force --quiet $SVNPATH/tags/$PLUGINVERSION/trunk
228229
svn update --quiet --accept working $SVNPATH/tags/$PLUGINVERSION
230+
#svn resolve --accept working $SVNPATH/tags/$PLUGINVERSION/*
229231
cd $SVNPATH/tags/$PLUGINVERSION
230232
svn commit --username=$SVNUSER -m "Tagging version $PLUGINVERSION"
231233

0 commit comments

Comments
 (0)