Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • DM/dm-docs
  • hammonds/dm-docs
  • hparraga/dm-docs
3 results
Show changes
Showing
with 30 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
#!/bin/sh
SVN_ROOT=https://subversion.xray.aps.anl.gov/DataManagement
svn ls $SVN_ROOT/releases
#!/bin/sh
SVN_ROOT=https://subversion.xray.aps.anl.gov/DataManagement
svn ls $SVN_ROOT/tags
This diff is collapsed.
#!/bin/sh
SVN_ROOT=https://subversion.xray.aps.anl.gov/DataManagement
release=$1
tag=$2
if [ -z $release ]; then
echo "Usage: $0 <release> [$tag]"
exit 1
fi
if [ -z $tag ]; then
svn copy $SVN_ROOT/trunk $SVN_ROOT/releases/$release -m "Creating
release $release from current trunk"
else
svn copy $SVN_ROOT/tags/$tag $SVN_ROOT/releases/$release -m "Creating
release $release from tag $tag"
fi
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
../src/python/dm/ds_web_service/service/dsWebService.py
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.