tortoisesvn

Getting “Unable to connect to a repository” error in CodePlex with TortoiseSVN

梦想的初衷 提交于 2019-12-23 02:04:37
问题 I just created a project over at codeplex and tried committing the sourcecode (so my project can be available publicly). TortoiseSVN just doesn't work with CodePlex anymore it seems. And codeplex doesn't let you change source uploading options without contacting them first. The errors in get when I try to checkout are: Unable to connect to a repository at URL 'http://onthefly.codeplex.com' The OPTIONS request returned invalid XML in the response: XML parse error at line 1: no element found

How do I reconfigure VisualSVN server from Copy-Modify-Merge to Lock-Modify-Unlock?

穿精又带淫゛_ 提交于 2019-12-23 01:29:23
问题 We have just started using VisualSVN, TortoiseSVN and ankhSVN plug-in to handle our source control. Initially we were good with the Copy-Modify-Merge style, but we have now found a need to move to the Lock-Modify-Unlock method. But we already have like 15 projects in our repository that follow Copy-Modify-Merge. What do I need to do to configure our repository to require locks for the existing projects and any projects that will be added in the future. I have seen the documentation on 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

Programmatically use TortoiseSVN with C# or its related processes to check if a repository is up-to-date

青春壹個敷衍的年華 提交于 2019-12-22 11:10:30
问题 Is there a way to programmatically use TortoiseSVN with C# or its related processes to check if a repository is up-to-date? (I can use System.Diagnostics.Process, but I don't want any GUI stuff to show.) I don't have SVN. It is open source... So I could go through all the code, but that seems like a pain. Should I use [dllImport] to call one of the DLL files in the TortoiseSVN bin directory? In a related problem I wanted to see if a folder was even a Subversion'ed folder. My solution to this

Subversion Update Issue

匆匆过客 提交于 2019-12-22 10:45:25
问题 I'm getting the following error when I try to update my repository. Can someone explain what it means? Command: Update Error: URL Error: 'http://mysvn/foo' Error: of existing directory Error: 'C:\SVN\MyProj\NinjectModules\Models' does not match Error: expected URL 'http://mysvn/foo/NinjectModules/Models' Finished!: 回答1: This kind of error message is usually associated with letter casing errors in the svn repository. Perhaps your svn is installed on a Linux machine and there you have two

How do I put an existing Visual Studio solution under source control using VisualSVN Server?

ε祈祈猫儿з 提交于 2019-12-22 10:00:00
问题 I have an existing Visual Studio 2013 solution, and I want to put it under source control using VisualSVN Server. I installed VisualSVN Server and created a new blank repository. Their Getting Started page doesn't explain how to add a folder structure and files to the repository. I am expecting an import or add files option when right clicking on the repository node in the UI. How do I add an exiting root folder and all its files and folders of a Visual Studio solution to a repository and

TortoiseSvn error : the same name as the administrative directory

左心房为你撑大大i 提交于 2019-12-22 08:35:28
问题 I am working with TortoiseSVN. I've performed a checkout to an empty folder. Some files get transferred but then, at some point I receive the following error: Error: Failed to add directory 'D:\code\Website\ClientBin_svn': object of Error: the same name as the administrative directory I tried deleting the folder and checking out the project to a different directory. It doesn't work. When I try to check out the project on a different computer on a different lan it works fine. Any ideas? Thanks

Fixing the Subversion user does not own lock on path error

谁说胖子不能爱 提交于 2019-12-22 08:18:50
问题 I am trying to delete a folder within my Subversion repository. My TortoiseSVN client gives me the following error message when I try to commit this change: Commit Failed (details follow): User {username} does not own lock on {path} page {filename} currently locked by {another user} If you want to break the lock, use the 'Check for modifications' dialog. I do want to break the lock and delete the folder, but I can't see an obvious way to do it from the Check for Modifications folder. Does

How to install Tortoise SVN in to Android Studio 2.1 Latest Version

巧了我就是萌 提交于 2019-12-22 04:55:08
问题 I have downloaded 64bit Tortoise SVN and installed in C Drive in to my system. I have created seperate folder for SVN client and branch,tags,trunk folders and paste the code and commit in to that SVN server. Studio : next, I tried to set tortoise svn path in to studio Version Control-Subversion-user command line client: path url.. But, I could not find svn.exe in to this path C:\Program Files\TortoiseSVN\bin. Anyway, I could not set path into studio. Exactly dont know, where made mistake ? I

How do we keep track of our working copy's branch?

一世执手 提交于 2019-12-22 04:24:10
问题 Are there any good techniques to help us know which branch (or trunk) our working copy is from? We recently converted to Subversion and we're using release branches. I had two developers commit changes to the release branch that should have been committed to the trunk. We're using CI (TeamCity), so I recognized the problem right away and was able to revert the changes but I'd like to prevent it from happening again. From within Visual Studio, especially, it's easy to make a mistake and commit