TortoiseSVN is a Subversion client for Windows, implemented as a shell extension.

learn more… | top users | synonyms (2)

0
votes
0answers
11 views

Commit failed (details follow): Can't close file '\\svn\xxx\db\transactions\4-j.txn\changes':

Tortoisesvn installed on the server Win2008r2. On the server, set up the storage. Access to it is through a local network with several machines without passwords and sewn on Window7. Everything worked ...
0
votes
0answers
13 views

How to Rollback entire file Tortoise Svn?

I seen a couple posts here but I am not getting the expected result. I go to show log and find the last time the file in question had been modified, right click on it and "revert changes from this ...
0
votes
2answers
13 views

Configure SVN on WIndows 8

I am new in SVN configuration. I have Windows 8 with 4 drives. I am planing to configure TortoiseSVN 1.7.12 on one of drive and will do the checkout from another drive. I have installed it but ...
0
votes
1answer
22 views

SVN readonly non modified files (checkout)

Is it possible to make the non-modified files in a local SVN repository read only until someone changes them and the, once commited, make them back readonly? I don't want to implement the ...
0
votes
2answers
13 views

SVN multiple developer working on single file at same time

Actually I have faced this issue many time during working with SVN. Most of the time I am working with VSS for source control but since last couple of months working with SVN. We are using tortoise ...
0
votes
0answers
5 views

Check Now feature for SVN Notifier

I’m having trouble testing the Check Now feature in SVN Notifier. I’m assuming that Check Now is supposed to allow the user to check for updates and perhaps pop a update needed system tray balloon if ...
0
votes
1answer
21 views

Merging Several Revisions - Management Issue

Here's the scenario: 1) I've got a branchA 2) I've got a trunkA both of these are unrelated meaning they have different paths that lead up to them. BranchA was a copy of trunkA at one point in ...
0
votes
1answer
12 views

Uploading to subversion repo via FTP or syncing with web server

I have a bunch of WordPress sites that I am managing. I am tasked with regularly backing them up to the companies subversion server. I have found a centralized tool where I can administer, update, ...
1
vote
1answer
14 views

Working copy is locked

I have created a new branch inside my most updated check out. Now am trying to remove it with 'undo add' but all it does is delete the files, keep the structure and folders, but gives me the message ...
0
votes
2answers
24 views

how to use TortoiseSVN in a network?

i am using TortoiseSVN for my project. i have installed in my system and added the project in the svn repository and made a develop copy. how to access the codes from other system and compare the ...
0
votes
1answer
17 views

Why does TortoiseSVN show the “modified” status icon for my working folder if there are modified, yet ignored files? Ignoring config file problems

I'm a bit new to subversion/tortoiseSVN, and am a bit confused about how to deal with config files which should be different in developement and deployment, and I think my problem stems from this ...
0
votes
0answers
27 views

How does explorer know what tortoisesvn overlay handler to use?

im writing an app in c# that will have a com object to display overlay images in windows explorer similar to tortoise. While looking at the c++ source i understand how to make and register a overlay ...
0
votes
1answer
25 views

Would like to integrate fxcop 10.0 and StyleCop 4.7 with TortoiseSVN 1.7.6 through pre-commit hook script

For FxCop Integration with SVN, Requirement: Whenever, a developer tries to checkin the code in SVN, Fxcop should run and check if all files are as per rules or not. If not, then file commit should ...
1
vote
1answer
16 views

Completely undo changes made in TortoiseSVN and commit latest file

I created folders in TortoiseSVN's repo browser. Then I copied all files in it. Then I wanted to delete all files from previous folders. But I couldn't because those files were already locked by ...
1
vote
0answers
23 views

Export to the same directory in tortoisesvn to obtain unversioned directory

I have installed the TortoiseSVN ver 1.7.13 and I am trying to obtain an unversioned directory by exporting it to the same URL. I get a window explaining that I will have unversioned directory but ...
1
vote
1answer
44 views

SVN - Access to '/SVN/[repo name]/!svn/me' forbidden

I am having some issue with some SVN users where they get the following message Access to '/SVN/[repo name]/!svn/me' forbidden I am having some issues figuring out the root cause of it. The current ...
0
votes
1answer
28 views

SVN Merge revisions into a single one

I have created a new repository and added some things inside, now i have a huge list of revisions because of the addition. I wish to collapse all of the revisions into a single one, but I couldn't ...
0
votes
1answer
29 views

When using SVN, and submitting files to repository, how an “n” number of revision is calculated?

When i submit files to SVN, it shows a certain number ( eg. At revision 5 ). What does this number represent. What does it mean ? ( Pic attached)
0
votes
1answer
33 views

Getting Revisions ONLY in my directory and not in root Repository

Ok, this is a little difficult to explain so bear with me. Let's say for example I have this repository I'm working out of path/to/repos/users In this repository there is a bunch of different users ...
0
votes
0answers
6 views

mergin from main branch and forcing exact copy

I have a dev branch from which I created my own private branch a few week backs. I merge frequently dev->private and private->dev so that every thing is synchronized. Now not sure what I have done dev ...
0
votes
2answers
58 views

(RESOLVE) How to use keywords in SVN (TortoiseSVN)

I can't do a document with the Keyword Substitution tool to have only a few data as: -Date -Revision -Author -HeadURL -Id I'm doing a test but I can't implement the Keyword Substitution. I created a ...
1
vote
4answers
41 views

SVN checkout from 2 different paths

we have an svn repository. I want to checkout a few folders out of this repository to my local machine.Specifically I want to checkout 7 folders from svn to my workspace which is present at ...
1
vote
2answers
48 views

Tortoise SVN & Ankh/Visual SVN?

I recently acquired a new position and found that they had no Version Control. I'll be spending most of my time in Visual Studio, and in the past I've used (pre-installed by previous companies) ...
0
votes
1answer
18 views

Subversion: how to make a working-directory on debian-webserver using windows repositories?

we have created our repositories on Windows-PC using tortoiseSVN. Now we would like to have on our webserver (Linux-Debian, directory ..../html/, reachable using our domain, user= www-data) a ...
0
votes
2answers
19 views

Save which files are in which revision to recover later

I have for example files: a.xml b.xml c.xml d.xml etc... And I have 100 revisions. I make something on files a.xml in revision 50 b.xml in revision 50 c.xml in revision 100 d.xml in revision 75 Lets ...
1
vote
2answers
61 views

subversion (svn) E205007 (commit failed). could not use external editor to fetch log message

in cygwin, in the directory containing filename.xml svn add filename.xml adds file (working) svn update updates (working) svn ci filename.xml error E205007 (commit failed). could not use ...
1
vote
2answers
16 views

How to replace existing subversion repo with unversioned unbranched copy using TortoiseSVN?

A vendor grabbed an exported copy of a repository and made large scale changes that include adding and deleting folders. Since this was an export, there was no change tracking. We want to completely ...
0
votes
0answers
17 views

Install TortoiseSVN with a batch file [migrated]

I am looking for a way to install TortoiseSVN via a batch file in order to automate the process of setting it up on several Windows machines. Is it possible to do that maybe with the official ...
0
votes
0answers
10 views

Adding information to SSPI auth error messages in Apache/SVN

I have recently set up a restricted access list to my repositories. There are many people using these repositories who might now know that I am the SVN admin. I would like to add my contact info to ...
0
votes
3answers
38 views

How to remove a tag from tortoise SVN

I am unable to remove a wrongly created tag from my tags folder. I have tried switching my working copy to /tags and then simply removing the desired folder in the tags directory. But this makes the ...
1
vote
3answers
50 views

Tortoise SVN merge adds `<<<<<<< .working`

I'm merging trunk into my branch to keep it up to date, but the process adds <<<<<<< .working (and other, similar metadata) within the files themselves - I've been getting a large ...
1
vote
1answer
33 views

SVN accidently committed file with password

Short question: I've been very stupid and accidently commited a file with a password (in plain text) in it that I really do NOT want on the SVN server. So I panicked, deleted the password and commited ...
2
votes
3answers
32 views

How can I prevent people from using reintegrated branches in SVN?

We've started using the feature branch pattern here at work. Everything appears to be working well, here's the steps we use: Developer branches trunk Developer(s) complete implementation and ...
-2
votes
1answer
38 views

Setting up TortoiseSVN server on Windows 7 [closed]

I need to set up tortoise svn on a share that is hosted on our server. I read this is not wise, but I dont mind, because only me and my manager uses that. Anyone done that before? Would appreciate any ...
0
votes
2answers
49 views

TortoiseSVN: using ftp location as working copy

I need to setup a working copy on the remote FTP server (using TortoiseSVN client). Direct checkout does not seem to support ftp://... location as a destination folder, mapping a remote folder to a ...
3
votes
3answers
40 views

How do I Continue Working off older version of Assembla SVN?

During the process of development, I made a few mistakes in code, and accidentally committed before discovering the errors. The changes in code between my revision 259 and 261 are pretty significant. ...
0
votes
0answers
30 views

Skydrive as TortoiseSVN repository: Access Rights?

I am trying to use Skydrive as a SVN repository. I mapped z:\ network drive to https://d.docs.live.net/xxxxxxxxxx (xxx... is my CID). I can now read write on Z: I create z:\RepoSVN and right click ...
-1
votes
2answers
35 views

How to ignore an item in a directory, its subdirectories and its future subdirectories in subversion?

I need to ignore some directories and files created for the tools we use at work. I need to ignore those files on advance and save the property in the repository so other members of the team don't ...
4
votes
2answers
103 views

“Inconsistent line ending style” nightmare

I'm completely stuck with a SVN error when commiting 2447 files at once. I'm using TortoiseSVN (latest version) on Windows 7 64bits. The fact is that some files were created on Mac, and others on PC, ...
0
votes
1answer
23 views

How to get my one before last revision in SVN?

How I can get one before revision which i was updated? For example, if i have updated on revision 1, after that i update on revision 4. How i can get revision number 1?
5
votes
0answers
52 views

Is it possible to replace TortoiseSVN's merge algorithm with a “better” one?

Using the merge functionality in SVN (through TortoiseSVN) since a few month, I have the feeling that SVN reports way too often that a conflict occurs. So I am looking for a way to make (Tortoise)SVN ...
0
votes
2answers
26 views

Tortoise SVN update slow on the solution node but not on projects nodes

I am having a little problem with tortoise SVN: in Visual Studio 2010, when updating my solution to the latest version (right click on the top solution node), it takes 2 minutes. However, if I select ...
1
vote
2answers
28 views

Subversion, how can I get from a revision number to a branch?

Our code base has quite a few branches, is there any way I can be given a revision number and from that find which branch the revision number was in? thanks T
1
vote
1answer
36 views

svn diff issue in windows

I have written a batch scrip to do the diff between two revisions using windows command line svn. The dir name is having a space ( I am cursing the developer for creating a dir name with a space). ...
0
votes
0answers
25 views

File locking/interference with Tortoise SVN and Cognos

We use tortoisesvn to connect to our organizations SVN repository. The connection is fast for updates/commits. However, opening files with Cognos Framework manager that are stored in the local svn ...
2
votes
2answers
54 views

SVN ignore *.jpg not working?

I'm trying to ignore .jpg but it is not working. I write the command for svn propset svn:ignore *.jpg I want to ignore jpg file. Any idea how to proceed?
4
votes
3answers
84 views

How can I redirect svn urls to another domain?

background: DynDNS has now started to require a once a month logon to keep their free accounts active (previously you only had to renew your IP address once a month). I am sure sooner or later I will ...
0
votes
1answer
58 views

TortoiseSVN on Windows 8 can't commit

The situation: I reinstalled my PC and installed Windows 8. I also installed the latest version of TortoiseSVN. My files are on another (Ubuntu) PC on my network, so windows sees that drive as a ...
1
vote
1answer
31 views

How can you “Revert to this Revision” with a specific revision number from the Command Line?

I am currently making a script in which I have been coming familiar with Tortoise SVN and it's corresponding command line functions. I have the script properly updating to find which "Revision" ...
0
votes
4answers
42 views

Source code not controlled by SVN

I have a question, which may seem strange. I checkout some source code from SVN. However, for some reason I do not want this source code to be controlled by SVN. Are there methods to make it look like ...

1 2 3 4 5 55