You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Patrick Ting (JIRA)" <ji...@apache.org> on 2010/08/24 04:48:16 UTC

[jira] Created: (AVRO-624) Fail to build from fresh git checkout

Fail to build from fresh git checkout
-------------------------------------

                 Key: AVRO-624
                 URL: https://issues.apache.org/jira/browse/AVRO-624
             Project: Avro
          Issue Type: Bug
          Components: build
    Affects Versions: 1.4.0
         Environment: Ubuntu 10.04 amd64, github checkout
            Reporter: Patrick Ting
            Priority: Minor


Here's a sample of what I did to repro the bug:
> git clone git://github.com/apache/avro.git
> cd avro
> ./build.sh dist
+ for target in '"$@"'
+ case "$target" in
+ mkdir -p build
+ rm -rf build/avro-src-1.4.0-SNAPSHOT
+ svn export --force . build/avro-src-1.4.0-SNAPSHOT
svn: '.' is not a working copy

the hack solution would probably to check for the existence of diretories .svn or .git and execute the appropriate command.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.