Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

is equivalent to

svn copy . $SIT_SVN/O2OTranslatorpackage/tags/V00-28-08

which probably does not do exactly what you intend. TO fix this you need to copy trunk to tags. This can be done in couple of ways:

...

  • Use svn copy:

svn copy $SIT_SVN/O2OTranslatorpackage/trunk $SIT_SVN/O2OTranslatorpackage/tags/V00-28-08

Package sub-directory names convention

...