File: conq%3A_invalid_command_syntax.mdwn

package info (click to toggle)
git-annex 3.20120629
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,000 kB
  • sloc: haskell: 12,228; makefile: 93; ansic: 84; perl: 37; sh: 10
file content (30 lines) | stat: -rw-r--r-- 778 bytes parent folder | download
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
I've been getting an occasional error from git-annex.

The error is:   'conq: invalid command syntax.'

For example, the last two commands I ran are:

    $ git annex unused
    unused . (checking for unused data...) (checking master...) (checking origin/master...) 
      Some annexed data is no longer used by any files:
        NUMBER  KEY
        1       SHA256-s.....
      (To see where data was previously used, try: git log --stat -S'KEY')
      
      To remove unwanted data: git-annex dropunused NUMBER
      
    ok
    
    $ git annex dropunused 1
    dropunused 1 conq: invalid command syntax.
    ok



*OS:*  OSX + port installs of the GNU tools

*git-annex-version:*  3.20111211

*git-version:*  1.7.7.4

> [[done]], apparently not a git-annex bug --[[Joey]]