aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/The_webapp_doesn__39__t_allow_deleting_repositories.mdwn
blob: 88e39efe97084454ceedd68ba2a8f5ba47551d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
What steps will reproduce the problem?

After creating new remote repositories in the webapp there's no option to delete them

What is the expected output? What do you see instead?

Some option to delete a repository, just like I can disable sync or change the config of a remote

What version of git-annex are you using? On what operating system?

    $ ./git-annex version
    git-annex version: 3.20130102

    $ uname -a
    Linux wintermute 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:45:18 UTC 2012 i686 i686 i386 GNU/Linux

    $ lsb_release -a
    Distributor ID:	Ubuntu
    Description:	Ubuntu 12.04.1 LTS
    Release:	12.04
    Codename:	precise

[[!tag /design/assistant]]

> Status: You can delete the current repository. You can also remove
> repositories from the list of remotes (without deleting their content)
> and you can tell it you want to stop using a remote, and it will
> suck all content off that remote until it's empty.
> 
> Still todo: Detect when a remote has been sucked dry, and actually delete
> it. --[[Joey]]

>> [[done]] --[[Joey]]