Skip to content

Commit

Permalink
Merge pull request #161 from rptaylor/patch-8
Browse files Browse the repository at this point in the history
Describe how to start transaction on subdirectory
  • Loading branch information
jblomer committed Feb 15, 2021
2 parents 1bcbb1a + 02084ab commit 47f8e46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpt-repository-gateway.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,11 @@ publisher machine: ::

$ cvmfs_server transaction test.cern.ch

then make changes to the repository, and publish: ::
Alternatively, to take advantage of the gateway functionality which allows concurrent transactions on different paths of a repository, or fine-grained permission to only publish changes in certain paths, you can request a publishing lease that is scoped to a subdirectory of the repository by starting a transaction like this: ::

$ cvmfs_server transaction test.cern.ch/example/path

Then to commit the changes to the repository and publish: ::

$ cvmfs_server publish

Expand Down

0 comments on commit 47f8e46

Please sign in to comment.