... | ... | @@ -300,6 +300,7 @@ To archive a repository, it must first be deactivated by adding a |
|
|
The script should display some sort of warning and exit with an error,
|
|
|
for example:
|
|
|
|
|
|
```
|
|
|
#!/bin/sh
|
|
|
|
|
|
cat <<EOF
|
... | ... | @@ -311,6 +312,7 @@ for example: |
|
|
EOF
|
|
|
|
|
|
exit 1
|
|
|
```
|
|
|
|
|
|
Then in Gitolite, the repository must be put "in the Attic", using a
|
|
|
patch that looks something like this:
|
... | ... | |