Ticket #234 (closed bug: fixed)
mk_gitignore.pl (lib/Parrot/Manifest.pm) needs svk
Reported by: | fperrad | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | configure | Version: | |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
I create a local repository with 'git-svn clone'. Now, I try to generate the .gitignore. I obtain the following error :
user@vm-xubuntu-8:~/git-svn/trunk$ perl tools/dev/mk_gitignore.pl
Can't exec "svk": No such file or directory at lib/Parrot/Manifest.pm line 25. Can't exec "svk": No such file or directory at lib/Parrot/Manifest.pm line 283. Use of uninitialized value $svnignore in substitution (s///) at lib/Parrot/Manifest.pm line 286. Use of uninitialized value $svnignore in split at lib/Parrot/Manifest.pm line 288.
(I had installed : git, git-svn but not svk)
François.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.