2006年02月26日 星期日 03:29
cvs checkout: in directory .: cvs checkout: cannot open CVS/Entries for reading: No such file or directory 这样的提示,也有人遇到,但没有具体解决办法. 我用的是cvsnt2.503 客户端用wincvs2.04, -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060226/b0dc9ebb/attachment.htm
2006年02月26日 星期日 10:54
windows 下面使用SVN 比较快和简便………… On 2/26/06, HoLin <holin.he at gmail.com> wrote: > cvs checkout: in directory .: > cvs checkout: cannot open CVS/Entries for reading: No such file or directory > > 这样的提示,也有人遇到,但没有具体解决办法. > > 我用的是cvsnt2.503 > 客户端用wincvs2.04, > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > -- """Time is unimportant, only life important! blogging : http://blog.zoomquiet.org/pyblosxom/ wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet in douban: http://www.douban.com/people/zoomq/ """
2006年02月26日 星期日 13:42
On Sun, Feb 26, 2006 at 03:29:22AM +0800, HoLin wrote: > cvs checkout: in directory .: > cvs checkout: cannot open CVS/Entries for reading: No such file or directory > > 这样的提示,也有人遇到,但没有具体解决办法. > 看样子,你丢失了 CVS/Entries 文件,或者这根本就不是从 CVS checkout 出来 的源码。解决办法就是重新 checkout 一份源码来。 -- Best Regards, Carlos
2006年02月26日 星期日 13:48
On Sun, Feb 26, 2006 at 10:54:04AM +0800, Zoom Quiet wrote: > windows 下面使用SVN 比较快和简便………… > 如果软件作者用 CVS 作为版本控制系统,用户也选择其它工具的可能性也就不大 了,至少 SVN 不是可选项。 -- Best Regards, Carlos
2006年02月26日 星期日 16:16
还是没搞明白.后来直接客户端import了,操作是没问题了.可那个问题还不知道怎么回事. 我开始是想选择svn的,可好像windows下不能装svn server,我看了下是这样.:( On 2/26/06, Carlos Liu <about.linux at gmail.com> wrote: > > On Sun, Feb 26, 2006 at 10:54:04AM +0800, Zoom Quiet wrote: > > windows 下面使用SVN 比较快和简便………… > > > 如果软件作者用 CVS 作为版本控制系统,用户也选择其它工具的可能性也就不大 > 了,至少 SVN 不是可选项。 > > -- > Best Regards, > Carlos > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060226/0ebd7213/attachment.htm
2006年02月26日 星期日 17:06
svn 一直都有win32版本的, 我原来公司的一个项目就在windows 2003上面做svn 服务, 用了半年多了(虽然我一直劝说他们迁移到Linux......) http://subversion.tigris.org 上去找找吧 如果用CVS的话, 可以试一下 TortoiseCVS 和TortoiseSVN操作一样, 在目录用右键就全部搞定了, 个人觉得比 Wincvs好用 On 2/26/06, HoLin <holin.he at gmail.com> wrote: > 还是没搞明白.后来直接客户端import了,操作是没问题了.可那个问题还不知道怎么回事. > > 我开始是想选择svn的,可好像windows下不能装svn server,我看了下是这样.:( > > > > On 2/26/06, Carlos Liu <about.linux at gmail.com> wrote: > > On Sun, Feb 26, 2006 at 10:54:04AM +0800, Zoom Quiet wrote: > > > windows 下面使用SVN 比较快和简便………… > > > > > 如果软件作者用 CVS 作为版本控制系统,用户也选择其它工具的可能性也就不大 > > 了,至少 SVN 不是可选项。 > > > > -- > > Best Regards, > > Carlos > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > -- simple is good http://brucewang.net
2006年02月26日 星期日 19:07
又去认真看了一下,原来是window9x/me下没有.汗,大意了!~ On 2/26/06, Bruce Wang <number5 at gmail.com> wrote: > > svn 一直都有win32版本的, 我原来公司的一个项目就在windows 2003上面做svn 服务, > 用了半年多了(虽然我一直劝说他们迁移到Linux......) > http://subversion.tigris.org 上去找找吧 > > 如果用CVS的话, 可以试一下 TortoiseCVS 和TortoiseSVN操作一样, 在目录用右键就全部搞定了, 个人觉得比 Wincvs好用 > > On 2/26/06, HoLin <holin.he at gmail.com> wrote: > > 还是没搞明白.后来直接客户端import了,操作是没问题了.可那个问题还不知道怎么回事. > > > > 我开始是想选择svn的,可好像windows下不能装svn server,我看了下是这样.:( > > > > > > > > On 2/26/06, Carlos Liu <about.linux at gmail.com> wrote: > > > On Sun, Feb 26, 2006 at 10:54:04AM +0800, Zoom Quiet wrote: > > > > windows 下面使用SVN 比较快和简便………… > > > > > > > 如果软件作者用 CVS 作为版本控制系统,用户也选择其它工具的可能性也就不大 > > > 了,至少 SVN 不是可选项。 > > > > > > -- > > > Best Regards, > > > Carlos > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > -- > simple is good > http://brucewang.net > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060226/d5c09fad/attachment.html
2006年02月26日 星期日 20:22
用svn了,和cvs比较,真是方便不少. 使用方便,配置简单.^_^ On 2/26/06, HoLin <holin.he at gmail.com> wrote: > > 又去认真看了一下,原来是window9x/me下没有.汗,大意了!~ > > On 2/26/06, Bruce Wang <number5 at gmail.com> wrote: > > > > svn 一直都有win32版本的, 我原来公司的一个项目就在windows 2003上面做svn 服务, > > 用了半年多了(虽然我一直劝说他们迁移到Linux......) > > http://subversion.tigris.org 上去找找吧 > > > > 如果用CVS的话, 可以试一下 TortoiseCVS 和TortoiseSVN操作一样, 在目录用右键就全部搞定了, 个人觉得比 > > Wincvs好用 > > > > On 2/26/06, HoLin <holin.he at gmail.com> wrote: > > > 还是没搞明白.后来直接客户端import了,操作是没问题了.可那个问题还不知道怎么回事. > > > > > > 我开始是想选择svn的,可好像windows下不能装svn server,我看了下是这样.:( > > > > > > > > > > > > On 2/26/06, Carlos Liu <about.linux at gmail.com > wrote: > > > > On Sun, Feb 26, 2006 at 10:54:04AM +0800, Zoom Quiet wrote: > > > > > windows 下面使用SVN 比较快和简便………… > > > > > > > > > 如果软件作者用 CVS 作为版本控制系统,用户也选择其它工具的可能性也就不大 > > > > 了,至少 SVN 不是可选项。 > > > > > > > > -- > > > > Best Regards, > > > > Carlos > > > > _______________________________________________ > > > > python-chinese > > > > Post: send python-chinese at lists.python.cn > > > > Subscribe: send subscribe to > > > python-chinese-request at lists.python.cn > > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > > Detail Info: > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to > > > python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > Detail Info: > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > -- > > simple is good > > http://brucewang.net > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060226/cb25ca60/attachment-0001.html
2006年02月27日 星期一 10:01
是啊,同意。TortoiseCVS 比WinCVS好用多了! 2006/2/26, Bruce Wang <number5 at gmail.com>: > 如果用CVS的话, 可以试一下 TortoiseCVS 和TortoiseSVN操作一样, 在目录用右键就全部搞定了, 个人觉得比 Wincvs好用 > _______________________________________________ python-chinese Post: send python-chinese at lists.python.cn Subscribe: send subscribe to python-chinese-request at lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号