active questions tagged svn - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T10:03:44Z http://stackoverflow.com/feeds/tag/svn http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1811832/how-to-add-files-to-file-based-repository 0 How to add files to file based repository? 4thSpace 2009-11-28T07:02:29Z 2009-11-29T04:32:46Z <p>I just downloaded Cornerstone and would like to add my existing files to a new repository. The repository will be file based (no server) and used by a single developer. In Cornerstone, I create a repository. It doesn't have any folders. I then select one of my existing project folders and import it. The folder imports but none of my files or subfolders are there. I've tried this with other folder and get the same results.</p> <p>I then added the box2d repository from box2d.svn.sourceforge.net using HTTPS. That added fine and I see its three main folders (branches, tags, trunk). I was able to check it out into a working folder.</p> <p>I'm using Mac OS X 10.6.2. Any ideas why I can't add anything to the repository I created?</p> <p>-- EDIT --</p> <p>I tried the following via command line to see if it made any difference:</p> <pre><code>MacBook:sdkiq userA$ svn checkout file:///svnrepository/projectA svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///svnrepository/projectA' </code></pre> <p>I then went to the svnrepository folder and did:</p> <pre><code>MacBook:svnrepository userA$ svn info svn: '.' is not a working copy </code></pre> <p>I then created a new repository through the command line, which worked. I also added a folder to it through Cornerstone, which you can see below:</p> <pre><code>MacBook:developer userA$ svnadmin create "New Repository" MacBook:developer userA $ svn list --verbose "file:///Developer/New Repository" 0 ? Nov 28 09:26 ./ MacBook:developer userA $ svn list --verbose "file:///Developer/New Repository" 1 usera Nov 28 09:32 ./ 1 usera Nov 28 09:32 projectA/ </code></pre> <p>Then I tried the import with no success:</p> <pre><code>MacBook:projects userA$ svn import projectA "file:///Developer/New Repository/projectA" -m "First Import" </code></pre> <p>I can't see any files in the projectA folder.</p> <p>-- EDIT --</p> <p>I see what is happening now but have no idea how to fix it. This is actually an old problem for me and the reason I abandoned svn a while back. In my main account, the import does not work. If I log into another account on my Macbook, it does work: <a href="http://stackoverflow.com/questions/642719/why-doesnt-svn-import-work">http://stackoverflow.com/questions/642719/why-doesnt-svn-import-work</a>. I just tested it in the other account and it works fine.</p> <p>Is there any way I can get svn import to work on my main account? Is it file permissions or something?</p> <p>-- Solution Found --</p> <p>"*" was part of my global ignores in this account for some reason. After removing it, everything is fine.</p> http://stackoverflow.com/questions/1394770/installing-and-setting-up-svn-on-freebsd-server 0 Installing and setting up SVN on FreeBSD Server [closed] roosal 2009-09-08T15:50:50Z 2009-11-29T03:01:32Z <p>Firstly thank you to everyone who responded to my earlier question - <a href="http://stackoverflow.com/questions/1393827/setting-up-svn-web-based-services-vs-your-own-svn-server">http://stackoverflow.com/questions/1393827/setting-up-svn-web-based-services-vs-your-own-svn-server</a></p> <p>As much as I would prefer to use a web based solution, the svn server is to be implemented in the office.</p> <p>We are currently running FreeBSD on our server, I am currently looking for information on setting up a SVN repository on the server with the command prompt.</p> <p>I have used terminal commands on Ubuntu in the past so I have some idea but I am nowhere near a expert. I have come across a handful of tutorials however they seem quite different and seem to skip a few bits. Im really looking for a step by step guide on setting up a repository and its users. Ideally a beginners guide so I know exactly whats happening.</p> <p>I would really appreciate any hints or pointers in the right direction.</p> <p>Thank you for your time.</p> http://stackoverflow.com/questions/1435346/setting-up-and-configuring-subversion-on-a-linux-server 0 Setting up and configuring Subversion on a linux server [closed] KeyStroke 2009-09-16T20:40:50Z 2009-11-29T03:01:02Z <p>Hi,</p> <p>I've been using subversion a lot via a managed solution. Now I wanted to move into my own server to save money, so I asked my host to setup subversion on my VPS. Here's what they said:</p> <blockquote> <p>If you need the Subversion server, (...) it depends a lot on the configuration you'd like. If you can provide us with the installation instructions you'd like us to use, we can set up the SVN server for you.</p> </blockquote> <p>I have no idea what configuration I should use, nor how to guide them to set it up.</p> <p>Any tips? resources I could send them maybe?</p> <p>Your help is much appreciated </p> http://stackoverflow.com/questions/1809428/svn-web-development-cycle-issue 1 SVN web development cycle issue Robin 2009-11-27T15:44:05Z 2009-11-28T21:52:29Z <p>The organization I currently work for uses SVN for developing PHP applications. Our development cycle started out simple, doing a commit updates the web root using the post-commit hook in order to see changes right away. Than we ran into an issue with development features getting in the way of bug fixes and holding up the fixed files from being moved to production and sometimes causing issues on the prod server.</p> <p>So I introduced a "release branching" schema that means all full releases are copied to their own branch, so all changes made to production needed to occur in this branch and "long term" development occurred on the trunk. The idea when this first started was to only do fixes and make the developer responsible for moving their own updates back to the trunk, but after five instances of developers blindly merging changes causing data loss, and constant development of "immediate release items" on the release branch this methodology was abandoned. </p> <p>Know I am faced with a branch that is way out of sync (since some people did not "get" the trunk/branch concept and were developing on the trunk) with changes merged into the trunk from a private branch creating the potential of more lost code when merging all the changes from the past month back from the current release branch.</p> <p>I have the chance to start over and enforce a proper development/release cycle of web development. SVN seems to be move geared toward "release" development (binary applications), where in this case we can go a full year without moving the full package to production.</p> <p>With that background, here is my question: What Web Development SVN cycle and/or schema would you recommend for this situation? Does this require a complete methodology overhaul or am I just missing something simple? </p> <p>Thanks for any ideas!</p> http://stackoverflow.com/questions/556971/how-to-layout-folders-locally-and-in-svn-when-using-eclipse 9 How to layout folders locally and in SVN when using eclipse Brian Schimmel 2009-02-17T14:12:45Z 2009-11-28T21:27:16Z <p>I've been working with eclipse and SVN for many years in teams from a single developer up to 12 and I always was the one to setup our folder structure. I managed to get it working somehow, but I feel that my folder layout is far from optimal. It's hard to tell what my typical folder layout looked like, because it looked very different each time.</p> <p>I'm just starting another big project now, and I want to do it <em>the professional way</em> this time.</p> <h2>Facts about the project</h2> <p>Those are the facts right now:</p> <ul> <li>All developers will work with Eclipse</li> <li>Some will be using Subclipse to integrate SVN into Eclipse, others will use external clients like Tortoise SVN or svnX </li> <li>we're developing on Windows and Mac OS</li> <li>we're using ant to automate building and junit testing</li> <li>there will be multiple interrelated projects: <ul> <li>a library written in pure java, so it runs on all known java platforms</li> <li>several applications for several java plattforms (J2SE, J2ME, android...). All those applications depend on the library mentioned before</li> </ul></li> </ul> <h2>What to do with .project?</h2> <p>I'm alway unsure wether to commit those files generated by eclipse (like ''.project'' and ''.classpath''). In prior projects, sometimes we put them into the SVN, sometimes we didn't, and both approaches had ther pros and cons. Once, we even committed the whole workspace, but that seemed to be a bad idea.</p> <p>One key concept that I'm certainly missing is how Eclipse handles its workspace. By default, the whole project lies inside the workspace-folder, but there can be projects that are external, which are linked in some magic manner I just don't understand. </p> <h2>Possible folder layouts</h2> <p>I'm unsure how to layout the project locally <em>and</em> on the repository. I think there are three possibilities:</p> <ul> <li>the workspace is a subfolder of my local working copy (like c:\code\myWorkingCopies\projectXyz\trunk\workspace)</li> <li>my workspace IS my working copy (I use c:\code\myWorkingCopies\projectXyz\trunk\ as workspace)</li> <li>My workspace is somewhere (c:\code\workspace) and my working copy somewhere else (c:\code\myWorkingCopies\projectXyz\trunk) and I have those external projects</li> <li>any other ideas?</li> </ul> <h2>What kind of answer am I looking for?</h2> <p>A dummy folder structure, maybe something like that (do I just answer my own question?):</p> <ul> <li>trunk <ul> <li>projects <ul> <li>projectA</li> <li>projectB</li> </ul></li> </ul></li> </ul> <p>Along with a hint what to checkout where, like that:</p> <ul> <li>checkout trunk/projects to c:\code...)</li> </ul> <p>And some guidlines like</p> <ul> <li>never upload files of type x,y,z...</li> </ul> http://stackoverflow.com/questions/1785452/svn-externals-in-a-different-scm 2 SVN Externals in a different SCM Sean Chambers 2009-11-23T19:39:03Z 2009-11-28T19:31:10Z <p>At a previous workplace we used svn externals to update dependent projects when a shared component was updated. This made it easy to see anything that those changes broke, as well as update dependent projects to the latest version of a shared component automatically without any intervention.</p> <p>At a new workplace we are using cc.net with surround scm and I'm trying to find something similar in surround. I haven't found anything like externals, only "shared files", but unlike externals, the shared files doesn't allow you to point at a specific revision of a file for the external.</p> <p>I'm interested in what other people are doing in these scenarios to lean on their continuous integration and treat it more for integration than a "continuous build" server. Does anyone know of a tool or something to do "externals" behavior without using svn?</p> <p>I suppose having an xml registry file of which projects depend on which assemblies and if they should be using the latest version but this seems like overkill.</p> http://stackoverflow.com/questions/1813022/managing-contractors-with-svn-on-projects 0 Managing Contractors with SVN on Projects asp2go 2009-11-28T16:54:27Z 2009-11-28T19:09:02Z <p>What do you recommend for using SVN as a means to manage development of a project using remote/external developers in terms of code review/managing changes,etc? Should everyone checkin to the trunk and provide comments for everything or do people use patches, branches, or some othe process to manage this? Please provide any suggestions you have for having a small team of remote developers (5) submitting work into SVN and a single individual overall responsible for the project's development who reviews code changes, etc. Thanks</p> http://stackoverflow.com/questions/1812005/tortoise-svn-moving-whole-project-to-a-folder 0 Tortoise SVN - moving whole project to a folder naspinski 2009-11-28T08:45:24Z 2009-11-28T16:38:10Z <p>I am having a huge problem with this.</p> <p>I want to take my whole project from the <strong>root</strong> folder, and move it to the <strong>root/webUI</strong> folder.</p> <p>What I have done seems simple, but it's not working. I simply made the new <strong>root/webUI</strong> folders, selected everything else in the <strong>root</strong> folder, and right-click dragged it into the new folder. I then elected to <strong>SVN Move Versions Item(s) Here</strong> which is all well and good, everything shows up in local drive just fine.</p> <p>Then I go to commit the new changes, everything seems to work, but only the upper level folders are uploaded, none of the contents inside are added at all. Is there any way to force a full update? It seems that SVN feels it is up-to-date, even though the files in the repository are absent in relation to my project.</p> <p>Please let me know if this does not make sense.</p> http://stackoverflow.com/questions/1808963/recommendations-to-handle-development-and-deployment-of-php-web-apps-using-shared 0 Recommendations to handle development and deployment of php web apps using shared project code Exception e 2009-11-27T14:04:00Z 2009-11-28T12:55:46Z <p>I am wondering what the best way (for a lone developer) is to </p> <ol> <li>develop a project that depends on code of other projects</li> <li>deploy the resulting project to the server</li> </ol> <p>I am planning to put my code in svn, and have shared code as a separate project. There are problems with svn:externals which I cannot fully estimate.</p> <p>I've read </p> <ul> <li><a href="http://stackoverflow.com/questions/338824/are-subversion-externals-an-antipattern/345404#345404">subversion:externals considered to be an anti-pattern</a>, and</li> <li><a href="http://stackoverflow.com/questions/222827/how-do-you-organize-your-version-control-repository/304036#304036">How do you organize your version control repository</a>,</li> </ul> <p>but there is one special thing with php-projects (and other interpreted source code): there is no final executable resulting from your libraries. External dependencies are thus always on raw source code.</p> <p>Ideally I really want to be able to develop <strong>simultaneously on one project and the projects it dependends on</strong>.</p> <p>Possible way: Check out a projects' dependency in a sub folder as a working copy of the trunk. Problems I foresee:</p> <ol> <li>When you want to deploy a project, you might want to freeze its dependencies, right? </li> <li><p>The dependency code should not end up as a duplicate in the projects repository, I think. </p> <p>*(update1: I additionally assume svn:ignore will pose problems if I cannot fall back on symlinks, see <a href="http://stackoverflow.com/questions/1808963/recommendations-to-handle-development-and-deployment-of-php-web-apps-using-shared/1809024#1809024">my comment</a>)</p> <p>I am still looking for suggestions that do not require the use junction points. They are a sort of unsupported hack in winxp, which may break some programs*</p></li> </ol> <p>This leads me to the last part of the question (as one has influence on the other): <strong>how do you deploy apps whith such dependencies?</strong> I've looked into BuildOut for Python, but it seems to be tightly related to the python ecosystem (resolving and fetching python modules from the web etc).</p> <p>I am very eager to learn about your best practices.</p> http://stackoverflow.com/questions/1449935/getting-svn-revision-number-into-a-program-automatically 1 Getting SVN revision number into a program automatically Smashery 2009-09-20T00:33:45Z 2009-11-28T10:06:25Z <p>I have a python project under SVN, and I'm wanting to display the version number when it is run. Is there any way of doing this (such as automatically running a short script on commit which could update a version file, or querying an SVN repository in Python?)</p> http://stackoverflow.com/questions/1810761/using-tortoisesvn-from-multiple-computers-with-an-svn-repo-on-external-hard-drive 1 Using TortoiseSVN from Multiple Computers with an SVN repo on External Hard Drive Maxim Z. 2009-11-27T22:00:09Z 2009-11-27T23:32:32Z <p>With TortoiseSVN, I created a repository on my external hard drive, where I store all my code. I purposely chose to put it on an external hard drive so I can use it on multiple computers (take it with me from place to place). However, yesterday, <strong>I tried to checkout my code from my repository from a different computer (also running TortoiseSVN), but it gave me errors</strong>, due to file path problems (I assume that it's related to the drive having one drive letter for my computer and a different one for the other one, which is, of course, natural). I think I'm just doing something wrong, but how can I fix this?</p> http://stackoverflow.com/questions/1810491/possible-to-svn-export-and-include-unversioned-files 0 Possible to svn export and include unversioned files? 1nsane 2009-11-27T20:13:19Z 2009-11-27T20:52:23Z <p>I would like to export my code from the working svn copy while including all unversioned files. For example, there are uploaded images/config files etc, that I would like included in the export. </p> <p>How can I achieve this?</p> http://stackoverflow.com/questions/1798468/svn-not-working-in-eclipse 4 SVN not working in Eclipse True Soft 2009-11-25T17:15:10Z 2009-11-27T20:20:00Z <p>One day I pressed in Eclipse <code>Help</code> -> <code>Check for Updates</code> (and I learnt that I should Never Ever update a software which works fine.)</p> <p>Then in a project that I used with SVN the whole submenu of "Team" and the little icons that showed that some files weren't commited, they all dissapeared.</p> <p>I tried everything: </p> <ul> <li>revert from <code>Instalation History</code> tab</li> <li>uninstall from <code>Installed Software</code> tab</li> <li>replaced the folder <code>eclipse</code> in <code>Program Files</code> with a new one downloaded from eclipse website and tried to install again</li> <li>searched how to install it on the net</li> </ul> <p>But in none of the cases above if I press <kbd>Ctrl+N</kbd> There is no SVN group; If i right click on a project and select <code>Team</code> -> <code>Share project</code>, a window with CVS appears, but no SVN. If I choose <code>File</code> -> <code>Import</code> I can't find SVN anywhere.</p> <p>If I go to <code>Help</code> -> <code>About Eclipse</code> -> <code>Instalation details</code> I see at <code>Instalation History</code> in 25.06.2009, 09:59:08 GMT+03:00 (when SVN worked)</p> <pre><code>Eclipse IDE for Java EE Developers 1.2.0.20090621-0820 Subclipse (Required) 1.6.2 Subversion JavaHL Native Library Adapter (Required) 1.6.3 SVNKit Library 1.3.0.5847 </code></pre> <p>In the <code>Installed Software</code> tab I have now installed </p> <pre><code>Eclipse IDE for Java EE Developers 1.2.0.20090621-0820 epp.package.jee Subclipse (Required) 1.6.5 org.tigris.subversion.subclipse.feature.group Subversion JavaHL Native Library Adapter (Required) 1.6.6 org.tigris.subversion.clientadapter.javahl.feature.feature.group SVNKit Library 1.3.1.6109 org.tmatesoft.svnkit.feature.group </code></pre> <p>How can I make SVN to work?<br> Where does eclipse store its files, because when I changed the eclipse directory with a new one all my stuff was there (the ones that I installed with no success: SVN, Subversive, Subclipse, SVNKit, ...)</p> http://stackoverflow.com/questions/1809865/eclipse-to-play-nice-wtih-svn-version-control-and-wamp-development-environment 0 Eclipse to play nice wtih SVN version control and WAMP development environment Dan 2009-11-27T17:27:53Z 2009-11-27T20:19:58Z <p>I've been using a WAMP stack for a while now and have my projects organized in this way</p> <pre><code>wamp/www/project1 wamp/www/project2 wamp/www/project3 etc. </code></pre> <p>Now I started to use Eclipse for PHP and have a workspace that's located in my C drive at</p> <pre><code>C:/my_eclipse_workspace </code></pre> <p>When I create new project in eclipse, a folder gets created for it at </p> <pre><code>C:/my_eclipse_workspace/project1 </code></pre> <p>Then on top of that I need to start using a local version control repository on my system. All this is getting me scratching my head. How do I use Eclipse + have my project files in their appropriate wamp directory (e.g. wamp/www/project1 so they can launched easily from within the browser like I normally do) all while keeping the project somewhere under SVN? This may be simple and I'm just not getting it, so a detailed slow answer for the stupid would be much appreciated here.</p> http://stackoverflow.com/questions/1808518/svn-automatic-merge-to-branch-on-check-in 0 SVN Automatic merge to branch on check in Unyttig 2009-11-27T12:35:05Z 2009-11-27T15:22:59Z <p>We use one branch for the our upcoming release, and trunk for the next release (later).</p> <p>For example: v1.1 -> v1.2 -> trunk (Where v1.1 is in production, v1.2 is the upcoming release and trunk will turn into v1.3 closer to release).</p> <p>While working on the upcoming release, we check in using SVN (TortoiseSVN). The problem with this is that all check ins must be manually merged to trunk if it's a change that will be relevant for later releases as well (Most changes in other words).</p> <p>The problem is that when the developers are stressed, they tend to forget to merge. The consequence of this is that a fix which is done in a branch may need to be fixed again later because the developer forgot to merge the fix from branch to trunk</p> <p>Is there a way to automatically merge the code to trunk when a check-in is made to the branch?</p> http://stackoverflow.com/questions/1809323/svn-post-commit-hooks-have-stopped-working-after-upgrading-to-fogbugz-7 0 SVN post-commit hooks have stopped working after upgrading to FogBugz 7 Jim McKerchar 2009-11-27T15:18:39Z 2009-11-27T15:18:39Z <p>Our company have recently upgraded our FogBugz installation to version 7, downloaded the latest post-commit files, and followed the latest instructions on integrating SVN with FogBugz (to get lists of modified files for each case.) </p> <p>However, I've been unable to get them working. Can anyone shed some light on what i might be doing wrong?</p> <p>Thanks</p> http://stackoverflow.com/questions/111436/how-can-i-get-the-svn-revision-number-in-php 6 How can I get the svn revision number in PHP? Thomaschaaf 2008-09-21T17:13:35Z 2009-11-27T14:47:40Z <p>I want to have my PHP Application labeled with the revision number which it uses, but don't want to use CruiseControl or update a file and upload it everytime. How should I do it?</p> http://stackoverflow.com/questions/1651583/netbeans-netbeans-ide-for-php-ruby 0 [NetBeans]: NetBeans IDE for PHP/Ruby. RPK 2009-10-30T18:39:26Z 2009-11-27T13:44:42Z <p>I just came across NetBeans site and found its PHP and Ruby IDEs. I want to know how popular is NetBeans and are the plugins for SVN really as good as the plugins for Eclipse?</p> http://stackoverflow.com/questions/1808468/open-source-web-interface-to-create-svn-projects 0 open source web interface to create svn projects? acidzombie24 2009-11-27T12:23:54Z 2009-11-27T13:15:27Z <p>Is there an open source web front for me to put on my server? I would like to give friends a url so we all can create our own svn projects without restrictions and great speed. optional SSL would be nice with it too.</p> <p>Web interface like trac is a bonus</p> http://stackoverflow.com/questions/1808260/do-you-commit-a-complete-web-directory-to-svn-or-you-do-some-exceptions-large-bi 1 Do you commit a complete web-directory to SVN or you do some exceptions (large binaries)? Michal M 2009-11-27T11:41:59Z 2009-11-27T12:35:23Z <p>Particularly I mean videos.</p> <p>I have fair bit of videos on my website and as I do submit all graphics with the sources, I have serious doubts about committing videos and archives (sizes between 10MB and 300MB).</p> <p>Does it make any sense at all to do this?</p> http://stackoverflow.com/questions/1806884/installing-svn-without-root-access 1 Installing SVN without root access [closed] Hubert Perron 2009-11-27T05:15:14Z 2009-11-27T05:43:50Z <p>I have a remote SSH access to a web server. It's running on CentOS and I was wondering how can I install a svn client locally ?</p> <p>Is it even possible?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1794411/how-to-move-all-source-code-over-when-it-was-on-visualsvn-server-on-vista-and-mig 1 How to move all source code over when it was on VisualSVN Server on Vista and migrating to Windows 7? Jian Lin 2009-11-25T03:15:32Z 2009-11-27T04:49:55Z <p>I had VisualSVN Server running perfectly on a Windows Vista machine, and then now it is to run Windows 7 on that same machine (installed on a new partition).</p> <p>So now all the source code are in the repository on D: drive (it used to be on C:)</p> <p>(Windows 7 will be C:, and the Vista will now become D:)</p> <p>Can we just copy the D:\Repositories over as C:\Repositories, and then install VisualSVN Server on Windows 7 again and let it use C:\Repositories, and then all source code, all history (the diff and comment) will be available again? </p> http://stackoverflow.com/questions/1804963/how-to-relocate-copied-svn-folder 0 How to relocate copied svn folder phx 2009-11-26T17:53:49Z 2009-11-26T18:29:10Z <p>Hey all,</p> <p>i copied an existing svn folder (a) to a new folder b and want to also switch the repository url. Its still pointing to a repo.</p> <p>i try svn switch --relocate but only get:</p> <p>svn: Relocate can only change the repository part of an URL</p> <p>What is the right way to do this task?</p> <p>Thanks for your help!</p> http://stackoverflow.com/questions/1798741/subversion-command-line-commit-does-nothing 1 Subversion command line commit does nothing Stephane Grenier 2009-11-25T17:50:56Z 2009-11-26T15:33:58Z <p>When I run:</p> <pre><code>svn commit -m "some message" myFile.txt </code></pre> <p>in the DOS shell, it gives me an empty line as the result. There's no error message, etc. And the file is not committed. </p> <p>What could be causing this?</p> http://stackoverflow.com/questions/1794242/svn-sasl-activedirectory-how-to 1 SVN + SASL + ActiveDirectory: How to Ken Mason 2009-11-25T02:11:40Z 2009-11-26T13:56:05Z <p>I'm trying to set up SVN to authenticate against an ActiveDirectory. I know this is possible if you set up SVN to be served using Apache, but doing so introduces too much overhead, and SVN runs too slow. From reading the SVN docs, it sounds like it should now be possible (since SASL was integrated into SVN in 1.5) to configure SVN to authenticate against ActiveDirectory without using Apache. Unfortunately the documentation from SVN and SASL is extremely generic, and lacks specifics to help get this working properly.</p> <p>Has anyone gotten this working? It would be a huge help if you could provide some sample configuration files, or high-level steps to point myself (and likely others) in the right direction on this.</p> http://stackoverflow.com/questions/1803030/how-can-i-send-the-output-of-committ-revision-version-in-email-using-blat 0 how can i send the output of committ revision version in email using blat soni 2009-11-26T11:01:03Z 2009-11-26T13:50:57Z <p>Hi All,</p> <p>Iam sending an email once the svn committ is succesful. Now i want to send the committed revision number (output of svn status -u) also in email. Iam using the blat to send an email in a batch file. blat - -body "Subversion Commit successful. Log file: \%computername%%OUTPUT_FILE%" -subject "Successful - SVN Commit'" -to xyz@a.com.</p> <p>Please do let me know how can i send an committed revision number in a mail.</p> http://stackoverflow.com/questions/1802689/svn-partial-branch 0 SVN partial branch Petar Repac 2009-11-26T09:52:57Z 2009-11-26T13:22:37Z <p>I'm new to SVN so this could be an easy question.</p> <p>We have a "trunk" with 1st level directories:</p> <pre><code>10 &lt;-- documents 20 &lt;-- source code, db scripts, ... 30 &lt;-- documents 40 &lt;-- referenced 3rd party library-es </code></pre> <p>I made a "develop" branch from the "trunk". In "develop" we change our source code and after testing it we merge it to "trunk".</p> <p>The problem in that in directories "10" and "30" are stored *.doc files that are not needed for development so it is REQUIRED that "develop" branch doesn't have those directories.</p> <p>The solution should still:</p> <ol> <li>allow "svn update" on root folder of "develop" working copy, (20 and 40)</li> <li>that update should not re-create directories 10 and 30 and</li> <li>of course merging "develop" to "trunk" should NOT delete 10 or 30 in "trunk".</li> </ol> <p>EDIT: I forgot to mention that "source code" is not only in 20. There are referenced dll-s and build scripts etc. that are also on 1st level directory, lets say 40.</p> http://stackoverflow.com/questions/1802731/what-are-the-hurdles-and-dangers-when-migrating-from-visual-sourcesafe-to-svn 1 What are the hurdles and dangers when migrating from Visual SourceSafe to SVN? Abel 2009-11-26T10:01:28Z 2009-11-26T11:27:13Z <p>A client still uses Visual SourceSafe, but after showing the numerous dangers and deficiencies of VSS, they've decided to migrate from VSS to SVN Subversion.</p> <p>The choice-to-be seems Tortoise SVN with AnkhSVN (good choice?). A migration aid <a href="http://www.poweradmin.com/sourcecode/vssmigrate.aspx" rel="nofollow">is described here</a>. The project contains two websites, a few web applications, several control and function libraries.</p> <p>It seems to me that a <a href="http://stackoverflow.com/questions/94058/moving-from-vss-to-svn/94340#94340">"sweep all VSS related"</a> and then "import in SVN" is the way to go. But worlds aren't perfect. What are the problems we should watch out for and what measures can we take to have this process run smoothly? Are there typical SVN for .NET issues that we should be aware of?</p> <p><em>EDIT:</em> is it possible somehow to migrate the VSS history too, or should we consider this a new start only?</p> http://stackoverflow.com/questions/24045/ankhsvn-versus-visualsvn 18 AnkhSVN versus VisualSVN thelsdj 2008-08-23T06:42:01Z 2009-11-26T11:08:27Z <p>I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN?</p> <p>AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch.</p> http://stackoverflow.com/questions/1797321/svnmerge-croaks-on-mysterious-conflict 0 svnmerge croaks on mysterious conflict bmargulies 2009-11-25T14:38:44Z 2009-11-26T03:38:28Z <p>We run svn 1.6.x on both server and client. I branched, worked for several weeks, downmerged a few times, and then set out to upmerge back. svnmerge.py, as logged below, splits the commits into two sets, and on the second set, encounters a (false?) tree conflict, and then gets a subversion error and implodes (see the bottom of the log).</p> <p>I'm loathe to commit this in two parts, since the intermediate state was not really working, so manually running the first revision set and then the second is not something I want to do.</p> <pre><code>property 'svnmerge-integrated' set on '.' --- Merging r5171 through r6286 into '.': U java/buildtools/src/main/resources/checkstyle.xml U java/buildtools/pom.xml U java/com.basistech.rex2009.common/pom.xml U java/tokenize_lines/pom.xml U java/runtime/pom.xml U java/ldctools/pom.xml U java/models/pom.xml U java/gazdecode/pom.xml U java/annotatortools/pom.xml Skipped 'java/pom-version.pl' U java/common/pom.xml U java/parent/pom.xml U java/pom.xml A java/ap-segmentation Skipped 'java/ap-segmentation/TODO' Skipped 'java/ap-segmentation/notes.txt' A java/ap-segmentation/scripts Skipped 'java/ap-segmentation/scripts/prune-nbest.perl' Skipped 'java/ap-segmentation/scripts/prune-threshold.perl' A java/ap-segmentation/src A java/ap-segmentation/src/test A java/ap-segmentation/src/test/java A java/ap-segmentation/src/test/java/com A java/ap-segmentation/src/test/java/com/basistech A java/ap-segmentation/src/test/java/com/basistech/seg Skipped 'java/ap-segmentation/src/test/java/com/basistech/seg/SymbolsTest.java' Skipped 'java/ap-segmentation/src/test/java/com/basistech/seg/FeatureVectorTest.java' A java/ap-segmentation/src/test/resources A java/ap-segmentation/src/main A java/ap-segmentation/src/main/java A java/ap-segmentation/src/main/java/com A java/ap-segmentation/src/main/java/com/basistech A java/ap-segmentation/src/main/java/com/basistech/seg Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/AveragedPerceptron.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/Decode.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/Trainer.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/Decoder.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/FeatureSet.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/Symbols.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/Feature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/SegFeatures.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/Train.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/FeatureVector.java' A java/ap-segmentation/src/main/java/com/basistech/seg/features Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/LastLengthFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/ConsecStartCharsFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/FirstLengthFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/WordFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/CharBeforeWordFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/CharBigramIntraSegFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/FirstLastCharsFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/WordBigramFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/WordLengthAndPreviousFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/SingleCharFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/WordLengthAndNextFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/CharBigramInterSegFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/ConsecEndCharsFeature.java' A java/ap-segmentation/src/main/resources Skipped 'java/ap-segmentation/pom.xml' U java/maven-rex2009task-plugin/pom.xml U java/corpus-tasks/pom.xml U java/ama/pom.xml U java/rlp-bl-annotate/pom.xml U java/ape/pom.xml A scripts Skipped 'scripts/score' Skipped 'scripts/mwseg.pl' Skipped 'scripts/pipelines.mk' A data A data/scripts Skipped 'data/scripts/cleanup-whitespace.perl' Skipped 'data/Makefile' Summary of conflicts: Skipped paths: 36 property 'svnmerge-integrated' set on '.' --- Merging r6297 through r6302 into '.': C java/common/src/main/java/com/basistech/perceptron Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/Decoder.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/LastLengthFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/ConsecStartCharsFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/FirstLengthFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/WordFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/CharBeforeWordFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/CharBigramIntraSegFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/FirstLastCharsFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/WordBigramFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/WordLengthAndPreviousFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/SingleCharFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/WordLengthAndNextFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/CharBigramInterSegFeature.java' Skipped 'java/ap-segmentation/src/main/java/com/basistech/seg/features/ConsecEndCharsFeature.java' Summary of conflicts: Tree conflicts: 1 Skipped paths: 14 property 'svnmerge-integrated' set on '.' svnmerge: command execution failed (exit code: 1) svn --non-interactive merge --force -r 6341:6426 http://svn.basistech.net/engineering/rex2009/branches/worm . svn: Attempt to add tree conflict that already exists svn: Error reading spooled REPORT request response </code></pre>