Dear all,
I am trying to install BE in a git submodule and I have some errors
(using BE from trunk).
Proyectos/LEBT-HTaccess is a git repository with different things, code,
documents, ...
Proyectos/LEBT-HTaccess/code/src is a git submodule (a repository in
itself) where is my code source.
When initializing BE I get the following error:
zunbeltz@zunbeltz-VPCF12E1E:~/Proyectos/LEBT-HTaccess/code/src$ be init
'be' programa ez dago instalatuta. Hurrengoa idatz ezazu instalatzeko:
sudo apt-get install bugs-everywhere
zunbeltz@zunbeltz-VPCF12E1E:~/Proyectos/LEBT-HTaccess/code/src$
~/.local/bin/be init
Traceback (most recent call last):
File "/home/zunbeltz/.local/bin/be", line 26, in <module>
sys.exit(libbe.ui.command_line.main())
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/ui/command_line.py",
line 393, in main
ret = dispatch(ui, command, args)
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/ui/command_line.py",
line 305, in dispatch
ret = ui.run(command, options, args)
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/command/base.py",
line 590, in run
return command.run(options, args)
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/command/base.py",
line 302, in run
self.status = self._run(**params)
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/command/init.py",
line 96, in _run
storage.init()
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/storage/base.py",
line 195, in init
return self._init()
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/storage/vcs/base.py",
line 695, in _init
self._vcs_add(self._u_rel_path(self.be_dir))
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/storage/vcs/git.py",
line 343, in _vcs_add
self._u_invoke_client('add', path)
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/storage/vcs/base.py",
line 934, in _u_invoke_client
return self._u_invoke(cl_args, **kwargs)
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/storage/vcs/base.py",
line 929, in _u_invoke
return invoke(*args, **kwargs)
File
"/home/zunbeltz/.local/lib/python2.7/site-packages/libbe/util/subproc.py",
line 94, in invoke
raise CommandError(list_args, status, stdout, stderr)
libbe.util.subproc.CommandError: Command failed (128):
fatal: This operation must be run in a work tree
while executing
['git', 'add', u'.be']
The process has create a .be directory in
Proyectos/LEBT-HTaccess/.git/modules/code
Is this a bug? Should I just install BE in the master repository?
Thanks for your help in advance,
Zunbeltz
--
Zunbeltz Izaola
_______________________________________________
Be-devel mailing list
Be-devel@bugseverywhere.org
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel