svn

how to keep 2 copies of project files, one in svn and another for you?

I use eclipse and svn 1.6 What I basically want is to be able to switch between svn files and current I work with, so that I could rollback to the state that I had before synchronizing and updating some files with svn changes. I do not want to put local changes to svn. But I want the state of all files to be saved somewhere, by using a...

How to make NetBeans IDE 6.8 show svn commit status (especially for "dirty" files)

I just switched from Eclipse to NetBeans IDE 6.8 for my PHP/Ajax development. Eclipse always showed a little hard disk symbol over the file icon for files that were in sync with the svn repository, and an asterisk for files with changes that have not been committed. Is there a way to see the commit status in NetBeans? If not, what is ...

Checkout an SVN Project using Subversive in Eclipse

So I'm able to pull the files out of the svn but I'm unable to get Eclipse to understand these files are part of an SVN. I have TortoiseSVN install on the system as well, and I'm wondering if that is causing an issue? Base question, how can I using Eclipse and Subversive checkout a project from my SVN repo? ...

Undo svn changesets 1276-1284 and 1286-1294

Right now I'm at rev 1307. I want to undo the changes of the changesets 1276-1284 and 1286-1294. Basically, it's all the changesets 1276-1294, excluding 1285. I would also like to keep my latest changes, which are unlikely to conflict with the changes that I want to undo. Can anybody give me some hints? ...

Subversion import existing project is much smaller than first checkout

I have an existing project that I imported into subversion using TortoiseSVN. Total project size says 1.45MB. Total folder size on my machine is 9.72MB. Create new folder, right-click, checkout 7.14MB transferred and 19.4MB on my machine. Can anyone explain this to me? I did a quick KDiff on the folders and they're identical. ...

MSBuild: automate collecting of db migration scripts?

Summary of environment. Asp.net web application (source stored in svn) sqlserver database. (Database schema (tables/sprocs) stored in svn) db version is synced with web application assembly version. (stored in table 'CurrentVersion') CI hudson server that checks out web app from repo and runs custom msbuild file to publish/package app...

Shell only subversion client on windows

Hi, i'm looking for a subversion client that hasn't a GUI but is accessible only through shell commands. I've installed Tortoise SVN but it adds some items to the context menu of files and folder and i don't want this changes. I hope this is not a duplicated question, but i've looked at a lot of questions about svn clients and i haven't ...

SVN: How can I update an existing repository from an exported copy ?

Late one afternoon, I did an export of my project repository, and took home my work on my USB key. I've added many changes to the exported project, and now, having returned to the workplace, I want to update the repository with the project that I've now got. To complicate matters, I've made updates to the project in both the main trun...

svn cat after svn del

I have inadvertently svn-deleted a file with svn del --targets del.txt. Now, I'd like to recover that file with svn cat myPreciousFile.txt@4130 > myPreciousFile.txt, but svn gives me a warning that myPreciousFile.txt is not under version control. A svn cat -r 4130 myPreciousFile.txt > myPreciousFile.txt didn't work, either. Can someone ...

Can I set svn properties through ankhsvn?

I am using ankhsvn with VS2008. I am using a free repo hosting on the web. I am not using a svn client for this repo, but managing everything with ankhsvn (including adding solution file and project files to the new repo). I want to add the svn:needs-lock preperty to these files. I wonder if I can do this task using ankhsvn, or if I ne...

Do you pay for Subversion support?

My team is looking to switch from source safe to something else (finally). I think we have it narrowed down to Team Server 2010 or Subversion. I would prefer Subversion, but my boss has concerns about how we will get support if were using Subversion and something goes wrong. It was suggested that we pay for support. So my question to t...

svn commit is hung at start of commit

I'm commiting a large changeset, including a large binary file (180 MB) over a slow VPN connection. It looks for all the world like it is stalled. How can I diagnose where it is stuck? The output is: $ svn commit -m "My commit message" Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QStri...

Migrations for PostgreSQL

Red-Gate has very interesting in beta software (Sql Source Control) that is installing inside SSMS and can save schema iterations through commit button. I need the same feature for postgresql, the only way i found similar to this - is log_statement = ddl, but log need be transformed and saved properly to file and than commited. What is y...

Tagging in Subversion - how do I make the decision about continuing to work on my trunk vs. the new tag?

I'm running Tortoise SVN to manage a project. Obviously the principles around tagging apply to any implementation of SVN but in this question I'll be referring to some TortoiseSVN-specific dialog boxes and messages. My working directory and the subversion repository structure both have a Source root directory and the Trunk, Tags and ...

git submodule svn external

Let's say I have 3 git repositories, each with a lib and tests folder in the root. All 3 repositories are part of what I want to be a single package, however it is important to me to keep the repositories separate. I am new to git coming from svn, so I have been reading up on submodules and how they differ from svn:externals. In SVN I c...

m2eclipse/svn project with packaging of pom

I have a project with the following layout taac * taac-web * taac-backend-api * taac-scheduler all of this is checked into an SVN repository. When creating a new project in eclipse (originally) I checked out the root taac directory, and it gave me the option to select each of the sub-projects to create new eclipse projects for. I ha...

SVN:Team member can checkout, commit; can't update

Hi all, got a weird problem for you: I've set up an svn server on a home machine, which is accessible to the members of my game team over DynDNS. So far so good- everyone was able to checkout the repo no problem. In addition, several team members and I were able to update and commit just fine. The conundrum is this: One of my team mem...

Unable to load the Starteam Dump into SVN

I have a dump created from StarTeam 2008 R 2 (10.4.7.-64) using svn importer 1.1-M8. However when I a try to import the dump I get this error: * adding path : tags/Test/GH/13_Environment/Process/Capgemini EN Template - Business Case.doc ... svnadmin: File already exists: filesystem 'help\db', transaction '2-2', path 'tags/Test/GH/13_En...

Editing Subversion post-commit script to enable automated Hudson builds

Hey guys, I'm not so good with Linux, but I need to modify the post-commit file of my Subversion repository to get Hudson to build automatically on commits. This page here tells me to do this: REPOS="$1" REV="$2" UUID=`svnlook uuid $REPOS` /usr/bin/wget \ --header "Content-Type:text/plain;charset=UTF-8" \ --post-data "`svnlook chan...

Subversion: Write protection for tagged directories

Hi, i am using subversion as RCS. Always when a new version of my project is finised i create a tag of it (copy of the trunk). Does anybody know how i can protect this tagged directory from being accidentally modified? At the moment as a workaround i lock all files. But this sill means that the user with the lock can edit the files. I...