I have checked out code using command-line SVN. I have an Ant build script that I want to run that will do a commit when its done.
I'd like to use svnant, such as
<svn svnkit="false" javahl="false" failonerror="true">
<commit dir="${dir}" message="${message}"/>
</svn>
but its not working and giving this error
[svn] <Commit> st...
I have set up an SVN repository from scratch, and I have successfully tagged some of my releases using the SVN copy command.
I used the SSPI auth plugin for apache, so our developers just hit the server with their network credentials, and everything works nicely.
I have created an AuthZ authorization file, added our developers to group...
What are some common and/or useful pre-commit hooks for SVN?
...
I just did a merge and it seemed to work backwards to how I expected it to. I'm wondering if I did it wrong or if this a known 'issue'?
I had 2 branches Experiment/Trunk
I had done whatever I wanted to do on the experiment and merge it back to the trunk. Using Tortoise I right clicked Experiment->Merge. I chose Merge Two Different Tree...
Hi,
Can someone tell me what the hype is over Git and Mercurial over Subversion?
...
I am trying to set up an svn on my windows computer to keep track of versions.
i've downloaded tortoise svn, but am confused how to install.
i can't find a good simple answer for my problem, all the manuals are fairly complicated, so please don't tell me RTFM.
my problem is i set up a repository at C:\svn (using create repository here)....
Hi there. Is there an equivalent mechanism to a perforce job in svn, for grouping related changes?
...
How can I find the list of revisions in my repository, without having to check everything out? I'm looking for something that was deleted a while back, but I'm not sure when. I need to get a list of all the revisions, like the Revision Graph, but without having to check everything out. Did that make sense?
...
In MS Word, there's a nice feature called "track changes" that allows the program to track edits. This is useful when collaborating with others because you can enable various visualization modes where it's easy to see what others have changed.
I'm in the process of editing a large amount of documentation written in LaTeX and stored in ...
How can I list files CVS without an initial checkout?
In subversion I can simply do "svn ls http://svn.svn.com" in CVS how can I do this?
For example I've got this CVS connection:
pserver:[email protected]:/cvsroot/evocms
How can I list all files in it?
UPDATE:
I'm doing this:
c:\>set CVSROOT=pserver:anonymou...
I'm looking for a decent, and fast PHP editor for Windows. Something that runs natively under x64 would be ideal.
I've tried aptana studio, but I'm not impressed with all the excessive bloat. The clunky SVN support and lack of native FTP combined with basically a messy IDE is nasty.
I currently use Coda from Panic on my mac, and I love...
What the heck does obstructed mean when you try to check into subversion. I see 2 folders in red with text status of "obstructed". I don't see in the docs what this means anywhere.
When I try the cleanup command I get "folder name is not a working directory". This is a folder I just created in VS and when I try to add it to Subversio...
I tried the example in the manual:
<delete includeemptydirs="true">
<fileset dir="${DIR}" includes="**/.svn" defaultexcludes="false"/>
</delete>
(where DIR is set to some directory) and it does nothing. How can this be made to work? I'm using ant 1.7.0.
FYI: I've tried lots of different combinations of nested elements, dirset ins...
Sorry in advance if this not 'SO'-ish enough---
I have a tech writing friend who is looking into version control for her word and visio documents. I advised her to check out TortioseSVN or whatever M$-flavor of Git is out there for local version control. However, she is concerned about what will happen if a file gets corrupted...I obv...
Hi I'm new to SVN and would like to know a couple of things or if someone can point me in the right direction either advice or some sites to read.
I have subversion and tortoise installed and have subversion installed correctly but I would like to know how I can work on files in my htdocs folder from my machine and then commit the files...
I want to copy the trunk of one project to another, so I use the following command:
svn copy -m "test" (url of project from)/Trunk/ (url of project to)/Trunk/
The files ended up in (url of project to)/Trunk/Trunk/ instead of
(url of project to)/Trunk/ where I want them to go.
Have I done something wrong? What should I do if I do if I...
I hope this isn't a stupid question, but after searching around for quite a while, I haven't been able to find anything quite like what I'm trying to do:
We build a series of web applications that are based on a common asp.net mvc engine. I would like to write a .net web app that would allow our project managers to automatically check o...
Would you switch a SVN hosted C# project (2-5 developers) to GIT? Does it have any advantages that make it worth the extra effort?
I doubt it, but look for arguments for both sides.
...
Is there any way to add a SQL Server Database Diagram to source control? I can't seem to find a way to script it out of the database. If so, is there a way to get that diagram into a Visual Studio Database Project for easy deployment?
...
What do source control developers use for source control?
Is the source for subversion stored in a subversion repository?
...