Tagged Questions

15
votes
1answer
4k views

SVN - Change working copy to point at new svn path

I've got a SVN Repository that has moved to a new address/path. However, I've got a working copy with uncommitted source code still pointing to the old (now invalid) repository path. How do you change ...
15
votes
10answers
47k views

SVN - Not a working copy error

I'm pulling my hair out on this one. I have a site which is version controlled using Subversion. I use aptana (eclipse, subclipse) to do the svn. I have been checking in and out files, updating etc ...
11
votes
1answer
3k views

How do I Determine SVN Working Copy Layout Version?

For example, the SVN 1.5 client has one layout for Working Copies, and the SVN 1.6 client has a different layout. I understand that the layout automatically gets upgraded when it gets touched by a ...
9
votes
5answers
3k views

What is a working copy and what does “switching” do for me in Tortoise SVN?

Alright, lets get back to SVN 101. I have a software app and I've hit an important milestone, version 2.0. I decided I want to tag this version as "Version-2.0" so I have this named snapshot. I ...
9
votes
8answers
3k views

SVN: one working copy, two repositories?

I'd like to know how can I set two repositories for my one working copy. I need one repository in my server, so that I can check in/out between two pcs; I need another repository in my local pc, so ...
5
votes
4answers
1k views

SVN - When you tag a working copy is it still a cheap copy?

Using Subversion, in my working copy I make a minor modification (update a version number). I would then like to tag my working copy. Would this tag still be a cheap copy with the modification, or ...
5
votes
6answers
3k views

How to convert an existing directory to an Svn WC w/o replacing local files?

I have a large Subversion repository with nearly 15gb of data spread across ~500,000 files. Now I need to checkout this repository to a remote host which would take days to complete. The host I'm ...
4
votes
2answers
1k views

Svn log - svn: '.' is not a working copy

I'm getting "svn: '.' is not a working copy" when i use the svn log command. I know that i need a working copy for the log command to work but can this be done directly on a repository? My goal is ...
3
votes
1answer
77 views

SVN: How to automagically remove the Working Copy but preserve ignored items?

I currently have a Working Copy with two branches in it: /Source /Source/v1.2 /Source/v1.3 I want to delete this and instead only check out the branch I need (i.e. go one level down the directory ...
3
votes
1answer
943 views

SVN Working Copy to Different Branch Merge Without Commit to Working Copy Branch

If a working copy (local copy) was created from a branch, lets call it A. Coding was done in branch A, but branch A was "Closed" to commits, and branch b was opened. How do I merge my working copy ...
3
votes
7answers
11k views

Try to svn checkout, but get: svn: '.' is already a working copy for a different URL

I'm trying to svn checkout into my public_html folder, but I get this error: svn: '.' is already a working copy for a different URL My brother already set up a boiler plate site for me, but I've ...
2
votes
3answers
30 views

svn: If I am done with a feature branch should I delete my working copy?

I've just completed a feature branch and merged the branch back into the trunk. Should I now delete my current working copy and checkout a fresh new copy when I'm ready to work on the next branch? I ...
2
votes
1answer
2k views

return subversion working copy to an old revision

I had some problems with my subversion server and i had to restore it from backup but it is an older one. For example i have the server at revision 400 but my working copy is at 405. How can i get my ...
2
votes
4answers
314 views

How do I copy my entire working copy between hard drives?

Whenever I try to copy an entire working copy using simple drag and drop between two computers (e.g. from an old computer to a new one, or from one VM to another) in order to avoid having to ...
1
vote
3answers
47 views

Looking for Java class to retrieve SVN version information in SVN 1.7

For an Ant extension we have a Java class which retrieves the highest svnrevision number in a local working copy. The class already supports up to SVN 1.6 but we have to change it to support SVN 1.7 ...
1
vote
1answer
68 views

Switch working copy directory without updating

Scenario: Repository structure changed from /trunk/ to /projectName/trunk/ and the local copy is outdated and has a lot of modifications. Question: How can I update the working copy directory path ...
1
vote
2answers
4k views

SVN upgrade working copy

I cannot do commit for error: org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded svn: Working copy 'C:\.... is too old (format 10, created by Subversion 1.6) How it ...
1
vote
3answers
447 views

How to replace a directory in a SVN repository without breaking anything

I need to replace a directory in my SVN repository on the production server, but am not sure of the correct way to do this without breaking anything. The directory being replaced is a third-party ...
1
vote
0answers
48 views

SVN: log of the update operations in the working copy

I just have updated the live working copy of the our repo, and I want to revert this change. The problem is that I don't know what was the working revision before the update, and there were so many ...
1
vote
4answers
294 views

How can I “svn delete” a folder and then add a folder with same name?

I wrote a deployment tool for my own programs based on SQL and Subversion. I'm able to create different versions of applications and store them with Subversion while the information for those is ...
1
vote
2answers
222 views

Subclipse- update working copy

I work on my school projects on two machines- my laptop and desktop. Recently I've started using subclipse for version control, and have it plugged in Eclipse on both machines. While working on a ...
1
vote
3answers
1k views

SVN: merge local changes into other working copy

I have two working copies of the same project, each switched to a different branch. Is it possible to merge local changes in one project to the other working copy?
1
vote
3answers
177 views

SVN: How to fill a new repo with a working copy

I have a working copy checked out, and a new empty repository. How can I fill that new repository using the working copy? I don't have access to the original SVN. I could delete all .svn dirs and do ...
1
vote
3answers
522 views

SVN checkout browser

I've been looking all over for a SVN browser. Now I'm not talking about anything like WebSVN or TRAC, I don't want to browse the repository; I want to browse the checkout. I'm looking for a program ...
1
vote
2answers
249 views

How to synch an existing SVN repository?

I recently had to reinstall subversion on my hosting account. The repository I had setup is no longer considered working copy by the new SVN install. How can I added this repository back in to svn? I ...
0
votes
1answer
28 views

Switch working copy to a branch without commiting to the original location

I have a slight problem with SVN: I added some new folders and files to my working copy and wanted to commit those new elements to a developer branch instead of to the real location implied by the ...
0
votes
1answer
75 views

Checkout repository to existing working copy in Cornerstone 2?

I have several remote repositories that I have been previously working with using Versions for OS X. I am thinking about moving to Cornerstone 2 and am currently evaluating it, and I want add all my ...
0
votes
2answers
77 views

svn - compare working copy with specific repository [closed]

Possible Duplicate: SVN diff across 2 different repositories How can I compare a working copy with a repository different than the one which the working copy is associated? I need this ...
0
votes
2answers
3k views

svn: warning: '.' is not a working copy

On a server, I used the svn import command to put files into SVN. I checked the files out to my local machine, made some changes and then committed back. Now I want to update the server copy of ...
0
votes
2answers
155 views

svn: turn exported tree into working copy

In order to quickly deploy our app to a new remote server, we exported our branch to a local directory, zipped it, then unzipped it on the new server. Now, we want to turn that exported copy (which ...
0
votes
4answers
98 views

TortoiseSVN: Show status of multiple working folders in parent folder

I have repository configured like this: \Util_1 \branches \tags \trunk \Util_2 \branches \tags \trunk ... Now, on my local disk i have: \dev \Utils \Util_1 \Util_2 In ...
0
votes
1answer
349 views

Create a tag / branch from local working copy using SVN

I have a Nant script which updates a directory with the latest source code (checked out from the svn repository), then updates Assembly Info and a few other files and does some builds. I want the ...
0
votes
2answers
131 views

How to show any working copy folders in effect for a subversion project?

I am new to SVN and I've poked around looking for an answer on this but I haven't found it yet so here goes: Using TortoiseSVN, I bring up the REPO browser and navigate to the root of the repository ...