进入集体 SVN 并使用 jarn.mkrelease

发布于 2024-12-17 20:39:10 字数 967 浏览 2 评论 0原文

我有一个产品,目前可以在这里购买:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白昼 2024-12-24 20:39:10

那是因为 svn 目录结构的标准是:

<myproduct>
    /branches
    /tags
    /trunk

并且该产品期望正是该结构。您应该将所有代码移动到新的主干目录中,然后添加分支和标签。

That's because the standard for svn directory structure is:

<myproduct>
    /branches
    /tags
    /trunk

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文