Tagged Questions

0
votes
2answers
56 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 …
1
vote
1answer
107 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 …
6
votes
5answers
854 views

[Git]How can I make my local repository available for git-pull?

I have a working copy repository that I've been working in no problem; the origin for this repository is on GitHub. I'd like to make my working copy repository available as the origin for my build …
2
votes
7answers
3k views

SVN - Not a working copy error

Im pulling my hair out on this one. I have a site which is version controlled using SVN, I use aptana (eclipse, subclipse) to do the svn. I have been checking in and out files, updating etc and …
1
vote
1answer
398 views

return subversion working copy to an old revision

Hello 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 …
5
votes
8answers
752 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 …
0
votes
5answers
815 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 …
1
vote
2answers
87 views

How to synch an existing SVN repository?

Hi all 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 …
0
votes
4answers
223 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 …
2
votes
5answers
339 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 …
2
votes
4answers
190 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 …