svn

eclipse - shortcut for 'update to HEAD'

is there any way to have either shortcut or icon for svn Update to HEAD of one project (not all of them) in eclipse? It would make my life much much easier. I have few php projects though. Time to time I click 'commit' by accident. Running Eclipse for PHP Developers - Helios release - on OS X. ...

Resolving merge conflicts after restarting eclipse using subversive.

I did a merge yesterday using subversive in eclipse 3.6 but there are plenty of conflicts. I closed eclipse before I finished editing the conflicts and was hoping to resolve the conflicts today. However when I open eclipse again today, I can't resolve the conflicts anymore. The options appear in the right click menu are "Overwrite and...

[Tortoise SVN]: No context menu in Windows 7?

Hello, I'm using Windows 7 Ultimate 64-bit. I've installed the most recent 64 bit version version form official site, restarted PC and can't see a SVN context menu even when shift-right clicking. I've uninstalled this version and tried with 32 bit one, but still no luck. They say in FAQ it happens when you install 32 bit app on 64 bit...

How do I work with ASP.NET between SubVersion and my hosted site?

I'm at the very beginning of learning ASP.NET WebForms. Right now I'm starting to go through the TailSpin-SpyWorks tutorial. I've also setup a Windows hosting account at www.arvixe.com to use to host my site(s). I've currently been working on desktop apps in WinForms with C#, and using subversion for version control. And I'm trying to u...

SVN repository manager with Access Control

My work currently uses SVN to manage the various coding projects we work on. Currently I have to manage the SVN repositories via Command Line, and as we use svn+ssh to access our repositories, we need SSH users on the box and it just gets complicated when staff join/leave or we have to open specific repositories to outside contractors. ...

XAMPP + Subversion + TortoiseSVN + Eclipse

Hi all, I've suffered enough hours trying to figure this out and get it working and I hope someone can shine some light on this issue. In essence, I'm trying to install Subversion with XAMPP on my Windows XP machine as a Virtual Host and access the repository with TortoiseSVN and Ecplise installed on my MacBook via http://. I've downl...

Deploying Web Apps

We use SVN. Is it a good idea to do an "svn up" on production server? If so, how do we do roll back? What is considered best practice for deploying web apps (our application is in PHP). Boss wants to use FTP. ...

I upgraded SVN::Core via CPAN and now git-svn doesn't recognise http:// URLs.

Hi all, I was trying to update version of Subversion used by git svn and so I ran the following command. > cpan SVN::Core It appeared to work; however, now git svn doesn't recognise HTTP URLs! > git svn rebase Bad URL passed to RA layer: Unrecognized URL scheme for 'http://<...>' at /opt/local/libexec/git-core/git-svn line 226...

Best way to link Redmine issue to SVN revision

We are using Redmine for issue and bug tracking. We added SVN integration but, by doing this, it just shows SVN revisions in activity. It would be great to see all SVN changes caused by a bug or issue. But it does not seem to be possible. Is there a way to do that? If not Redmine, which is the best alternative tracking system to a...

What is a good tool choice if I wanted daily automated commits?

I am doing some development by myself, and would like to have my code put into a RCS, and for ease I would like it to automatically commit all my changed code every night, with the option of tagging source at various times to mark good build. Any suggestions? I am using ubuntu. ...

Using svn with a cms

We currently have SVN set up as the source control repository to track changes we make to a CMS, and everyone is checking out local copies from a central repository. As well as this, everyone is working from the same MySQL database backend for the CMS. The CMS we are using is CMS Made Simple. The problem arises with uploads to the CMS....

how does git svn dcommit determine where to commit to?

Hello, I'm using git-svn to track multiple branches in the same svn repository. Usually this works fine, but today I've done some resets and rebases, and suddenly my branches wouldn't dcommit to the right remote branch anymore: $ git branch * master a b $ git svn dcommit -n Committing to svn://server/repo/trunk ... $ git checkout...

Git book recommendation

I have never used any version control software before (yes, I know... ;-) and would like to change my evil ways using git. What book would you recommend for the total svn newbie? I will be using a MBP for django and iOS development and a VMWare XP guest for legacy win32 stuff. I'm looking not only for information on the usage of git, b...

SVN Getting version

I would like to extract folder from SVN which is specific date. I am using the TortoiseSVN client where for specific folder version i only get 20 days back. Not more than that. Is there any way we can get version which was like 2 months back? I have not tagged the code. But i know need to get the version only specific to two months back....

Merging of branch to trunk in SVN using Eclipse

I am looking forward to merge my codes which I developed in a branch of SVN to the trunk. I am using Eclipse and I have been using Team->Commit to commit my updates to the SVN. But I haven't done a merge before. Please help me with this. Thanks ...

How to display SVN build iteration on a webpage?

Hi, We're building a PHP site and are using a SVN system to track changes. Is there a dynamic simple way of displaying the "version" / "revision" of the code changes directly in the html generated by our php script? That way, our test users can identify what version is present on their system. ...

Where to get latest SVN bindings against Apache 2.2 ?

Auld lang syne, it was possible to download pre-compiled bindings (binaries) of SVN against Apache 2.x on subversion.tigris.org Where now? ...

Any idea what this error means in SVN?

Sending example.java Transmitting file data .svn: Commit failed (details follow): svn: 'pre-commit' hook failed with error output: example.java Unwanted TAB in file: example.java I tried to revert my changes, and then even just adding one extra character, I'll seeing this error. Very strange! Any help would be greatly appreciated...

Pivotal Tracker + Assembla SVN

Is it possible to integrate Pivotal with Assembla? I want Pivotal to be able to see the commits made in the Assembla SVN repository ...

How to remove the related working directory in my folder?

I use the SVNX on Mac OS X. After I open the folder, it loads the previous working directory. But the working directory is not useful already, I can I cut the working directory information with the folder? Thank you. ...