进入集体 SVN 并使用 jarn.mkrelease
我有一个产品,目前可以在这里购买:
http://svn.plone.org /svn/collective/RestrictedSize.RestrictedSize/
我正在尝试使用 jarn.mkrelease 来释放一个鸡蛋。
但是,我在运行 mkrelease 时收到此消息:
~/demo$ PYTHONPATH=mkrelease/ ./mkrelease/bin/mkrelease -d pypi NBF/src/RestrictedSize/
Releasing RestrictedSize 1.0
Sending NBF/src/RestrictedSize/setup.py
Transmitting file data .
Committed revision 246625.
Tagging RestrictedSize 1.0
URL must point to trunk, branch, or tag: https://svn.plone.org/svn/collective/RestrictedSize.RestrictedSize
使用的 RestrictedSize 目录是
http 的签出://svn.plone.org/svn/collective/RestrictedSize.RestrictedSize/
我想我搞砸了 SVN 导入集体不知何故,所以我需要有人从 SVN 中删除 RestrictedSize 和 RestrictedSize.RestrictedSize 并向我指出一些教程或在这里帮助我。 :)
I've got a product, currently available here:
http://svn.plone.org/svn/collective/RestrictedSize.RestrictedSize/
And I'm trying to use jarn.mkrelease to release an egg.
However, I get this message when running mkrelease:
~/demo$ PYTHONPATH=mkrelease/ ./mkrelease/bin/mkrelease -d pypi NBF/src/RestrictedSize/
Releasing RestrictedSize 1.0
Sending NBF/src/RestrictedSize/setup.py
Transmitting file data .
Committed revision 246625.
Tagging RestrictedSize 1.0
URL must point to trunk, branch, or tag: https://svn.plone.org/svn/collective/RestrictedSize.RestrictedSize
The RestrictedSize directory used, is a checkout of
http://svn.plone.org/svn/collective/RestrictedSize.RestrictedSize/
I think I screwed up the SVN import into the collective somehow, so I need someone to delete RestrictedSize and RestrictedSize.RestrictedSize from SVN and point me to some tutorial or help me here. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那是因为 svn 目录结构的标准是:
并且该产品期望正是该结构。您应该将所有代码移动到新的主干目录中,然后添加分支和标签。
That's because the standard for svn directory structure is:
and that product expects exactly that structure. You should move all the code in a new trunk directory and than add also branches and tags.