svn

svn branch merge tree conflict issue (using tortoise)

a 夏天 提交于 2019-12-22 16:29:49
问题 I have read a lot and lot on this but couldn't figure out what the issue is, and it's pretty weird. I am using version 1.7 for server and latest tortoise version (1.7) for the client. Here's the scenario: I created a parent branch, and then created 1 child branch from it. So, PARENT_BRANCH -> CHILD_BRANCH Add a new directory in CHILD_BRANCH and commit. Using tortoise merge all changes from CHILD_BRANCH to PARENT_BRANCH. I used 'merge a range of revisions' option and didn't specify any

Installing Source Control with Lotus Notes Designer 8.5.3 GEF SDK missing

那年仲夏 提交于 2019-12-22 16:18:29
问题 We want to use subversion as source control for our Lotus Notes Applications. Niklas Heidloff published a documentation how to add the necessary applications to our 8.5.3 Designers to make a connection to the repository http://heidloff.net/home.nsf/dx/09152011024951AMNHEA28.htm Unfortunately someone changed the folder for the GEF SDK resource on the eclipse download page. The needed 3.6.2 SDK was moved from update releases to an archive folder. We tried to modify the associates.xml file to

Installing Source Control with Lotus Notes Designer 8.5.3 GEF SDK missing

我的梦境 提交于 2019-12-22 16:16:32
问题 We want to use subversion as source control for our Lotus Notes Applications. Niklas Heidloff published a documentation how to add the necessary applications to our 8.5.3 Designers to make a connection to the repository http://heidloff.net/home.nsf/dx/09152011024951AMNHEA28.htm Unfortunately someone changed the folder for the GEF SDK resource on the eclipse download page. The needed 3.6.2 SDK was moved from update releases to an archive folder. We tried to modify the associates.xml file to

Installing Source Control with Lotus Notes Designer 8.5.3 GEF SDK missing

混江龙づ霸主 提交于 2019-12-22 16:16:08
问题 We want to use subversion as source control for our Lotus Notes Applications. Niklas Heidloff published a documentation how to add the necessary applications to our 8.5.3 Designers to make a connection to the repository http://heidloff.net/home.nsf/dx/09152011024951AMNHEA28.htm Unfortunately someone changed the folder for the GEF SDK resource on the eclipse download page. The needed 3.6.2 SDK was moved from update releases to an archive folder. We tried to modify the associates.xml file to

Setting up Visual SVN for real world use

删除回忆录丶 提交于 2019-12-22 14:58:25
问题 I have just setup VisualSVN on my local machine and on our server that hosts our websites. I used the standard default settings when installing the software but I'm a bit confused how to use this with our setup. I have tested the installation and everything appears to be working ok. In Visual Studio 2008, I can connect to and commit the website files to the server successfully using "IP of server/svn/domainname folder". If I point my browser to the url "IP of server/svn/domainname folder" and

Using Subversion Tags to Deploy to Development/Staging/Testing Server

家住魔仙堡 提交于 2019-12-22 13:58:10
问题 Are Subversion Tags a good way to post to a development or staging server? I envision this. As the trunk becomes stable, a tag is created with that build. The development server switches to that tag utilizing Subversion, updating to the latest revision of files, deleting no longer needed files, etc. The server account I envision would also only have read only access to the repository. Does this make sense? I am thinking of a way I can eliminate manual hand-copying files up to the development

how to do SVN http-request checkin/commit within html

一世执手 提交于 2019-12-22 13:31:45
问题 i've got a problem i want to use a website to do a checkin and checkout on my svn server. i already got everthing to the point where i can do a checkout using jQuery. my remaining problem is with the handling of the MERGE process. within the MERGE svn transmits a chunked response. but my console just reports Bad Request. wireshark told m that the Transfer-Encoding is chunked. but i couldn't set it to chunked. if i set the contentType to chunked the body is chunked not the transfere-encoding.

Is there a Subversion Checkout Hook or something similar?

£可爱£侵袭症+ 提交于 2019-12-22 12:43:20
问题 I'm using a subversion repository and I want to know whenever somebody asks my repository for a checkout; like a 'svn co' or an 'svn up'. Is there a hook or some other method that I can use so that a script is run, or email sent, whenever somebody requests information from my svn server? How can I achieve this without relying on apache logs? BTW it is a pretty simple repository just meant for Educational purposes. (If you need more information then just ask. Thanks in advance.) 回答1: The

Is there a Subversion Checkout Hook or something similar?

不想你离开。 提交于 2019-12-22 12:43:07
问题 I'm using a subversion repository and I want to know whenever somebody asks my repository for a checkout; like a 'svn co' or an 'svn up'. Is there a hook or some other method that I can use so that a script is run, or email sent, whenever somebody requests information from my svn server? How can I achieve this without relying on apache logs? BTW it is a pretty simple repository just meant for Educational purposes. (If you need more information then just ask. Thanks in advance.) 回答1: The

SVN with LDAP authentication not working

为君一笑 提交于 2019-12-22 12:39:39
问题 I'll first start with my setup. For this we have 2 servers Server1 is going to be used for all the sourcecode, files, etc.., And on Server2 we have all our user information and logins. Both servers are running on Centos 6.4 Now we want to setup a SVN repository on server1 thats working with apache (httpd) and has a LDAP authentication that uses accounts from server 2. Previously i set up a CVS repo aswel so i'm 100% sure ldap is working. My SVN repo is working as it should with apache, but i