svn

xCode 4 hangs… what to do?

本小妞迷上赌 提交于 2020-01-12 13:08:41
问题 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

How do I make svn ignore unversion files only in my working copy?

我是研究僧i 提交于 2020-01-12 12:53:32
问题 duplicate: Ignore SVN ignore... possible? Suppose my working copy is littered with unversioned files that I don't want to delete. I want svn to ignore these files, but I do not want to add them to the ignore list, because I don't want to pollute other people's working copy with my ignore list. Is this possible in svn? Clarification: I'm not sure why, but people keep advising me to edit my global configs; however, this is not what I'm what I'm looking for. What I want to do is target specific

What is the best way to make files live using subversion on a production server?

别来无恙 提交于 2020-01-12 09:18:10
问题 Currently I have subversion set up so that when I make changes in Eclipse PDT, I can commit the changes and they will be saved in /home/administrator/ Project File . This file has the /branches /tags and /trunk directories recommended by subversion. I have no problem properly uploading files to the repository, but do I have to "mv" the files in Linux to /var/www in order to make them live on the server? Is there an automatic process to do this that I am missing? I'm assuming we don't want to

What is the best way to make files live using subversion on a production server?

ぐ巨炮叔叔 提交于 2020-01-12 09:17:14
问题 Currently I have subversion set up so that when I make changes in Eclipse PDT, I can commit the changes and they will be saved in /home/administrator/ Project File . This file has the /branches /tags and /trunk directories recommended by subversion. I have no problem properly uploading files to the repository, but do I have to "mv" the files in Linux to /var/www in order to make them live on the server? Is there an automatic process to do this that I am missing? I'm assuming we don't want to

how to convert svn repository to git on Windows

别等时光非礼了梦想. 提交于 2020-01-12 09:16:26
问题 We have remote svn repository and we want it to convert to git. Could you please tell me how is it possible to do it on Windows? Thank. 回答1: Install application on Windows: Git for Windows. TortoiseGit Find out the svn repository URL and copy it Something like this: Invoke TortoiseGit Clone dialog Right click on destination folder, e.g. D:\SVN\ToGit , and Click Git Clone... Check the From SVN repository checkbox If you copied the URL first, then invoke the clone dialog, TortoiseGit will get

redmine 和 svn 集成

旧城冷巷雨未停 提交于 2020-01-12 05:13:13
本次的集成环境,SVN服务器与Redmine部署在两个不同的服务器上,为了让Redmine能够正常访问Subversion,Redmine服务器上需要先安装VisualSVN(测试多次得出的结论),VisualSVN可以到网上直接下载,地址是: https://www.visualsvn.com/server/download/ 安装完成之后,在Redmine中要确保看到SVN的连接是正常的 本次集成中SVN服务器使用了https的方式进行连接,所以还需要进行配置,也就是找到以下的路径的程序 D:\Bitnami\redmine-3.4.3-1\apps\redmine\htdocs\lib\redmine\scm\adapters 打开subversion_adapter.rb,找到248行,修改为如下的内容 str << " --no-auth-cache --non-interactive --config-dir \"C:/Users/Administrator/AppData/Roaming/Subversion\"" 修改后也需要重新启动服务器。 然后到Redmine的具体项目中进行SVN的绑定 如果死活不成功,试试下面的方法 解决方法: 采用 HTTPS 访问 SVN 库,通常由于证书不被信任,所以需要在服务器上运行一次 svn 命令 svn list svn地址

Svn get current user

倖福魔咒の 提交于 2020-01-12 04:00:11
问题 How to get current user that is using svn on particular workstation? can I use svn.exe executable with some switch to get that info. Thanks. 回答1: In Linux, you will find the following file in your home directory: ~/.subversion/auth/svn.simple In this file, you can see the "currently logged in user". 回答2: There's no such thing as the "current user that is using svn." Every time an SVN command is submitted, credentials are supplied either explicitly at the command prompt or implicitly through

Svn get current user

倖福魔咒の 提交于 2020-01-12 03:59:40
问题 How to get current user that is using svn on particular workstation? can I use svn.exe executable with some switch to get that info. Thanks. 回答1: In Linux, you will find the following file in your home directory: ~/.subversion/auth/svn.simple In this file, you can see the "currently logged in user". 回答2: There's no such thing as the "current user that is using svn." Every time an SVN command is submitted, credentials are supplied either explicitly at the command prompt or implicitly through

Trigger Hudson build on SVN commit

荒凉一梦 提交于 2020-01-12 03:15:13
问题 I have already set up a version control system (Subversion) which is going to be used by developers to commit and update their code (let's say that its address is https://server/svn/project ). Only authenticated users will be able to have access to project's SVN. On the other hand, I have installed Hudson as the project's continuous integration server (address of the project is server:8080/job/project ). I'd like to achieve the following: Hudson builds to be triggered automatically when there

Error “The server sent an improper HTTP response.” on commit with Subversion 1.8+ client

廉价感情. 提交于 2020-01-12 02:11:06
问题 Recently I have been plagued by an error on committing to a single SVN repo using TortoiseSVN (1.8.7.25475) or AnkhSVN (2.5.12471.17): Error running context: The server sent an improper HTTP response Here is a screenshot of the error in TortoiseSVN: The pixels differ of course, but the error is the same in AnkhSVN. This only seems to affect attempts to commit modifications, not additions or deletions; and I can commit mods to several other SVN repos on the same server just fine. Since my