<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-68</id>
	<title>Nabble - Subversion</title>
	<updated>2009-12-11T11:01:49Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Subversion-f68.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subversion-f68.html" />
	<subtitle type="html">a compelling replacement for CVS. tigris - subversion home is &lt;a href=&quot;http://subversion.tigris.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26749872</id>
	<title>[Issue 3154]  Creating a branch from sparse working copy</title>
	<published>2009-12-11T11:01:49Z</published>
	<updated>2009-12-11T11:01:49Z</updated>
	<author>
		<name>Thomas S. Trias</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3154&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3154&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26749872&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomtrias@...&lt;/a&gt; Fri Dec 11 11:01:48 -0800 2009 -------
&lt;br&gt;This issue and a vote in favor of adding functionality to svn copy was mentioned 
&lt;br&gt;in the thread &amp;quot;Copy of a partial tree?&amp;quot; started by Kylo Ginsberg in svn users. &amp;nbsp;
&lt;br&gt;His final message of the matter can be found here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=877133&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=877133&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429846&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429846&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26749872&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3154--New---Creating-a-branch-from-sparse-working-copy-tp16462234p26749872.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26749767</id>
	<title>[Issue 3154]  Creating a branch from sparse working copy</title>
	<published>2009-12-11T10:55:26Z</published>
	<updated>2009-12-11T10:55:26Z</updated>
	<author>
		<name>Thomas S. Trias</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3154&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3154&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26749767&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomtrias@...&lt;/a&gt; Fri Dec 11 10:55:26 -0800 2009 -------
&lt;br&gt;Note that copy --parents does not preserve history from trunk itself (e.g. property changes) onto branches/b1, nor do we get copyfrom information for b1 in the log.
&lt;br&gt;&lt;br&gt;We are writing a system in which we cherry pick versions of files and directories to copy (instead of forcing copies of entire revisions) because it is more like the workflow our developers are used to and it 
&lt;br&gt;handles cases in a non-ideal world (like ours :-). &amp;nbsp;We are using a .NET version of SVNMUCC that we hope to get re-incorporated into SharpSVN. &amp;nbsp;Since we are letting developers pick and choose changes (including 
&lt;br&gt;important property changes on directories), we thought it would be ideal if we could copy a directory with depth empty and then copy in additional selected descendants.
&lt;br&gt;&lt;br&gt;Once that dream was dashed against the rocks of reality, we opted for the only solution available: a copy of the directory, followed by a delete of all of the children, followed by subsequent copies of 
&lt;br&gt;descendants (which may be copied from different revisions than that of the directory). &amp;nbsp;Lather, rinse, repeat.
&lt;br&gt;&lt;br&gt;This works well enough, although it always shows the descendants as replaced, even if the conceptual application was a first time add with history. &amp;nbsp;It also involves sending (many) additional delete commands 
&lt;br&gt;over the wire, when all we really wanted was a copy with limited depth.
&lt;br&gt;&lt;br&gt;The only real issues we see with adding depth to copy are:
&lt;br&gt;&lt;br&gt;1) Another flag or an additional depth enumeration (&amp;quot;WC&amp;quot;?) would be necessary for a WC-WC or WC-URL copy in order to indicate &amp;quot;use the depth as currently specified in the WC&amp;quot;.
&lt;br&gt;&lt;br&gt;2) As it stands, the SVN log (and thus SVN users) would not differentiate between a fully recursive copy and a sparse copy.
&lt;br&gt;&lt;br&gt;As far as #2 is concerned, we already deal with that now to some extent. &amp;nbsp;Since we are allowing cherry-picked changes, we want to display all of the changed paths associated with a revision. &amp;nbsp;For our purposes, 
&lt;br&gt;we also want to explicitly show the implied additions and deletions from the copy or delete of a directory. &amp;nbsp; &amp;nbsp;To get an accurate picture of what actually went on in the revision, the log provides insufficient 
&lt;br&gt;information. &amp;nbsp;Instead, we couple log information (in order to get the revprops) with diff --summarize information (we could use ls as well, but diff provides even more detail and we already have the author and 
&lt;br&gt;date from the log). &amp;nbsp;Note that this information would also allow one to differentiate between various copy depths based upon what was actually copied. &amp;nbsp;We could kill two birds with one stone if an additional 
&lt;br&gt;option were added to svn log to have it return all affected paths with copyfrom information (or at least an indicator regarding an explicit vs. implicit operation if separate copyfrom information is considered 
&lt;br&gt;overkill). &amp;nbsp;If the paths also had separate associated information for text vs. property operations on each path (as svn diff does), so much the better...
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429845&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429845&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26749767&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3154--New---Creating-a-branch-from-sparse-working-copy-tp16462234p26749767.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26748243</id>
	<title>[Issue 3550] New - Investigate streamy implementation of svn_fs_paths_changed2()</title>
	<published>2009-12-11T09:21:33Z</published>
	<updated>2009-12-11T09:21:33Z</updated>
	<author>
		<name>C. Michael Pilato</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3550&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3550&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|3550
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|Investigate streamy implementation of svn_fs_paths_cha
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |nged2()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|subversion
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|1.6.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|ENHANCEMENT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|libsvn_fs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|cmpilato
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|cmpilato
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748243&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmpilato@...&lt;/a&gt; Fri Dec 11 09:21:32 -0800 2009 -------
&lt;br&gt;The current implementation of svn_fs_paths_changed2() isn't streamy -- you give
&lt;br&gt;it a root, and it gives you a potentially massive hash back. &amp;nbsp;For scalability
&lt;br&gt;reasons, we should consider developing a streamy version of that interface.
&lt;br&gt;&lt;br&gt;BONUS: &amp;nbsp;Ensure that callers of this function never get an svn_fs_path_change2_t
&lt;br&gt;item with an unknown node kind.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429821&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429821&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26748243&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3550--New---Investigate-streamy-implementation-of-svn_fs_paths_changed2%28%29-tp26748243p26748243.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26746563</id>
	<title>Re: Feature request: compare file to other working  copy  from  context menu</title>
	<published>2009-12-11T07:49:03Z</published>
	<updated>2009-12-11T07:49:03Z</updated>
	<author>
		<name>syntevo Support-3</name>
	</author>
	<content type="html">Hello Matthias,
&lt;br&gt;&lt;br&gt;Most likely the simplest solution would be to add both working copies to the
&lt;br&gt;same SmartSVN project. Then you can select both files and invoke Query|Compare
&lt;br&gt;2 Files.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Best regards,
&lt;br&gt;Thomas Singer
&lt;br&gt;=============
&lt;br&gt;syntevo GmbH
&lt;br&gt;&lt;a href=&quot;http://www.syntevo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syntevo.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://blog.syntevo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.syntevo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;mweyh &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746563&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;m.weyh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have a lot of working copies of different branches or tags of the same
&lt;br&gt;&amp;gt; repository. Most of the time I fix an issue in one of the branches and I
&lt;br&gt;&amp;gt; need to merge that change to others before actually committing the changes.
&lt;br&gt;&amp;gt; It would be very helpful if there was a way of comparing a file from one
&lt;br&gt;&amp;gt; working copy with another.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Maybe this could be included in the &amp;quot;compare with&amp;quot; dialog as an additional
&lt;br&gt;&amp;gt; entry &amp;quot;other working copy&amp;quot; with a dropdown box of the available SmartSVN
&lt;br&gt;&amp;gt; projects. If a file would not exist in that other working copy SmartSVN
&lt;br&gt;&amp;gt; could just issue an error.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; best regards,
&lt;br&gt;&amp;gt; Matthias
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Feature-request%3A-compare-file-to-other-working-copy-from-context-menu-tp26742654p26742654.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Feature-request%3A-compare-file-to-other-working-copy-from-context-menu-tp26742654p26742654.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the SmartSVN mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yahoo! Groups Links
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Yahoo! Groups Links
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To visit your group on the web, go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your email settings:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Individual Email | Traditional
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings online go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/join&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/join&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; (Yahoo! ID required)
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings via email:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746563&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-digest@...&lt;/a&gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746563&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-fullfeatured@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746563&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://docs.yahoo.com/info/terms/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.yahoo.com/info/terms/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SmartSVN-f22531.html&quot; embed=&quot;fixTarget[22531]&quot; target=&quot;_top&quot; &gt;SmartSVN&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feature-request%3A-compare-file-to-other-working-copy-from-context-menu-tp26742654p26746563.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26746226</id>
	<title>RE: Migration to SVN</title>
	<published>2009-12-11T07:29:11Z</published>
	<updated>2009-12-11T07:29:11Z</updated>
	<author>
		<name>Giulio Troccoli-2</name>
	</author>
	<content type="html">&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Linedata Services (UK) Ltd
&lt;br&gt;Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
&lt;br&gt;Registered in England and Wales No 3027851 &amp;nbsp; &amp;nbsp;VAT Reg No 778499447
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746226&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barveaniketan@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746226&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barveaniketan@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: 11 December 2009 13:20
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746226&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: Migration to SVN
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am also working on a big project to migrate our source code
&lt;br&gt;&amp;gt; from an old system (CMS running on VMS OS) to Subversion.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So could you please tell me what process you have followed
&lt;br&gt;&amp;gt; for CMS to SVN MIGRATION?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I want know below mentioned points.
&lt;br&gt;&amp;gt; 1. How CMS data is exported to local directory. In my case I
&lt;br&gt;&amp;gt; have around 1000 elements do take copy of each element
&lt;br&gt;&amp;gt; manually its very time consuming &amp; critical job.
&lt;/div&gt;&lt;br&gt;We had perl scripts to work with CMS so I never knew the direct CMS commands. However, we worked with classes which I think *are* CMS specific. How to use them in your case it much depends on how you have organised your code I think.
&lt;br&gt;&lt;br&gt;&amp;gt; 2. Suppose once you have exported data to local directory.
&lt;br&gt;&amp;gt; Then what is the procedure to export data to the subversion.
&lt;br&gt;&lt;br&gt;You can use a series of &amp;quot;svn import&amp;quot; or maybe just one and then some &amp;quot;svn copy&amp;quot; and &amp;quot;svn commit&amp;quot;. Again it depends on how your code is organised and how you want it organised in Subversion.
&lt;br&gt;&lt;br&gt;Giulio
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429802&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429802&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746226&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26746226&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migration-to-SVN-tp13057573p26746226.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745874</id>
	<title>Re: Query: svn externals and export</title>
	<published>2009-12-11T07:08:48Z</published>
	<updated>2009-12-11T07:08:48Z</updated>
	<author>
		<name>Les Mikesell-2</name>
	</author>
	<content type="html">Andrew Hardy wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Probably! Is it normal practice to build 'releases' from 
&lt;br&gt;&amp;gt;&amp;gt; someone's WC? 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm not sure whether it helps for understanding, but our 
&lt;br&gt;&amp;gt;&amp;gt; build doesn't 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; result in the production of a single executable - we're producing 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; database creation scripts, code to be installed into the database, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; code to be run against the database, etc. and a further script to 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; orchestrate this.
&lt;br&gt;&amp;gt;&amp;gt; We build from a WC, but it is a WC on a build server that no 
&lt;br&gt;&amp;gt;&amp;gt; one uses to do development in. So there are no artifacts from 
&lt;br&gt;&amp;gt;&amp;gt; IDEs or files that have pending changes in them, etc.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That makes sense, perhaps I should look at acquiring a suitable build
&lt;br&gt;&amp;gt; machine.
&lt;/div&gt;&lt;br&gt;If you are already building somewhere, there's no need to change the machine, 
&lt;br&gt;just check out a wc in a different place where you won't edit anything. &amp;nbsp;But, if 
&lt;br&gt;you build frequently you might want to look at Hudson or a similar continuous 
&lt;br&gt;integration server to automate the builds with one or more build servers running 
&lt;br&gt;as slaves.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Les Mikesell
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745874&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lesmikesell@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429799&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429799&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745874&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745874&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Query%3A-svn-externals-and-export-tp26713011p26745874.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745811</id>
	<title>Re: Password problems on OpenVMS</title>
	<published>2009-12-11T07:06:05Z</published>
	<updated>2009-12-11T07:06:05Z</updated>
	<author>
		<name>Anders Wallin</name>
	</author>
	<content type="html">Yes, that is the way to do it. Still there are enough users with privileges that can get past this.
&lt;br&gt;Well I guess that some things you have just got to live with.
&lt;br&gt;&lt;br&gt;Thanks for your time and for a very valuable product.
&lt;br&gt;We are using and enjoying it.
&lt;br&gt;&lt;br&gt;Anders Wallin
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Alexander Kitaev-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello Anders,
&lt;br&gt;&lt;br&gt;&amp;gt; A pity about the storage of unencrypted passwords. We have batch jobs
&lt;br&gt;&amp;gt; that access Subversion repositories. I can not see a way to execute those
&lt;br&gt;&amp;gt; jobs without storing the password. Any suggestions?
&lt;br&gt;&lt;br&gt;By default passwords are stored in the user's home folder
&lt;br&gt;(~/.subversion/auth/ on Linux and OSX) so may be you may protect this
&lt;br&gt;directory by system means, e.g. limit access to this directory for the
&lt;br&gt;user on which behalf batch jobs are ran.
&lt;br&gt;&lt;br&gt;Alexander Kitaev,
&lt;br&gt;TMate Software,
&lt;br&gt;&lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;- Java [Sub]Versioning Library!
&lt;br&gt;&lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;&amp;nbsp;- Java SQLite Library!
&lt;br&gt;&lt;br&gt;Anders Wallin wrote:
&lt;br&gt;&amp;gt; Yes Java 1.6 is available on OpenVMS &amp;nbsp;Integrity servers. I will download
&lt;br&gt;&amp;gt; and test with that version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A pity about the storage of unencrypted passwords. We have batch jobs
&lt;br&gt;&amp;gt; that access Subversion repositories. I can not see a way to execute those
&lt;br&gt;&amp;gt; jobs without storing the password. Any suggestions?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for your time and suport
&lt;br&gt;&amp;gt; Anders Wallin
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Alexander Kitaev-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello Anders,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1) When prompted for password it is echoed fully
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; visible when I type it.
&lt;br&gt;&amp;gt;&amp;gt; Password is echoed only when JVM 1.6 is used. Previous versions of JVM
&lt;br&gt;&amp;gt;&amp;gt; does not support echoing of passwords in console.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2) Svnkit does not seem to be able to store an encrypted password.
&lt;br&gt;&amp;gt;&amp;gt; Encryption only works on Windows platform where Win API is used to
&lt;br&gt;&amp;gt;&amp;gt; encrypt password. Native Subversion works the same way (no encryption on
&lt;br&gt;&amp;gt;&amp;gt; non-windows platform).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; So, what you may do is disable password storage in config file
&lt;br&gt;&amp;gt;&amp;gt; (~/.subversion/config) and use JVM 1.6 to get echo characters in console
&lt;br&gt;&amp;gt;&amp;gt; (if 1.6 is available for OpenVMS).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Alexander Kitaev,
&lt;br&gt;&amp;gt;&amp;gt; TMate Software,
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;- Java [Sub]Versioning Library!
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;&amp;nbsp;- Java SQLite Library!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anders Wallin wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have som problems with password on OpenVMS. The problems have existed
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; during several svnkit versions. I am currently using the latest SVNKIT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.3.2.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1) When prompted for password it is echoed fully visible when I type it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2) Svnkit does not seem to be able to store an encrypted password.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I would very much appreciate any suggestions. I have attached a sample
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; output.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Anders Wallin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; $ jsvn update
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Authentication realm: &amp;lt;&lt;a href=&quot;http://svnprod:80&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnprod:80&lt;/a&gt;&amp;gt; Supply your password!!!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Password for 'ABCDE': my-secret-password
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -----------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ATTENTION! &amp;nbsp;Your password for authentication realm:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://svnprod:80&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnprod:80&lt;/a&gt;&amp;gt; Supply your password!!!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; can only be stored to disk unencrypted! &amp;nbsp;You are advised to configure
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; your system so that Subversion can store passwords encrypted, if
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; possible. &amp;nbsp;See the documentation for details.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You can avoid future appearances of this warning by setting the value
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; '/sys$login/.subversion/servers'.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -----------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Store password unencrypted (yes/no)? yes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; At revision 3623.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: svnkit-users-unsubscribe@svnkit.com
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: svnkit-users-help@svnkit.com
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: svnkit-users-unsubscribe@svnkit.com
&lt;br&gt;For additional commands, e-mail: svnkit-users-help@svnkit.com
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SVNKit---Users-f18684.html&quot; embed=&quot;fixTarget[18684]&quot; target=&quot;_top&quot; &gt;SVNKit - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Password-problems-on-OpenVMS-tp26718017p26745811.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745617</id>
	<title>Re: Password problems on OpenVMS</title>
	<published>2009-12-11T06:53:20Z</published>
	<updated>2009-12-11T06:53:20Z</updated>
	<author>
		<name>Alexander Kitaev-3</name>
	</author>
	<content type="html">Hello Anders,
&lt;br&gt;&lt;br&gt;&amp;gt; A pity about the storage of unencrypted passwords. We have batch jobs
&lt;br&gt;&amp;gt; that access Subversion repositories. I can not see a way to execute those
&lt;br&gt;&amp;gt; jobs without storing the password. Any suggestions?
&lt;br&gt;&lt;br&gt;By default passwords are stored in the user's home folder
&lt;br&gt;(~/.subversion/auth/ on Linux and OSX) so may be you may protect this
&lt;br&gt;directory by system means, e.g. limit access to this directory for the
&lt;br&gt;user on which behalf batch jobs are ran.
&lt;br&gt;&lt;br&gt;Alexander Kitaev,
&lt;br&gt;TMate Software,
&lt;br&gt;&lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;- Java [Sub]Versioning Library!
&lt;br&gt;&lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;&amp;nbsp;- Java SQLite Library!
&lt;br&gt;&lt;br&gt;Anders Wallin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Yes Java 1.6 is available on OpenVMS &amp;nbsp;Integrity servers. I will download
&lt;br&gt;&amp;gt; and test with that version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A pity about the storage of unencrypted passwords. We have batch jobs
&lt;br&gt;&amp;gt; that access Subversion repositories. I can not see a way to execute those
&lt;br&gt;&amp;gt; jobs without storing the password. Any suggestions?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for your time and suport
&lt;br&gt;&amp;gt; Anders Wallin
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Alexander Kitaev-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello Anders,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1) When prompted for password it is echoed fully
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; visible when I type it.
&lt;br&gt;&amp;gt;&amp;gt; Password is echoed only when JVM 1.6 is used. Previous versions of JVM
&lt;br&gt;&amp;gt;&amp;gt; does not support echoing of passwords in console.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2) Svnkit does not seem to be able to store an encrypted password.
&lt;br&gt;&amp;gt;&amp;gt; Encryption only works on Windows platform where Win API is used to
&lt;br&gt;&amp;gt;&amp;gt; encrypt password. Native Subversion works the same way (no encryption on
&lt;br&gt;&amp;gt;&amp;gt; non-windows platform).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; So, what you may do is disable password storage in config file
&lt;br&gt;&amp;gt;&amp;gt; (~/.subversion/config) and use JVM 1.6 to get echo characters in console
&lt;br&gt;&amp;gt;&amp;gt; (if 1.6 is available for OpenVMS).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Alexander Kitaev,
&lt;br&gt;&amp;gt;&amp;gt; TMate Software,
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svnkit.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnkit.com/&lt;/a&gt;&amp;nbsp;- Java [Sub]Versioning Library!
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://sqljet.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sqljet.com/&lt;/a&gt;&amp;nbsp;- Java SQLite Library!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anders Wallin wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have som problems with password on OpenVMS. The problems have existed
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; during several svnkit versions. I am currently using the latest SVNKIT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.3.2.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1) When prompted for password it is echoed fully visible when I type it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2) Svnkit does not seem to be able to store an encrypted password.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I would very much appreciate any suggestions. I have attached a sample
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; output.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Anders Wallin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; $ jsvn update
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Authentication realm: &amp;lt;&lt;a href=&quot;http://svnprod:80&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnprod:80&lt;/a&gt;&amp;gt; Supply your password!!!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Password for 'ABCDE': my-secret-password
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -----------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ATTENTION! &amp;nbsp;Your password for authentication realm:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://svnprod:80&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnprod:80&lt;/a&gt;&amp;gt; Supply your password!!!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; can only be stored to disk unencrypted! &amp;nbsp;You are advised to configure
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; your system so that Subversion can store passwords encrypted, if
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; possible. &amp;nbsp;See the documentation for details.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You can avoid future appearances of this warning by setting the value
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; '/sys$login/.subversion/servers'.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -----------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Store password unencrypted (yes/no)? yes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; At revision 3623.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745617&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svnkit-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745617&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svnkit-users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745617&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svnkit-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745617&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svnkit-users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SVNKit---Users-f18684.html&quot; embed=&quot;fixTarget[18684]&quot; target=&quot;_top&quot; &gt;SVNKit - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Password-problems-on-OpenVMS-tp26718017p26745617.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26745272</id>
	<title>RE: Re: Query: svn externals and export</title>
	<published>2009-12-11T06:32:54Z</published>
	<updated>2009-12-11T06:32:54Z</updated>
	<author>
		<name>Bob Archer</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; &amp;gt; The time taken to bring down the data from the repository server
&lt;br&gt;&amp;gt; to the client is identical whether you're doing an export or a
&lt;br&gt;&amp;gt; checkout. Unless you're not talking about the transfer between the
&lt;br&gt;&amp;gt; repository and the client, but between some other two systems (if
&lt;br&gt;&amp;gt; so, please explain).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I *thought* that when a checkout is performed, you get the source
&lt;br&gt;&amp;gt; files that you requested *plus* a duplicate set put into the .svn
&lt;br&gt;&amp;gt; directories (primarily into the text-base directory)? An export
&lt;br&gt;&amp;gt; doesn't build the duplicate .svn directories?
&lt;/div&gt;&lt;br&gt;Yes that's correct. But that doesn't change the amount of data downloaded. It does of course change the amount of data created on the drive. And it probably takes a bit longer to save each file in two places. 
&lt;br&gt;&lt;br&gt;BOb
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429788&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429788&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745272&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26745272&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Query%3A-svn-externals-and-export-tp26713011p26745272.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26744184</id>
	<title>Re: Migration to SVN</title>
	<published>2009-12-11T05:19:50Z</published>
	<updated>2009-12-11T05:19:50Z</updated>
	<author>
		<name>barveaniketan</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I am also working on a big project to migrate our source code from an old 
&lt;br&gt;system (CMS running on VMS OS) to Subversion. 
&lt;br&gt;&lt;br&gt;So could you please tell me what process you have followed for CMS to SVN MIGRATION?
&lt;br&gt;&lt;br&gt;I want know below mentioned points.
&lt;br&gt;1. How CMS data is exported to local directory. In my case I have around 1000 elements do take copy of each element manually its very time consuming &amp; critical job.
&lt;br&gt;2. Suppose once you have exported data to local directory. Then what is the procedure to export data to the subversion.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;Aniketan Barve
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;This message was sent on behalf of &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26744184&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barveaniketan@...&lt;/a&gt; at openSubscriber.com
&lt;br&gt;&lt;a href=&quot;http://www.opensubscriber.com/message/users@subversion.tigris.org/7718650.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opensubscriber.com/message/users@.../7718650.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429775&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429775&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26744184&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26744184&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migration-to-SVN-tp13057573p26744184.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26743484</id>
	<title>Re: Subversion - Llocked file could not able to commit the changes</title>
	<published>2009-12-11T04:35:50Z</published>
	<updated>2009-12-11T04:35:50Z</updated>
	<author>
		<name>Srinivas Rao Marri</name>
	</author>
	<content type="html">Yes it was solved for me. &amp;nbsp;All I did is build your apache with -enable- 
&lt;br&gt;pie option. &amp;nbsp;Without this some special characters will go with lock &amp;nbsp;
&lt;br&gt;files, and during commit your locks will not match.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Srini
&lt;br&gt;&lt;br&gt;On Dec 11, 2009, at 7:06 AM, Mark Blokpoel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26743484&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blokpoelmark@...&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, I seem to have the same symptoms with my svn setup. Have you had &amp;nbsp;
&lt;br&gt;&amp;gt; any luck solving your problem?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I recently migrated two (large) repositories from one server to &amp;nbsp;
&lt;br&gt;&amp;gt; another. Now users cannot commit files they have locked. Only by &amp;nbsp;
&lt;br&gt;&amp;gt; unlocking the files they can commit. The error message we receive is &amp;nbsp;
&lt;br&gt;&amp;gt; below. I suspect something is preventing subversion to modify the &amp;nbsp;
&lt;br&gt;&amp;gt; locks even when the committer is the lock's owner. Any help is &amp;nbsp;
&lt;br&gt;&amp;gt; greatly appreciated, because I'm out of ideas...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Description : An error occurred while contacting the repository.
&lt;br&gt;&amp;gt; Suggestion : The server may be unreachable or the URL may be &amp;nbsp;
&lt;br&gt;&amp;gt; incorrect.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Description : Commit failed (details follow):
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Status : 175002
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; File : subversion/libsvn_client/commit.c, 867
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Description : CHECKOUT of '/svn/programmers/testrepo/!svn/ver/1/ 
&lt;br&gt;&amp;gt; test.txt': Could not read status line: Secure connection truncated
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Status : 175002
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; File : subversion/libsvn_ra_neon/util.c, 604
&lt;/div&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429762&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429762&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26743484&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26743484&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subversion---Llocked-file-could-not-able-to-commit-the-changes-tp25687095p26743484.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26743125</id>
	<title>RE: Subversion - Llocked file could not able to commit the changes</title>
	<published>2009-12-11T04:06:03Z</published>
	<updated>2009-12-11T04:06:03Z</updated>
	<author>
		<name>Mark Blokpoel</name>
	</author>
	<content type="html">Hi, I seem to have the same symptoms with my svn setup. Have you had any luck solving your problem?
&lt;br&gt;&lt;br&gt;I recently migrated two (large) repositories from one server to another. Now users cannot commit files they have locked. Only by unlocking the files they can commit. The error message we receive is below. I suspect something is preventing subversion to modify the locks even when the committer is the lock's owner. Any help is greatly appreciated, because I'm out of ideas...
&lt;br&gt;&lt;br&gt;Description : An error occurred while contacting the repository.
&lt;br&gt;&amp;nbsp;Suggestion : The server may be unreachable or the URL may be incorrect.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Description : Commit failed (details follow):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Status : 175002
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;File : subversion/libsvn_client/commit.c, 867
&lt;br&gt;&lt;br&gt;Description : CHECKOUT of '/svn/programmers/testrepo/!svn/ver/1/test.txt': Could not read status line: Secure connection truncated
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Status : 175002
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;File : subversion/libsvn_ra_neon/util.c, 604
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429745&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429745&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26743125&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26743125&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subversion---Llocked-file-could-not-able-to-commit-the-changes-tp25687095p26743125.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26743004</id>
	<title>Re: stash (was Re: revert --force)</title>
	<published>2009-12-11T03:57:43Z</published>
	<updated>2009-12-11T03:57:43Z</updated>
	<author>
		<name>Tobias Hahn-3</name>
	</author>
	<content type="html">Am 11.12.2009 um 11:43 schrieb Stefan Sperling:
&lt;br&gt;&lt;br&gt;&amp;gt; On Fri, Dec 11, 2009 at 11:38:09AM +0100, Stefan Sperling wrote:
&lt;br&gt;&amp;gt;&amp;gt; If you want this really soon now, please try writing a patch.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Oh, and feel free to file an ENHANCEMENT issue describing this
&lt;br&gt;&amp;gt; feature, with a pointer to this thread in the mailing list archives.
&lt;br&gt;&lt;br&gt;Done (the enhancement filing part...).
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Tobias
&lt;br&gt;&lt;br&gt;Ableton AG, Sitz Berlin, Amtsgericht Berlin-Charlottenburg, HRB 72838 
&lt;br&gt;Vorstand: Gerhard Behles, Jan Bohl, Bernd Roggendorf 
&lt;br&gt;Vorsitzender des Aufsichtsrats: Uwe Struck
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429742&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429742&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26743004&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26743004&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revert---force-tp26730160p26743004.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26742878</id>
	<title>[Issue 3549] New - New option --remove-unversioned-files to cleanup</title>
	<published>2009-12-11T03:48:34Z</published>
	<updated>2009-12-11T03:48:34Z</updated>
	<author>
		<name>Tobias Hahn-3</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3549&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3549&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue #|3549
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary|New option --remove-unversioned-files to cleanup
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component|subversion
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version|---
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version|All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status|NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status whiteboard|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Resolution|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue type|ENHANCEMENT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority|P3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subcomponent|libsvn_client
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to|issues@subversion
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reported by|tobiashahn
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Additional comments from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26742878&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tobiashahn@...&lt;/a&gt; Fri Dec 11 03:48:32 -0800 2009 -------
&lt;br&gt;Summary:
&lt;br&gt;I would like to have a new option --remove-unversioned-files to svn cleanup. When calling 
&lt;br&gt;&lt;br&gt;&amp;nbsp; svn cleanup --remove-unversioned-files PATH
&lt;br&gt;&lt;br&gt;using this option it would -- in addition to cleanup already performed today -- traverse the working 
&lt;br&gt;copy at PATH and remove all unversioned files and directories found.
&lt;br&gt;&lt;br&gt;Usecase:
&lt;br&gt;My primary usecase where I would like to be able to use this new option is a period merge of trunk into 
&lt;br&gt;a branch. Best practices for this use case require having a clean, up-to-date working copy of the 
&lt;br&gt;branch. Often, after cleaning up and updating, my working copy contains artifacts created from 
&lt;br&gt;automatic tests, which I neither want to keep nor commit into the repository. In this situation it would 
&lt;br&gt;be very handy to have this option.
&lt;br&gt;&lt;br&gt;Other solutions:
&lt;br&gt;Many users I have talked to have written custom scripts performing this task such as
&lt;br&gt;&lt;br&gt;&amp;nbsp; svn status | grep '^?' | awk '{print $2}' | xargs rm -rf
&lt;br&gt;&lt;br&gt;I argue that svn support of --remove-unversioned-files would be a safer alternative. Scripts like the 
&lt;br&gt;one above are error prone (this one contains a bug when the working copy contains paths with spaces).
&lt;br&gt;&lt;br&gt;Other users checkout separate working copies which are used exclusively for merging.
&lt;br&gt;&lt;br&gt;References:
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429229&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429229&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;It would be awesome if this enhancement made it into a future version of subversion.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429738&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429738&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26742878&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3549--New---New-option---remove-unversioned-files-to-cleanup-tp26742878p26742878.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26742717</id>
	<title>SVN API in Perl</title>
	<published>2009-12-11T03:33:22Z</published>
	<updated>2009-12-11T03:33:22Z</updated>
	<author>
		<name>Giulio Troccoli-2</name>
	</author>
	<content type="html">I'm having really a hard time using the Subversion (1.6.5) API in Perl.
&lt;br&gt;&lt;br&gt;I'm simply trying to get the status of a WC. In my Perl script I have
&lt;br&gt;&lt;br&gt;my $status_receiver = sub {
&lt;br&gt;&amp;nbsp; &amp;nbsp;my ($path, $status) = @_;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;say &amp;quot;$status $path&amp;quot;;
&lt;br&gt;};
&lt;br&gt;SVN::Client::status($ctx, $path, $revision, $status_receiver, $recursive, $get_all, $update, $no_ignore);
&lt;br&gt;&lt;br&gt;This is just an extract, so all varibales are defined and status_receiver is called correctly.
&lt;br&gt;&lt;br&gt;The documentation says that &amp;quot;$path is the pathname of the file or directory which status is being
&lt;br&gt;reported. &amp;nbsp;$status is a svn_wc_status_t object&amp;quot;. The only documentation about svn_wc_status_t that I could find is &lt;a href=&quot;http://svn.collab.net/svn-doxygen/structsvn__wc__status__t.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.collab.net/svn-doxygen/structsvn__wc__status__t.html&lt;/a&gt;, which refers to svn_wc_status2_t (&lt;a href=&quot;http://svn.collab.net/svn-doxygen/structsvn__wc__status2__t.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.collab.net/svn-doxygen/structsvn__wc__status2__t.html&lt;/a&gt;) which doesn't help much.
&lt;br&gt;&lt;br&gt;How do I use $status in status_receiver?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Giulio
&lt;br&gt;&lt;br&gt;&lt;br&gt;Linedata Services (UK) Ltd
&lt;br&gt;Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
&lt;br&gt;Registered in England and Wales No 3027851 &amp;nbsp; &amp;nbsp;VAT Reg No 778499447
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429733&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429733&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26742717&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26742717&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SVN-API-in-Perl-tp26742717p26742717.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26742654</id>
	<title>Feature request: compare file to other working copy from context menu</title>
	<published>2009-12-11T03:29:37Z</published>
	<updated>2009-12-11T03:29:37Z</updated>
	<author>
		<name>mweyh</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have a lot of working copies of different branches or tags of the same repository. Most of the time I fix an issue in one of the branches and I need to merge that change to others before actually committing the changes. It would be very helpful if there was a way of comparing a file from one working copy with another.
&lt;br&gt;&lt;br&gt;Maybe this could be included in the &amp;quot;compare with&amp;quot; dialog as an additional entry &amp;quot;other working copy&amp;quot; with a dropdown box of the available SmartSVN projects. If a file would not exist in that other working copy SmartSVN could just issue an error.
&lt;br&gt;&lt;br&gt;best regards,
&lt;br&gt;Matthias&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SmartSVN-f22531.html&quot; embed=&quot;fixTarget[22531]&quot; target=&quot;_top&quot; &gt;SmartSVN&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feature-request%3A-compare-file-to-other-working-copy-from-context-menu-tp26742654p26742654.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26742141</id>
	<title>Re: stash (was Re: revert --force)</title>
	<published>2009-12-11T02:43:46Z</published>
	<updated>2009-12-11T02:43:46Z</updated>
	<author>
		<name>Stefan Sperling-7</name>
	</author>
	<content type="html">On Fri, Dec 11, 2009 at 11:38:09AM +0100, Stefan Sperling wrote:
&lt;br&gt;&amp;gt; If you want this really soon now, please try writing a patch.
&lt;br&gt;&lt;br&gt;Oh, and feel free to file an ENHANCEMENT issue describing this
&lt;br&gt;feature, with a pointer to this thread in the mailing list archives.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429719&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429719&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26742141&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26742141&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revert---force-tp26730160p26742141.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26742055</id>
	<title>Re: stash (was Re: revert --force)</title>
	<published>2009-12-11T02:38:09Z</published>
	<updated>2009-12-11T02:38:09Z</updated>
	<author>
		<name>Stefan Sperling-7</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 08:08:31PM +0100, Tobias Hahn wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I recognize that I meet some resistance here to my proposal...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So what about a command svn stash (shamelessly stolen from git-stash)
&lt;br&gt;&amp;gt; then? Example:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ svn stash save &amp;quot;Some dirty changes.&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This would add new files, save all local modifications away and then
&lt;br&gt;&amp;gt; revert --force the tree. At this point the wc &amp;nbsp;would be clean, so I
&lt;br&gt;&amp;gt; could
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ svn merge -r ...
&lt;br&gt;&amp;gt; $ svn commit -m &amp;quot;Merged -r ... &amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Later, I would be able to either
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ svn stash pop
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; if I decide my changes were important or do nothing if not.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I realize that the way git handles repos makes this feature
&lt;br&gt;&amp;gt; particularly easy for them to implement, but it should be possible for
&lt;br&gt;&amp;gt; svn as well. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Would this constitute a less controversial feature request?
&lt;/div&gt;&lt;br&gt;Local stashing and similar ideas such as offline commits have been
&lt;br&gt;discussed between developers. But they won't happen until after 1.7
&lt;br&gt;release. We need to get the core of the new work-in-progress working
&lt;br&gt;copy library rock solid and released before we can add new sugar coating
&lt;br&gt;features.
&lt;br&gt;&lt;br&gt;Note that you can already stash your local changes away into the repository:
&lt;br&gt;&lt;br&gt;&amp;nbsp; $ svn cp -m &amp;quot;some dirty changes&amp;quot; . ^/stash/tobias/some-dirty-changes
&lt;br&gt;&lt;br&gt;As for your revert --force suggestion, the name --force is not descriptive
&lt;br&gt;and can mean different things depending on the subcommand used, so we have
&lt;br&gt;been discouraging new use of this option. And I don't think the revert
&lt;br&gt;command is a good place for this functionality. I'd rather want something
&lt;br&gt;like:
&lt;br&gt;&lt;br&gt;&amp;nbsp; $ svn cleanup --remove-unversioned-files
&lt;br&gt;&lt;br&gt;since that is independent of reverting local modifications to
&lt;br&gt;versioned files.
&lt;br&gt;&lt;br&gt;If you want this really soon now, please try writing a patch.
&lt;br&gt;It does not need to be perfect, we can help you bang it into
&lt;br&gt;shape if you post an initial working version to dev@.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429717&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429717&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26742055&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26742055&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revert---force-tp26730160p26742055.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26741868</id>
	<title>Re: svnadmin: Decompression of svndiff data failed - how to recover?</title>
	<published>2009-12-11T02:23:25Z</published>
	<updated>2009-12-11T02:23:25Z</updated>
	<author>
		<name>John Szakmeister</name>
	</author>
	<content type="html">On Tue, Dec 8, 2009 at 10:19 AM, Andi Meier &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andimeier@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; After moving the svn repository (FSFS backend) to a new machinge I cannot get the repository working because a revision is corrupt: currently, I'm at revision 892. If I try
&lt;br&gt;&amp;gt;  svnadmin verify REPOS_PATH
&lt;br&gt;&amp;gt; I get:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  * Verified revision 1.
&lt;br&gt;&amp;gt;  * Verified revision 2.
&lt;br&gt;&amp;gt;  * Verified revision 3.
&lt;br&gt;&amp;gt;    [---snip---]
&lt;br&gt;&amp;gt;  * Verified revision 79.
&lt;br&gt;&amp;gt;  svnadmin: Decompression of svndiff data failed
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although I am not interested in revision 80 since it is outdated, I cannot checkout any later revision without having this fixed. The only useful hint on googling was to try to fix the problem with fsfsverify.py
&lt;br&gt;&amp;gt; I tried but to no avail. The problem persisted.
&lt;/div&gt;&lt;br&gt;If you send me the original copy of r80, I'll take a look at it.
&lt;br&gt;fsfsverify can't fix everything... some corruptions are more involved.
&lt;br&gt;&lt;br&gt;-John
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429715&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429715&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741868&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741868&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/svnadmin%3A-Decompression-of-svndiff-data-failed---how-to-recover--tp26696918p26741868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26741848</id>
	<title>Re: Subversion Install Help</title>
	<published>2009-12-11T02:22:35Z</published>
	<updated>2009-12-11T02:22:35Z</updated>
	<author>
		<name>Stefan Sperling-7</name>
	</author>
	<content type="html">On Wed, Dec 09, 2009 at 11:02:05AM -0800, Jake E. Posey wrote:
&lt;br&gt;&amp;gt; Trying to install subversion-1.4.2 on a HP rp3410 running HP-UX
&lt;br&gt;&amp;gt; 11.11v1. &amp;nbsp;When doing the compile it complains about the following:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /opt/bin/install -c -d subversion/bindings/java/javahl/classes
&lt;br&gt;&amp;gt; cp: illegal option -- d
&lt;br&gt;&lt;br&gt;Find out where MKDIR is set in Subversion's configure script.
&lt;br&gt;It is unconditionally set to &amp;quot;$INSTALL -d&amp;quot; which is wrong for many UNIX
&lt;br&gt;systems. Just set it to &amp;quot;mkdir -p&amp;quot; or something instead.
&lt;br&gt;&lt;br&gt;&amp;gt; I tried installing 1.5.x or 1.6.x and had no problems. &amp;nbsp;However my users want 1.4.2.
&lt;br&gt;&lt;br&gt;Can you tell us why your users want 1.4.x?
&lt;br&gt;It's not supported anymore, and if the reason is anything other than
&lt;br&gt;issue #3242[*] we'd really like to know about it cause it could be a
&lt;br&gt;regression we need to fix.
&lt;br&gt;&lt;br&gt;[*] &lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3242&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3242&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429714&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429714&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741848&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741848&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subversion-Install-Help-tp26715786p26741848.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26741750</id>
	<title>Re: Error starting apache 2 after loading mod_dav_svn when upgrading to subversion 1.6.6</title>
	<published>2009-12-11T02:14:50Z</published>
	<updated>2009-12-11T02:14:50Z</updated>
	<author>
		<name>Stefan Sperling-7</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 12:14:44PM +0100, fida aljounaidi wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I upgraded my subversion version to subversion1.6.6.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When i restart apache, i get this error :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; apache2: Syntax error on line 189 of /etc/apache2/apache2.conf: Syntax error
&lt;br&gt;&amp;gt; on line 2 of /etc/apache2/httpd.conf: Cannot load
&lt;br&gt;&amp;gt; /usr/lib/apache2/modules/mod_authz_svn.so into server:
&lt;br&gt;&amp;gt; /usr/local/subversion/lib/libsvn_subr-1.so.0: undefined symbol:
&lt;br&gt;&amp;gt; apr_memcache_add_server
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I installed libapr et libapr-util from the subversion-deps sources.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; does someone have an idea about that?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; is it a bug?
&lt;/div&gt;&lt;br&gt;It's not a bug, it's a problem with your installation.
&lt;br&gt;You should compile Subversion-1.6.6 against your system's APR libraries,
&lt;br&gt;rather than using APR and APR-util from subversion-deps sources.
&lt;br&gt;&lt;br&gt;You have compiled your subversion libraries against APR libraries
&lt;br&gt;with memcached support, but the APR libraries used at runtime do
&lt;br&gt;nto have memcached support. Worse, this probably means that the APR
&lt;br&gt;your apache httpd is using does not match the APR Subversion is using,
&lt;br&gt;which can cause all sorts of behaviour such as random crashes.
&lt;br&gt;&lt;br&gt;It's probably less hassle to just use Subversion packages from your
&lt;br&gt;distribution. Or you could try to find official backport packages
&lt;br&gt;of 1.6.6 for your distribution if you really need a bugfix made in 1.6.6.
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429710&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429710&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741750&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741750&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-starting-apache-2-after-loading-mod_dav_svn-when-upgrading-to-subversion-1.6.6-tp26725609p26741750.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26741657</id>
	<title>Re: apache crashes with mod_dav_svn</title>
	<published>2009-12-11T02:07:48Z</published>
	<updated>2009-12-11T02:07:48Z</updated>
	<author>
		<name>Stefan Sperling-7</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 11:14:36AM +0000, Tom Percival wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have a very recent install of Fedora 12 and Apache/2.2.13.
&lt;br&gt;&amp;gt; I have installed mod_dav_svn (see end of message for a list of all modules
&lt;br&gt;&amp;gt; running).
&lt;br&gt;&amp;gt; Whenever I try and browse my subversion repositories Apache dies and I get:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; *** glibc detected *** /usr/sbin/httpd: free(): invalid pointer:
&lt;br&gt;&amp;gt; 0x00007fb3c51a2de8 ***
&lt;/div&gt;&lt;br&gt;Did you install all components of your Subversion installation from
&lt;br&gt;fedora packages? If so, please report the bug to fedora first, it could
&lt;br&gt;be a problem with the packages.
&lt;br&gt;If not, please try to install everything from fedora packages to
&lt;br&gt;see if that fixes the problem.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429708&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429708&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741657&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741657&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/apache-crashes-with-mod_dav_svn-tp26725685p26741657.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26741634</id>
	<title>RE: Query: svn externals and export</title>
	<published>2009-12-11T02:05:02Z</published>
	<updated>2009-12-11T02:05:02Z</updated>
	<author>
		<name>Andrew Hardy-2</name>
	</author>
	<content type="html">Ryan, 
&lt;br&gt;&lt;br&gt;&amp;gt;-----Original Message-----
&lt;br&gt;&amp;gt;From: Ryan Schmidt [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741634&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;subversion-2009d@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt;Sent: 11 December 2009 10:02
&lt;br&gt;&amp;gt;To: Hardy, Andrew
&lt;br&gt;&amp;gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741634&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;On Dec 11, 2009, at 03:58, Andrew Hardy wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The time taken to bring down the data from the repository 
&lt;br&gt;&amp;gt;server to the client is identical whether you're doing an 
&lt;br&gt;&amp;gt;export or a checkout. Unless you're not talking about the 
&lt;br&gt;&amp;gt;transfer between the repository and the client, but between 
&lt;br&gt;&amp;gt;some other two systems (if so, please explain).
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I *thought* that when a checkout is performed, you get the 
&lt;br&gt;&amp;gt;source files that you requested *plus* a duplicate set put 
&lt;br&gt;&amp;gt;into the .svn directories (primarily into the text-base 
&lt;br&gt;&amp;gt;directory)? An export doesn't build the duplicate .svn directories?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;The data is transmitted from the repository server to the 
&lt;br&gt;&amp;gt;client once, and the client saves the file in two places.
&lt;/div&gt;&lt;br&gt;Ah... That makes sense! Thanks for the clarification. So I guess that my
&lt;br&gt;issues between export and checkout are probably just to do with how I
&lt;br&gt;'build' from the downloaded files.
&lt;br&gt;&lt;br&gt;Thanks for your patience.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Andy
&lt;br&gt;&lt;br&gt;This e-mail, and any attachments are strictly confidential and intended for the addressee(s) only. &amp;nbsp;The content may also contain legally privileged information. &amp;nbsp;If you are not the intended recipient, please notify the sender immediately, by return of email, and then delete the e-mail and any attachments. &amp;nbsp;You should not disclose, copy or take any action in reliance on this transmission.
&lt;br&gt;&lt;br&gt;Please ensure you have adequate virus protection before you open or detach any documents from this transmission.
&lt;br&gt;&lt;br&gt;GL Industrial Services UK Ltd is a company registered in England and Wales with company No. 3294136 and registered office at Holywell Park, Ashby Road, Loughborough, &amp;nbsp;Leicestershire, LE11 3GR, United Kingdom. &amp;nbsp; 
&lt;br&gt;&lt;br&gt;______________________________________________________________________
&lt;br&gt;This email has been scanned by the MessageLabs Email Security System.
&lt;br&gt;For more information please visit &lt;a href=&quot;http://www.messagelabs.com/email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.messagelabs.com/email&lt;/a&gt;&amp;nbsp;
&lt;br&gt;______________________________________________________________________
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429707&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429707&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741634&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741634&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Query%3A-svn-externals-and-export-tp26713011p26741634.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26741600</id>
	<title>Re: Query: svn externals and export</title>
	<published>2009-12-11T02:01:48Z</published>
	<updated>2009-12-11T02:01:48Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Dec 11, 2009, at 03:58, Andrew Hardy wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; The time taken to bring down the data from the repository server to the client is identical whether you're doing an export or a checkout. Unless you're not talking about the transfer between the repository and the client, but between some other two systems (if so, please explain).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I *thought* that when a checkout is performed, you get the source files that you requested *plus* a duplicate set put into the .svn directories (primarily into the text-base directory)? An export doesn't build the duplicate .svn directories?
&lt;br&gt;&lt;br&gt;The data is transmitted from the repository server to the client once, and the client saves the file in two places.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429705&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429705&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741600&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Query%3A-svn-externals-and-export-tp26713011p26741600.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26741559</id>
	<title>RE: Re: Query: svn externals and export</title>
	<published>2009-12-11T01:58:34Z</published>
	<updated>2009-12-11T01:58:34Z</updated>
	<author>
		<name>Andrew Hardy-2</name>
	</author>
	<content type="html">&amp;gt; The time taken to bring down the data from the repository server to the client is identical whether you're doing an export or a checkout. Unless you're not talking about the transfer between the repository and the client, but between some other two systems (if so, please explain).
&lt;br&gt;&lt;br&gt;I *thought* that when a checkout is performed, you get the source files that you requested *plus* a duplicate set put into the .svn directories (primarily into the text-base directory)? An export doesn't build the duplicate .svn directories?
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429704&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429704&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741559&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741559&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Query%3A-svn-externals-and-export-tp26713011p26741559.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26741351</id>
	<title>Re: Feature request: Add an &quot;Automatically lock file   before opening for edit&quot; option</title>
	<published>2009-12-11T01:40:47Z</published>
	<updated>2009-12-11T01:40:47Z</updated>
	<author>
		<name>syntevo Support-3</name>
	</author>
	<content type="html">&amp;gt; How does smartsvn know whether you are opening the file just for looking or
&lt;br&gt;&amp;gt; for editing? &amp;nbsp;If every time you open the file to look at it you have to
&lt;br&gt;&amp;gt; unlock it when you are done looking, there will be many people locked out
&lt;br&gt;&amp;gt; unnecessarily. &amp;nbsp;And if you forget to release the lock, there will be great
&lt;br&gt;&amp;gt; wailing and gnashing of teeth.
&lt;br&gt;&lt;br&gt;I agree, the default Open operation should not automatically lock a file.
&lt;br&gt;Besides that, the mechanism would not work when the file is not opened through
&lt;br&gt;SmartSVN. Anyway, a Lock&amp;Open command has been requested earlier and is on the
&lt;br&gt;RFE list. If there are more specific rules under which a certain file should
&lt;br&gt;be locked before opening, a plugin could help here.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Best regards,
&lt;br&gt;Marc Strapetz
&lt;br&gt;=============
&lt;br&gt;syntevo GmbH
&lt;br&gt;&lt;a href=&quot;http://www.syntevo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.syntevo.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://blog.syntevo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.syntevo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Donald H Locker &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741351&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dhlocker@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; How does smartsvn know whether you are opening the file just for looking or
&lt;br&gt;&amp;gt; for editing? &amp;nbsp;If every time you open the file to look at it you have to unlock
&lt;br&gt;&amp;gt; it when you are done looking, there will be many people locked out
&lt;br&gt;&amp;gt; unnecessarily. &amp;nbsp;And if you forget to release the lock, there will be great
&lt;br&gt;&amp;gt; wailing and gnashing of teeth.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't allow locks on any text files and some non-text in my working
&lt;br&gt;&amp;gt; situation. &amp;nbsp;Subversion's design makes locks unnecessary, except for files
&lt;br&gt;&amp;gt; which have no means of comparing and merging.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Donald.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ----- Original Message -----
&lt;br&gt;&amp;gt; From: &amp;quot;tixandre&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741351&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tixandre@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741351&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Sent: Thursday, December 10, 2009 12:51:55 PM GMT -05:00 US/Canada Eastern
&lt;br&gt;&amp;gt; Subject: [smartsvn] Feature request: Add an &amp;quot;Automatically lock file before
&lt;br&gt;&amp;gt; opening for edit&amp;quot; option
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Most of users forget to lock a needs-lock file before opening for edit. It's
&lt;br&gt;&amp;gt; not every application that warns the user that the file is read-only, so most
&lt;br&gt;&amp;gt; of the time, they end up working on that file for a while before they realize
&lt;br&gt;&amp;gt; they can't save their work. Some of them are clever enough to open a windows
&lt;br&gt;&amp;gt; explorer instance, delete the file, go back to the application and use the
&lt;br&gt;&amp;gt; Save As option, but this is time expensive.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Do you think that it would be possible to add an auto-lock file before edit
&lt;br&gt;&amp;gt; option? Could be in Project settings or Preference...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Alex Turcotte
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yahoo! Groups Links
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yahoo! Groups Links
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Yahoo! Groups Links
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To visit your group on the web, go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your email settings:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Individual Email | Traditional
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings online go to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://groups.yahoo.com/group/smartsvn/join&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.yahoo.com/group/smartsvn/join&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; (Yahoo! ID required)
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To change settings via email:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741351&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-digest@...&lt;/a&gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741351&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-fullfeatured@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; To unsubscribe from this group, send an email to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26741351&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smartsvn-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;lt;*&amp;gt; Your use of Yahoo! Groups is subject to:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://docs.yahoo.com/info/terms/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.yahoo.com/info/terms/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/SmartSVN-f22531.html&quot; embed=&quot;fixTarget[22531]&quot; target=&quot;_top&quot; &gt;SmartSVN&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Feature-request%3A-Add-an-%22Automatically-lock-file-before-opening-for-edit%22-option-tp26731716p26741351.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26740945</id>
	<title>Re: Suggestion: log --same-path</title>
	<published>2009-12-11T01:08:11Z</published>
	<updated>2009-12-11T01:08:11Z</updated>
	<author>
		<name>Andreas Schweigstill</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;&lt;br&gt;Jacob Weber schrieb:
&lt;br&gt;&amp;gt; If you did a normal &amp;quot;svn log X/Y/Z&amp;quot;, it would show you:
&lt;br&gt;&amp;gt; &amp;nbsp; r3: X/Y/Z (from A/B/C)
&lt;br&gt;&amp;gt; &amp;nbsp; r1: A/B/C
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There's no way to you to know that there was an earlier version of X/Y/Z. But if you did &amp;quot;svn log --same-path X/Y/Z&amp;quot;, it would show you:
&lt;br&gt;&amp;gt; &amp;nbsp; r3: X/Y/Z@3 (from A/B/C)
&lt;br&gt;&amp;gt; &amp;nbsp; r1: X/Y/Z@1
&lt;br&gt;&lt;br&gt;This would be a nice feature, especially when working with branches or
&lt;br&gt;tags wheres sometimes the question arises if there has ever been such
&lt;br&gt;a branch or tag before which got deleted later.
&lt;br&gt;&lt;br&gt;Currently the only possibility seems to be doing a full &amp;quot;svn log&amp;quot; and
&lt;br&gt;grep.
&lt;br&gt;&lt;br&gt;When implementing such a feature there should also be some information
&lt;br&gt;if an earlier version was of the same type as the current element
&lt;br&gt;(regular file, directory, special file/symbolic link).
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Andreas Schweigstill
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dipl.-Phys. Andreas Schweigstill
&lt;br&gt;Schweigstill IT | Embedded Systems
&lt;br&gt;Schauenburgerstraße 116, D-24118 Kiel, Germany
&lt;br&gt;Phone: (+49) 431 53035-435, Fax: (+49) 431 53035-436
&lt;br&gt;Mobile: (+49) 171 6921973, Web: &lt;a href=&quot;http://www.schweigstill.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.schweigstill.de/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429696&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429696&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26740945&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26740945&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Suggestion%3A-log---same-path-tp26732787p26740945.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26740764</id>
	<title>RE: revert --force</title>
	<published>2009-12-11T00:54:44Z</published>
	<updated>2009-12-11T00:54:44Z</updated>
	<author>
		<name>Giulio Troccoli-2</name>
	</author>
	<content type="html">&amp;gt; I had a disclaimer about exercising caution before running
&lt;br&gt;&amp;gt; that one-liner, but it was too large to fit in the margin :).
&lt;br&gt;&amp;gt;
&lt;br&gt;Was it perhaps a particular elegant disclaimer?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Linedata Services (UK) Ltd
&lt;br&gt;Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
&lt;br&gt;Registered in England and Wales No 3027851 &amp;nbsp; &amp;nbsp;VAT Reg No 778499447
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429694&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429694&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26740764&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26740764&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revert---force-tp26730160p26740764.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26738726</id>
	<title>Re: stash (was Re: revert --force)</title>
	<published>2009-12-10T20:54:15Z</published>
	<updated>2009-12-10T20:54:15Z</updated>
	<author>
		<name>Andrey Repin-3</name>
	</author>
	<content type="html">Greetings, Tobias Hahn!
&lt;br&gt;&lt;br&gt;&amp;gt; I recognize that I meet some resistance here to my proposal...
&lt;br&gt;&lt;br&gt;&amp;gt; So what about a command svn stash (shamelessly stolen from git-stash) then? Example:
&lt;br&gt;&lt;br&gt;&amp;gt; $ svn stash save &amp;quot;Some dirty changes.&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;gt; This would add new files, save all local modifications away and then revert --force the tree. At this point the wc &amp;nbsp;would be clean, so I could
&lt;br&gt;&lt;br&gt;I think I've answered it already.
&lt;br&gt;Instead of taking the mess away, Subversion can move versioned files somewhere else.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;WBR,
&lt;br&gt;&amp;nbsp;Andrey Repin (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738726&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anrdaemon@...&lt;/a&gt;) 11.12.2009, &amp;lt;7:53&amp;gt;
&lt;br&gt;&lt;br&gt;Sorry for my terrible english...
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429675&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429675&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738726&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738726&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revert---force-tp26730160p26738726.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26738664</id>
	<title>Subversion with SASL on Windows XP</title>
	<published>2009-12-10T20:34:44Z</published>
	<updated>2009-12-10T20:34:44Z</updated>
	<author>
		<name>Slava-16</name>
	</author>
	<content type="html">Hello users,
&lt;br&gt;&lt;br&gt;Can't make SASL work with subversion. When I enable use-sasl=true
&lt;br&gt;and try to access the repository I get
&lt;br&gt;&lt;br&gt;svn: Could not obtain the list of SASL mechanisms
&lt;br&gt;&lt;br&gt;I did create registry keys as described in the svn-book.
&lt;br&gt;&lt;br&gt;tried to use saslpasswd2.
&lt;br&gt;&lt;br&gt;C:\svn\Subversion\bin&amp;gt;saslpasswd2.exe -c -f c:\svn\sasldb -u SLTST szilber
&lt;br&gt;&lt;br&gt;It starts, asks for password and confirmation, but does not create
&lt;br&gt;passwod file. No error reported.
&lt;br&gt;&lt;br&gt;Is there a log file created on the Windows XP?
&lt;br&gt;&lt;br&gt;svnserve.conf:
&lt;br&gt;&lt;br&gt;realm = SLS
&lt;br&gt;&lt;br&gt;[sasl]
&lt;br&gt;use-sasl = true
&lt;br&gt;min-encryption = 1
&lt;br&gt;max-encryption = 256
&lt;br&gt;----------------------------
&lt;br&gt;svn.conf:
&lt;br&gt;pwcheck_method: auxprop
&lt;br&gt;auxprop_plugin: sasldb
&lt;br&gt;sasldb_path: C:\svn\Subversion\bin\
&lt;br&gt;mech_list: PLAIN
&lt;br&gt;&lt;br&gt;&lt;br&gt;Any help would be greatly appreciated.
&lt;br&gt;&lt;br&gt;Thanks, Slava
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429673&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429673&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738664&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738664&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subversion-with-SASL-on-Windows-XP-tp26738664p26738664.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26738550</id>
	<title>Re: revert --force</title>
	<published>2009-12-10T20:29:39Z</published>
	<updated>2009-12-10T20:29:39Z</updated>
	<author>
		<name>Andrey Repin-3</name>
	</author>
	<content type="html">Greetings, Tobias Hahn!
&lt;br&gt;&lt;br&gt;&amp;gt; I am frequently unnerved by the fact that revert does not remove unversioned
&lt;br&gt;&amp;gt; files and directories. I understand that protecting them from accidental
&lt;br&gt;&amp;gt; deletion is often desirable, but not always. My suggestion is therefore to
&lt;br&gt;&amp;gt; add a --force option to revert which does a true revert: It reverts the
&lt;br&gt;&amp;gt; working copy without trying to be smart and just erases everything what's
&lt;br&gt;&amp;gt; not in the repository. &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;gt; Here's my use case:
&lt;br&gt;&amp;gt; - I'm working on a branch.
&lt;br&gt;&amp;gt; - I have a path in my working copy which is modified by some automatic scripts.
&lt;br&gt;&amp;gt; - About once a week, I merge trunk. To do so, I need a clean working copy. To get it clean, I have to 
&lt;br&gt;&amp;gt; &amp;nbsp; - manually delete all these files (slow and error prone) or
&lt;br&gt;&amp;gt; &amp;nbsp; - delete the path and checkout again (very slow)
&lt;br&gt;&amp;gt; &amp;nbsp; - just revert --force it (wishful thinking).
&lt;br&gt;&lt;br&gt;&amp;gt; Thoughts?
&lt;br&gt;&lt;br&gt;It is why &amp;quot;svn export&amp;quot; has &amp;quot;--force&amp;quot; switch.
&lt;br&gt;Don't do your tests in working copy. Have some other place to export it to and
&lt;br&gt;run your tests.
&lt;br&gt;It's not as fast as &amp;quot;just run&amp;quot;, but certainly faster than making a new clean WC.
&lt;br&gt;&lt;br&gt;P.S.
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738550&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt; is not recommended for new topics, you know?
&lt;br&gt;Use &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738550&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt; mailing list instead.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;WBR,
&lt;br&gt;&amp;nbsp;Andrey Repin (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738550&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anrdaemon@...&lt;/a&gt;) 11.12.2009, &amp;lt;7:25&amp;gt;
&lt;br&gt;&lt;br&gt;Sorry for my terrible english...
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429671&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429671&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738550&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26738550&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revert---force-tp26730160p26738550.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26736856</id>
	<title>Re: About SVN</title>
	<published>2009-12-10T16:23:15Z</published>
	<updated>2009-12-10T16:23:15Z</updated>
	<author>
		<name>Ryan Schmidt-66</name>
	</author>
	<content type="html">On Dec 10, 2009, at 17:13, Can SARIGÜL wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I want to upload file on my disk to googlecode by SVN with vb.net . I
&lt;br&gt;&amp;gt; can reach files and can read them but I could not upload file, Can you
&lt;br&gt;&amp;gt; help me how I can upload file to googlecode without extra dll, etc..
&lt;br&gt;&lt;br&gt;The only way to write to a Subversion repository is to use the Subversion libraries or a Subversion client.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; also how can I use svn commands, i searched but i could not find it.
&lt;br&gt;&lt;br&gt;Have you read the Subversion book?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://svnbook.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svnbook.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429631&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429631&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736856&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736856&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-SVN-tp26736500p26736856.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26736500</id>
	<title>About SVN</title>
	<published>2009-12-10T15:13:46Z</published>
	<updated>2009-12-10T15:13:46Z</updated>
	<author>
		<name>Can SARIGÜL</name>
	</author>
	<content type="html">Dear
&lt;br&gt;&lt;br&gt;I want to upload file on my disk to googlecode by SVN with vb.net . I
&lt;br&gt;can reach files and can read them but I could not upload file, Can you
&lt;br&gt;help me how I can upload file to googlecode without extra dll, etc..
&lt;br&gt;&lt;br&gt;also how can I use svn commands, i searched but i could not find it.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429618&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429618&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736500&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26736500&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-SVN-tp26736500p26736500.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26735994</id>
	<title>Re: revert --force</title>
	<published>2009-12-10T14:57:00Z</published>
	<updated>2009-12-10T14:57:00Z</updated>
	<author>
		<name>Tyler Roscoe</name>
	</author>
	<content type="html">On Thu, Dec 10, 2009 at 05:14:18PM -0500, David Weintraub wrote:
&lt;br&gt;&amp;gt; shell script. Roscoe &amp;quot;Blame me if you accidentally deleted your files&amp;quot;
&lt;br&gt;&amp;gt; Tyler &amp;nbsp;suggested a little shell script:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; svn status | grep '^?' | awk '{print $2}' | xargs rm -rf
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And (confession) I too use an extremely similar little ditty if I need
&lt;br&gt;&amp;gt; to clean up my working copy to pure condition. However, I now know the
&lt;br&gt;&amp;gt; next time I do that and I accidentally delete files I wanted to keep,
&lt;br&gt;&amp;gt; I can blame Roscoe.
&lt;br&gt;&lt;br&gt;I had a disclaimer about exercising caution before running that
&lt;br&gt;one-liner, but it was too large to fit in the margin :).
&lt;br&gt;&lt;br&gt;&amp;quot;roscoe&amp;quot;
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429613&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&amp;dsMessageId=2429613&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please start new threads on the &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735994&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;To subscribe to the new list, send an empty e-mail to &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735994&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-subscribe@...&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Subversion-Users-f70.html&quot; embed=&quot;fixTarget[70]&quot; target=&quot;_top&quot; &gt;Subversion Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revert---force-tp26730160p26735994.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26735554</id>
	<title>[Issue 3548]  Track dav_error API changes in mod_dav_svn (so we can compile against Apache 2.4)</title>
	<published>2009-12-10T14:19:15Z</published>
	<updated>2009-12-10T14:19:15Z</updated>
	<author>
		<name>C. Michael Pilato</name>
	</author>
	<content type="html">&lt;a href=&quot;http://subversion.tigris.org/issues/show_bug.cgi?id=3548&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/issues/show_bug.cgi?id=3548&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;User cmpilato changed the following:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; What &amp;nbsp; &amp;nbsp;|Old value &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |New value
&lt;br&gt;================================================================================
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Target milestone|--- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |1.7.0
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;a href=&quot;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429609&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&amp;dsMessageId=2429609&lt;/a&gt;&lt;br&gt;&lt;br&gt;To unsubscribe from this discussion, e-mail: [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26735554&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;issues-unsubscribe@...&lt;/a&gt;].
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/subversion---issues-f10629.html&quot; embed=&quot;fixTarget[10629]&quot; target=&quot;_top&quot; &gt;subversion - issues&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Issue-3548--New---Track-dav_error-API-changed-for-Apache-2.4-compilation-tp26735531p26735554.html" />
</entry>

</feed>
