svn

SVN 255 Character Problem

微笑、不失礼 提交于 2020-01-13 05:15:27
问题 I am using TortiseSVN and we have a problem when we exporting etc because subversion errors. The path has a character limit 255 - so I am not sure if this is the problem [I think it is in Win7 x-64 bit] How do I fix this ? i.e. allow paths for >255 characters ? 回答1: It's a Windows limitation, not a tortoise limitation. Has Windows 7 Fixed the 255 Character File Path Limit? 回答2: Subversion works quite well with paths longer than MAX_PATH (256 chars), but you must provide absolute paths for

Convert non standard svn to git

北城以北 提交于 2020-01-13 03:45:06
问题 We've got a non-standard svn setup which looks like this: Root |----->Trunk | |---->Projects | | |---> Project 1 | | |---> Project 2 | | |---> Project 3 | |---->Libraries | | |---> Library 1 | | |---> Library 2 |----->Tags | |---->Projects | | |---> Project 1 | | | |----> 1.0.0.0 | | | |----> 1.0.0.1 | | |---> Project 2 | | | |----> 1.0.0.2 | | | |----> 1.0.0.3 | |---->Libraries | | |---> Library 1 | | | |----> 1.0.0.0 | | | |----> 1.0.0.1 | | |---> Library 2 | | | |----> 1.0.0.0 | | | |---->

Flash Source Control - Best Practices

只谈情不闲聊 提交于 2020-01-13 03:20:30
问题 I'm working on a Flash project right now and I am having to force a designer into using our Source Control repository (SVN) to help manage and track the project. It's been a bit of an uphill battle to fully get him to embrace the benefits of source control, but it's coming along. I haven't had to use source control for a Flash project before other than on projects where I was the only person working on it. I'm starting to discover there are some addition workflow pieces you need to implement

GIT \\ SVN 版本管理 git + gitHub

落爺英雄遲暮 提交于 2020-01-13 03:05:20
场景1 想删除一个段落,又怕将来想恢复找不回来怎么办?有办法,先把当前文件“另存为……”一个新的Word文件,再接着改,改到一定程度,再“另存为……”一个新文件, 这样一直改下去,最后你的Word文档变成了这样: 场景2 有些部分需要你的财务同事帮助填写,于是你把文件Copy到 U盘 里给她(也可能通过Email发送一份给她),然后,你继续修改Word文件。一天后,同事再把Word文件传给你, 此时,你必须想想,发给她之后到你收到她的文件期间,你作了哪些改动,得把你的改动和她的部分合并,真困难 理想状态( 版本控制 ) 版本 文件名 用户 说明 日期 1 index.txt 张三 删除了'我爱你' 7/12 10:38 2 index.txt 张三 增加了"请嫁给我" 7/12 18:09 3 index.txt 李四 删除了“请嫁给我” 7/13 9:51 4 index.txt 张三 增加了:“拜拜” 7/14 15:17 SVN(了解) 版本控制工具:、 集中式得版本控制工具 (不安全) 网络共享 工作流程: 项目负责人创建好项目服务后 参与项目人员检出项目(拉取) 参与项目人员编辑完之后,添加add 将文件提交到服务器 commit git Git是目前世界上最先进的分布式版本控制系统(没有之一)。 Git有什么特点?简单来说就是:高端大气上档次! git诞生 集中式 vs

mercurial for OS projects and svn for Enterprise projects?

女生的网名这么多〃 提交于 2020-01-13 02:45:10
问题 correct me if im wrong, but isn't distributed SCMs for OS projects while centralized SCMs are better for corporate/private projects? cause with eg. mercurial anyone gets an exact copy of the repository with FULL history features, while with centralized you only get the latest working copy. im more focused on private projects so i wonder if its better with centralized SCMs or doesnt it matter? 回答1: You can use a DVCS (like mercurial) in large corporation. The limits of a DVCS compared to a VCS

SVN+SSH Connection Giving Error 210002, Network Connection Closed Unexpectedly

倾然丶 夕夏残阳落幕 提交于 2020-01-13 02:10:08
问题 OK, I'm having a problem settings up SVN+SSH. I have SVN running on a Linux server and trying to connect from a Mac laptop running Snow Leopard. XCode tries to connect, but gives the message "Error 210002, network connection closed unexpectedly." Nothing online seems to explain. I connect using xcode with HTTP and it works correctly for all repositories. Here's my SVN vesrion: svn, version 1.5.4 (r33841) compiled Aug 7 2009, 01:44:11 Copyright (C) 2000-2008 CollabNet. Subversion is open

Can't commit to SVN server

三世轮回 提交于 2020-01-12 18:49:37
问题 When I commit to the server this returns: The POST request returned invalid XML in the response: XML parse error at line 3: not well-formed (invalid token) (/svn/site/!svn/me) I am using VisualSVN Server 2.5.1 and the client is TortoiseSVN 1.7.1 64Bit. The server by itself is working, I can update from repository or browse. Any suggestions? 回答1: You can use Fiddler2 as a proxy, and inspect the XML request/responses. Maybe that'll give you some more to go on. It looks like TortoiseSVN doesn't

Can't commit to SVN server

核能气质少年 提交于 2020-01-12 18:47:36
问题 When I commit to the server this returns: The POST request returned invalid XML in the response: XML parse error at line 3: not well-formed (invalid token) (/svn/site/!svn/me) I am using VisualSVN Server 2.5.1 and the client is TortoiseSVN 1.7.1 64Bit. The server by itself is working, I can update from repository or browse. Any suggestions? 回答1: You can use Fiddler2 as a proxy, and inspect the XML request/responses. Maybe that'll give you some more to go on. It looks like TortoiseSVN doesn't

xCode 4 hangs… what to do?

痴心易碎 提交于 2020-01-12 13:12:40
问题 xCode 4 started to hang on any project under svn control. I use a remote repository which is accessible and works just fine from a command line. The only work around I was able to find is to kill local svn and checkout the whole project again. That seems to work for a bit but then the same problem shows up: xCode just hangs solid a few seconds after I start it. I would really appreciate any help to resolve this... Can't do anything :( Please and thanks. Log shows the following: 3/22/11 9:53

xCode 4 hangs… what to do?

旧巷老猫 提交于 2020-01-12 13:10:33
问题 xCode 4 started to hang on any project under svn control. I use a remote repository which is accessible and works just fine from a command line. The only work around I was able to find is to kill local svn and checkout the whole project again. That seems to work for a bit but then the same problem shows up: xCode just hangs solid a few seconds after I start it. I would really appreciate any help to resolve this... Can't do anything :( Please and thanks. Log shows the following: 3/22/11 9:53