VG wrote: > 1) Error: > test_migrate(MailstoreMigrateTest): > Errno::EACCES: Permission denied - /tmp/mailstore-3.6.tmp/.svn/prop-base
Check the permissions on that directory. If you previously attempted to build as root, it may have root permissions. To be safe, make the directory world writable (chmod a+w) or change the ownership to your user (chown `whoami`:`whoami`). -- Joe Attardi [EMAIL PROTECTED] _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
