tortoisesvn

SVN issue when committing and updating from branch

I'm fairly new to SVN and I have a weird behavior issue. I'm working in a branch of code and when I commit code, it says it is commiting to: "https://10.1.1.3:8443/svn/ProjectName" and shows the files that have changes made as "branches/branchName/src/fileName.cs". Works just fine, shows modified content in "c:\projects\ProjectName\bra...

Automate TortoiseSVN commit using cruise control

I am new to tortoise svn, can any one tell how to automate tortoisesvn's commit process using CruiseControl.NET . My attempt to do that results in an exception being thrown. My main concern is to auto close the window that pops up when we execute the command "tortoiseproc /command: commit /path:"**********PATH********* /logmsg: "log ms...

Ignore all folders with a certain name in SVN (subversion), how to?

I am fairly new to Subversion and was wondering how exactly to ignore all folders by a specific name. From what I have read, I think I need to use the svn:ignore function, but I have no clue on how to actually do this. Some places mention a config file.. some say command prompt. I have my subversion repo set up on a windows 2008 ser...

How do I configure Eclipse's Subversion config file to use my private-key?

Hi, I'm using Eclipse and the Subversive for SVN control, in Windows. I've also installed TortoiseSVN. The SVN repository I'm using is utilizing a svn+ssh scheme, and there is no way to change that. Now, there's a file in %APPDATA%\Subversion\config that I need to edit to perform SVN interaction in Eclipse without typing in the passwor...

TortoiseSVN trunk checkout "Server sent unexpected return value (403 Forbidden) in response to OPTIONS" error

First of all please excuse my lack of knowledge, I'm new to Tortoise, and my bad English. My problem is that every time I do some operation with an URL like the following one: https://nttt.dttt.com:8443/svn/nttt/Med/trunk I get "Server sent unexpected return value (403 Forbidden) in response to OPTIONS". The user and password I supplied...

Tortoise SVN diff two trees

Hi Consider the following situation Code was added to the trunk at revision x A branch was created The modifications of rev x were removed from trunk in rev x+10 and new code was added trunk and branch goes their own ways till rev x+100 Now we need to update the branch with changes form the trunk The problem with a simple "merge a r...

Run Tortoise SVN client from Java

I need to call Tortoise SVN client from Java applications. In fact I have entire control of SVN client from Java. The application must be aware of the results of the execution of operations. Does anyone know if it can be performed safely? Thanks ...

svn track brand new code base

I'm at a company, we keep recieviing new codebases from a third party vendor. we'd like to track the changes in subversion. is there a way to replace a branch with the new code and track the changes? currently we just delete all files in the branch, and then add the new files and commit. we'd like to track the files, but I havn't foun...

Svn revision number to a text file

hi, I want to display svn revision number to a text file I am getting the revision number using this command $revision = ([xml](svn info "filepath" --xml)).info.entry.commit.revision ...

Clearing TortoiseSVN authentication cache from the command line

TortoiseSVN is nice for the most part, but one thing that blows in a team development situation where more than one person is using a particular PC is the authentication. When I'm working on stuff, I like to save my credentials so that I don't need to keep entering it in for logging, branching, committing, etc. The problem is that I al...

How to search SVN repository for a file when I'm not sure where I put it?

Co-worker is sure he checked in a file: foo_oustanding.dpr but isn't sure when/where (we have lots of "tools" and "utility" ancillary branches, lots of project branches, etc.. I need a way to search the entire repository for this file. I could check the whole source tree out to my HD, but that would take several hours. Is there a faster...

How to use SVN to diff an entire repository (preferably with Tortoise SVN)

I'm wondering if there is a way to create a diff of a repository that you've checked out and save it to a diff file so that you can contribute it to a project as a full patch. I'm using Tortoise SVN, but if it has to be at the command line, that's OK too. ...

Is there a way to include a file in Source Control if it's within an "excluded" pattern? (include myapp.exe if you've excluded all *.exe) in Subversion?

I'm using the latest TortoiseSVN and I've got *.exe in the global exclusion. But I now find that there are a couple of .exe files that I would like to check in. Any way to do that? ...

SVN delete file

Hi, My question is simple, if i delete a file in a trunk of an svn repository, could i get the file if i ask for a previous version or the file was deleted forever? Thanks. Best Regards. Jose ...

running SVN scripts of users with no password

Hi, I'm running SVN functions such as log from the command line. I'm using --username and --password attributes to authenticate the function. Unfortunately, my users don't have passwords and I'm don't know what value to provide in the command line for the password. the syntax is: --password ARG and I don't have any value. please...

Adding comments to SVN revisions

I'm using Subversion 1.6 with TortoiseSVN and WebSVN. I'm looking for a simple tool, that would enable me to add custom comments to SVN revisions. So I would be able to see the stream of incoming revisions and mark which of them I already reviewed. An ability to share the comments with other programmers would also be a welcome addition, ...

Version Control and Coding Formatting

Hi, I'm currently part of the team implementing a new version control system (Subversion) within my organization. There's been a bit of a debate on how to handle code formatting and I'd like to get other peoples opinions and experiences on this topic. We currently have ~10 developers each using different tools (due to licensing and pre...

Is git / tortoisegit ready to replace snv / tortoisesvn on windows?

I've been using SVN through tortoise and svn:// protocol on windows for a couple of years and I'm pretty comfortable with it. Nevertheless there are a couple of features I'd like to hove, mainly shelves (something like local commits) and easier branch / merge support. From my experience, svn / tortoise on windows is rock solid stuff. ...

Where does TortoiseSVN save password cached files in Windows 7?

I found c:\users\USERNAME\AppData\TSVNCache directory, but it is empty. ...

Android "gen" folder and SVN - bitter enemies.

It seems that I accidentally checked in my "gen" folder from an Android project (this folder contains the R.java generated class). When I realized I did this I deleted it from SVN and tried to ignore it. Now I am now getting the error... "Could not add gen to the ignore list! Working copy 'C:\code\guru' locked. When I try to ...