svn-update Questions

3

I also see questions with similar headings but this one has exception that error is while updating on server so can't delete the previous unversioned directory. I am using SVN for uploading code f...
Haem asked 10/3, 2013 at 22:13

5

Solved

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 forc...
Tabloid asked 1/5, 2011 at 15:21

1

Solved

SvnUpdateArgs asdf = new SvnUpdateArgs(); asdf.AllowObstructions = false; asdf.Depth = SvnDepth.Infinity; asdf.IgnoreExternals = false; asdf.UpdateParents = true; asdf.Revision = SvnRevision....
Primitive asked 7/11, 2013 at 18:0

5

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 proj...
Spearmint asked 28/8, 2011 at 19:26

3

I m using Eclipse JUNO on windows 7. I m using Visual SVN as SVN Repository. When i try to update a file, I am getting an error 'Some resources were not updated. svn: E155004: There are unfinish...
Magniloquent asked 26/11, 2012 at 5:29

3

Solved

I spoke too soon in my previous post about breaking things. I am trying to revert back to revision 1124 using the command svn update -r 1124 but I keep getting an error message as follows: [prag...
Wycliffite asked 2/3, 2011 at 8:35

1

Solved

I performed an svn co -r XXX .... I deleted a file and then [accidentally] performed svn up. That updated to HEAD, so I lost my changes at XXX. Is it possible to perform an update against a partic...
Calico asked 6/8, 2015 at 5:19

2

Solved

I have a Subversion repository called 'repo'. Inside of repo are trunk/ and branches/ directories. Within branches/ there are several dozen release branches, e.g. 1.0/, 1.1/. These branches/ direct...
Lardner asked 4/4, 2012 at 21:6

1

Solved

So long time user of SVN, but fairly inexperienced in branching / tagging, and when I have I suspect I'm not really using it correctly or to its full potential. I have my trunk which I work on add...
Nobile asked 21/3, 2013 at 11:52

2

Solved

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: Hitting s r...
Hydrocellulose asked 27/1, 2012 at 20:49

3

Solved

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 project...
Agrippina asked 2/12, 2009 at 15:10
1

© 2022 - 2024 — McMap. All rights reserved.