Questions tagged [working-copy]

85 questions
0
votes
2 answers

How do you initialise the current contents of a directory as the state of a git branch?

I have a branch A and want to make a list of quite significant changes to it. The end result of these changes already exists in directory B, which I would also like to become the new working copy. In essense, I just want to "Make this directory…
Pryo
  • 650
  • 1
  • 9
  • 24
0
votes
2 answers

subversion - Edit url for Repository in Working Copy

I have a working copy for one of my subversion repositories that I use for developing web applications in Aptana Studio. Everything is working fine when I am in the office on the network, but I'm not able to connect to my repository when I'm…
Brian
  • 2,482
  • 5
  • 29
  • 61
0
votes
0 answers

Can't approach svn working copy

I've created a svn repository on a linux computer. For this repository I've also created a working copy named myfirstproject. In order to get the URL of it I've typed in "svn info". The answer was "svn://localhost/myfirstproject". Now I want to…
Gal
  • 13
  • 1
  • 3
0
votes
1 answer

After installing Tortoisesvn 1.8.2 command-promt still shows 1.7.6

Installed 1.8.2 with command line client tools installed. checked the version the the GUI and says. 1.8.2 when going into cmd -> svn --version would show the version to be 1.7.6 not sure what to do at this point. when I attempt to do svn upgrade at…
Jeff Huang
  • 185
  • 1
  • 1
  • 9
0
votes
1 answer

Recovery after accidental `git am` and `git am --abort`

Since I 'm heavily using ap as alias for git add --patch, I accidentally typed git am instead. OK, I thought, I hope I can just git am --abort. But to my horror, it turns out that at some point, git am, without any warnings, does a hard reset on…
Alois Mahdal
  • 9,257
  • 6
  • 47
  • 68
0
votes
1 answer

Symbolic link in svn working copy for a switched directory

I work on several (2-20) projects of non-shared-ancestry in a single repo, that share common resources of GBs of binary data stored in the repository at only a single place. These projects utilize svn switch to map their appropriate folder to the…
n611x007
  • 7,979
  • 7
  • 53
  • 91
0
votes
3 answers

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 where I can view all the projects. Is there any…
John Adams
  • 4,573
  • 23
  • 85
  • 124
0
votes
1 answer

unable to catch svn command output using exec function

I tried to check status of a file in svn working copy by issuing following commmand: svn status /home/guna/server/local/svndump/site/head.php Which outputs results like, M /home/guna/server/local/svndump/site/head.php But when i…
vkGunasekaran
  • 6,008
  • 6
  • 43
  • 58
0
votes
1 answer

TortoiseSVN - How to know from which working copy a file was checked in?

I have many working copies of same repository on my PC, they are in different folders. I was just looking at the SVN log of a file I checked in some time ago and I can't remember from which working copy on my PC I did such check in. Is it possible…
Marco Demaio
  • 30,990
  • 33
  • 122
  • 155
-1
votes
1 answer

SVN update command behaviour on internet failure

Suppose I am updating my local repository using svn update command and internet went down in between. What will happen to my local repository? Will it become unstable due to partially downloaded files?
Abhilash
  • 339
  • 2
  • 7
1 2 3 4 5
6