Tagged Questions
The svn-update tag has no wiki summary.
3
votes
5answers
654 views
Why do I have to routinely Clean one particular project in Eclipse?
I am using Eclipse 3.5 for several different Java/JSP projects. All of our project code is stored in Subversion. I use the Subclipse plugin to update / commit code. This works great for all ...
3
votes
2answers
399 views
SVN Update fails due to folders with same name, just different case
Somehow someone has manage to create two folders with the same name except the case of the first letter (eg "trunk" and "Trunk") which causes the svn update to fail (because windows being case ...
0
votes
2answers
24 views
How can I get SVN to take a specific resolution for all binary conflicts without prompting me for each one?
When running an svn up I regularly encounter this prompt:
Conflict discovered in 'lib/somelibrary.so'.
Select: (p) postpone,
(mf) mine-full, (tf) theirs-full,
(s) show all options:
...
0
votes
1answer
33 views
How to undo an svn update with staged changes?
I've been removing lots of files from an SVN branch using:
svn rm filename
rm -rf filename
When I ran svn status, I saw all of the files I deleted listed as deleted and ready to commit. Before ...
0
votes
1answer
59 views
Change depth in existing SVN working copy without redownloading
I have a working copy of an entire SVN repository, but I want to change it into a sparse working copy because of disk space issues.
One way to do this would be:
svn up --set-depth immediates ...
0
votes
3answers
1k views
Force SVN update / checkout to overwrite local files
i'm planning to run (on my server!)
svn update
to update my LIVE website with updates. However, i'm worried about 'C' conflicts which will prevent my site scripts from functioning. How can I force ...
0
votes
4answers
316 views
SVN Weirdness Day 2: SVN List and SVN Update Report Different Things
In a subdirectory of my svn working copy, I do
svn list
I see that there are 6 files in the repository (same as I see with SVNX). Nice. But in my working copy, there are two files, which are from ...