Category "svn"

How to get entire line that contains given string using findstr in batch script?

I need to get the line that contains the keyword ProductVersion from one of my svn repository csproj files. I have tried below code, but it is not working as ex

git-svn clone: unable to connect to a repository

Environment information ~$ git --version git version 2.11.0 ~$ git svn --version git-svn version 2.11.0 (svn 1.9.5) ~$ svn --version svn, version 1.9.5 (r17706

TortoiseSVN unable to connect to VisualSVN

Until last week we were normally able to connect to our VisualSVN server using Tortoise. Yesterday it's not working anymore. Any attempt to connect results in

Git tab missing in RStudio after git installed on Windows

Installed R, R Studio, Git but when I opened R Studio, there was no Git tab, like the screenshot below: Windows 8.1, x64 R version: 3.5.1 R Studio version: 1.

SVN Info - My last changed date is before my text last updated date

This is part of my output when I run svn info on a file: Last Changed Author: [user] Last Changed Rev: 269612 Last Changed Date: 2014-02-11 12:35:30 -0500 (Tue

SVN Merge of Moved Source Code Files

I feel like I have the simplest use case in the world with SVN: I have a file, Test.java in trunk of SVN. I branch trunk to dev-branch. I move Test.java into c

Maven svn: E215004: Authentication failed and interactive prompting is disabled; see the --force-interactive option

When I try to do a mvn release: perform, I get this error [ERROR] Provider message: [ERROR] The svn command failed. [ERROR] Command output: [ERROR] svn: E2150

How do I handle an SVN merge after I have moved some directories in a branch?

Suppose I have the following: trunk/ |-+ d1/ | |-- bar.c | \-- foo.c \-+ d2/ \-- baz.txt I do svn cp trunk branch, and commit. Now, I do some cleanup in b

How to set up svn conflict resolution with meld?

I've specified merge-tool-cmd = meld in my Subversion config. When I go to resolve a merge conflict using option l from the presented conflict resolution option

How to switch existing Intellij IDEA projects from SVN to Git SVN

I currently have existing Intellij IDEA projects that are tied to the SVN repository. I'm thinking of switching these projects to use Git SVN because I find the

What does "replacing" mean in Tortoise SVN changelog?

Once in a while I see that a file is listed in a commit in Tortose SVN changelog and the "action" column reads "replacing". What does that mean? How is that di