Re: Importing Existing Repository into a New Repository

2010-10-06 Thread Ryan Schmidt
On Oct 6, 2010, at 07:03, Nico Kadel-Garcia wrote: > 2010/10/5 Ryan Schmidt: >> >> If you do not want to preserve the history, then you want to "svn export" >> from the old repository and "svn import" it into the new repository. > > You&

Re: Checked Out CGI not served by Apache

2010-10-06 Thread Ryan Schmidt
On Oct 5, 2010, at 16:00, James Simpson wrote: > Hi, I am currently trying to set up a python cgi based websystem. I am using > an SVN to backup the entirety of my ./www directory. When I create python > files manually and access them from the browser they work fine. But if they > are checked

Re: How do I enforce a minimum client version when hosted via httpd

2010-10-07 Thread Ryan Schmidt
On Oct 7, 2010, at 03:29, Stephen Connolly wrote: > I remember reading before about a hack/trick that allows you to ensure that > the client is at least mergeinfo aware when the repository is served via > Apache httpd. > > Google is not being co-operative with my attempts to find the Apache HTT

Re: Global ignores

2010-10-07 Thread Ryan Schmidt
On Oct 7, 2010, at 15:29, Feldhacker, Chris wrote: > Where can I find more complete information on global-ignores and the expected > format/syntax of the patterns? > > The svnbook just indicates: > The global-ignores option is a list of whitespace-delimited globs which > describe the names of f

Re: Better way to get the full rule of the last commit?

2010-10-10 Thread Ryan Schmidt
On Oct 10, 2010, at 21:34, Tech Geek wrote: > All my repositories live under /var/lib/svn/. > > Let's the output of the following command (on the SVN server): > # svn changed /var/lib/svn/projectA/ > is > A PartA/tags/DEV-1.00_RC5/ > > Now in my post-commit hook I need the following value in

Re: Better way to get the full rule of the last commit?

2010-10-10 Thread Ryan Schmidt
On Oct 10, 2010, at 22:37, Tech Geek wrote: >> That is not possible for SVN to determine, as it does not know *how* you are >> serving the repository (HTTP, HTTPS, svn+ssh, svn, etc). $REPOS will give >> you the physical path to the repository, not necessarily the publicly >> accessible path. >

Re: 350GB SVN repo creates around 1MB revision for simplest task

2010-10-12 Thread Ryan Schmidt
On Oct 12, 2010, at 17:45, FAISAL YAQOOB, BLOOMBERG/ 731 LEXIN wrote: > This all started when I noticed that my repository size is increasing at a > daily rate of 1GB. I did a simple test. Created a branch/tag of an existing > folder that had a size of 35KB. I took note of revision number and w

Re: Need advice on when to commit and how many commits to issue when multiple files changed

2010-10-13 Thread Ryan Schmidt
On Oct 13, 2010, at 01:25, LiuYan 刘研 wrote: > I'm new to subversion. I used CVSNT before. Welcome! > Because a single svn commit will result in a whole new revision tree, so > currently I commit all changes once per day after work (to avoid too many > revisions because of my old CVS habit). >

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-13 Thread Ryan Schmidt
On Oct 13, 2010, at 12:35, Nelson Cabral wrote: > My NAS comes with an Apache2 instance without mod_dav_svn. I would > like to compile mod_dav_svn.so but I don't know how to get the sources > and how to compile it properly. The NAS is a Synology CS407, the > firmware is DSM 3.0, and everything is

Re: Need advice on when to commit and how many commits to issue when multiple files changed

2010-10-13 Thread Ryan Schmidt
On Oct 13, 2010, at 14:05, LiuYan 刘研 wrote: > > BTW, CVS tagging is very nice, 'tagging' (svn copy) in subversion is like an > extra commit and result in a new revision, although 'svn copy' is a > light/cheap > way in subversion, it still make me confused sometimes. Do not let it confuse you.

Re: Subversion on AIX

2010-10-13 Thread Ryan Schmidt
On Oct 13, 2010, at 12:03, David Weintraub wrote: > I was able to build everything until neon. There I get > > $ ./configure --with-expat=/app/fms/build/lib/libexpat.la > --enable-shared=yes --prefix=/app/fms/build >checking for a BSD-compatible install... ./install-sh -c >checking for

Re: Subversion equivalent to VSS diff for binary files

2010-10-15 Thread Ryan Schmidt
On Oct 15, 2010, at 12:06, Mark Phippard wrote: > Replying to list. > > On Fri, Oct 15, 2010 at 1:02 PM, Phil Pinkerton wrote: > >> Thanks that is exactly what I needed, I just need to figure out how to >> show that if a file was re-compiled but there are no changes that >> Subversion sees the

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Ryan Schmidt
On Oct 16, 2010, at 07:41, Nelson Cabral wrote: > Ryan Schmidt wrote: >> On Oct 13, 2010, at 12:35, Nelson Cabral wrote: >>> My NAS comes with an Apache2 instance without mod_dav_svn. I would >>> like to compile mod_dav_svn.so but I don't know how to get the s

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Ryan Schmidt
On Oct 16, 2010, at 08:31, Nelson Cabral wrote: > So has mod_dav_svn could be installed previously without apr-devel, > are you sure i need it now? Subversion requires APR. If you just want to run a pre-compiled Subversion or mod_dav_svn, all you need are the compiled APR libraries. But if you

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Ryan Schmidt
On Oct 16, 2010, at 08:54, Nelson Cabral wrote: > The installed version of apr-util is 1.3.9, can i download sources of > 1.3.10 instead ? I cannot find the 1.3.9 tar file. I wouldn't mix and match versions. 1.3.9 and all other old versions are available here: http://archive.apache.org/dist/ap

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Ryan Schmidt
On Oct 16, 2010, at 09:01, Nelson Cabral wrote: > Nope. Find doesn't return files with such names. > > When ipkg says that apr-util-1.3.9-1 is installed. Does the '-1' at > the end means something ? > > I'm currently downloading required sources supposing 1.3.9-1 means 1.3.9. "apr-util-1.3.9-1

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Ryan Schmidt
On Oct 16, 2010, at 13:17, Nelson Cabral wrote: > If I only do make and not make install, there should be no risk, right? Agreed. > make fails to compile, here is the make output (short), any idea ? [snip] > /volume2/@tmp/subversion-1.6.13/libtool: line 465: tr: not found Your server appears

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Ryan Schmidt
On Oct 17, 2010, at 07:17, Nelson Cabral wrote: > I installed the tr utility. I still do have this error : > > In file included from subversion/libsvn_fs_fs/rep-cache.c:28: > subversion/libsvn_fs_fs/rep-cache-db.h:7:3: macro names must be identifiers > subversion/libsvn_fs_fs/rep-cache.c:35: er

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Ryan Schmidt
On Oct 17, 2010, at 09:10, Nelson Cabral wrote: > I've caught this message during ./configure : > > == > WARNING: skipping the build of mod_dav_svn > try using --with-apxs > ==

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Ryan Schmidt
On Oct 17, 2010, at 09:40, Nelson Cabral wrote: > Not installed (find & which don't return anything). > I guess I have to install apache-devel, haven't I? Are there > instructions somewhere? 'apache-devel' on google returns nothing :-/ > > In case you wonder, it looks like ipkg only install com

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Ryan Schmidt
On Oct 17, 2010, at 10:19, Nelson Cabral wrote: > Let's try :-) How to build them ? The Apache version is 2.2.16. Can > downloading apache sources & compiling them help? Right, that is what you would have to do.

Re: svn: Repository moved permanently to '/viewvc/incubator/thrift/trunk/lib/java/'; please relocate

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 05:35, 周晓青 wrote: > When I checkout one svn repository,the svn return this error message,please > tell me how to deal with and can check out? Thanks http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/ is a ViewVC URL; it a URL that you can call up in a web browser

Re: Encrypted repo contents

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 05:58, Gary wrote: > I want to create a repo using online storage (think Wuala or something > similar), and am pretty keen that nobody else, including the people > running the storage service, can get at my code. Is it possible to > ensure the repo contents are encrypted someh

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-18 Thread Ryan Schmidt
On Oct 17, 2010, at 11:02, Nelson Cabral wrote: > I downloaded apache 2.2.16 sources and compiled with make, but where > are the binaries ? I'm not familiar with linux conventions :-/ Do > binaries have an extension ? No, binaries on UNIX do not have any filename extensions. Each project is fre

Re: Implementing lightweight client over http. Where to start?

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 06:42, Andrew Roughan wrote: > Porting the full svn client to my environment is not something I am willing > to undertake myself. > So as an alternative I wanted to implement some Quick & Dirty interface over > HTTP hopefully with a cleartext password. > Is there a document

Re: can not delete folder because lock

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 09:14, netvampire.tw wrote: > I use Subversion 1.6.13 recently, we want to delete a folder but fail.The > error message said there is a file name is locked by someone. try to > release lock or steal lock. > But the file already didn't exist. So we can not lock it. w

Re: Subversion equivalent to VSS diff for binary files

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 09:25, Daniel Shahaf wrote: >> However, binary files are a bit different. Changing one line in a file >> and then compiling it may cause a cascade of changes, so the resulting >> difference between the previous revision of the binary and current >> version of the binary are qu

Re: Implementing lightweight client over http. Where to start?

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 10:47, Andrew Roughan wrote: > On Mon, Oct 18, 2010 at 12:56 PM, Ryan Schmidt wrote: > >> What is this mysterious environment you have where Subversion does not >> already run? > > Apple IIgs with a 1Mz 65816 processor (or faster with accelerators

Re: can not delete folder because lock

2010-10-18 Thread Ryan Schmidt
On Oct 18, 2010, at 22:24, netvampire.tw wrote: > So the bug didn't fix until now? I guess not. It might be this bug: http://subversion.tigris.org/issues/show_bug.cgi?id=2507

Re: difference between subversion 1.4.2 repository and 1.6.12 repository

2010-10-19 Thread Ryan Schmidt
On Oct 19, 2010, at 10:51, Kriparam Faraday wrote: > Can someone tell me the difference between a 1.4.2 repository and 1.6.12 > repository? I recently upgraded all our repositories(along with the > subversion server) from 1.4.2 to 1.6.12. I ran the svnadmin verify, tested > check-in, check-out

Re: Best way to copy project from one server to another, and then back

2010-10-21 Thread Ryan Schmidt
On Oct 21, 2010, at 23:37, mfass wrote: > I have two subversion servers. One is an open source repository not > controlled by me, and the other is a closed source repository which is > controlled by me. Both the open source and the closed source build together > to make one set of software. The

Observed changes didn't match count

2010-10-29 Thread Ryan Schmidt
The Pure project is trying to switch from Subversion to Mercurial, and are having trouble with svnsync. http://groups.google.com/group/pure-lang/msg/bf588ebe14d6fb14 On revision 2967, it gives the message "Observed changes didn't match count", and I get the same message when just doing an "svn

Re: Observed changes didn't match count

2010-10-29 Thread Ryan Schmidt
On Oct 29, 2010, at 17:11, Daniel Shahaf wrote: > Short version: it's a bug in Google's backend, and I can reproduce it > with neon but not with serf. > % $svn log -v -r2967 http://pure-lang.googlecode.com/svn/trunk > --config-option servers:global:http-library=serf > ---

Re: Observed changes didn't match count

2010-11-01 Thread Ryan Schmidt
On Oct 29, 2010, at 19:00, Daniel Shahaf wrote: >> I suppose we should report the problem to Google Code and hope they >> can uncorrupt the repository somehow? > > Yes. SVN_ERR_FS_CORRUPT justifies reporting this to the Google admins. To provide some closure, Google did not respond to the supp

Inaccurate "Updated to revision" when updating multiple targets

2010-11-03 Thread Ryan Schmidt
Minor bug report in the way Subversion prints output when I'm updating multiple targets, some of which have changes and some of which do not. Imagine I have directories a, b and c, and I ask Subversion to update all three, but only b has changes. The output received with Subversion 1.6.13 on Ma

Re: Log problem

2010-11-03 Thread Ryan Schmidt
On Nov 3, 2010, at 05:54, Florin Avram wrote: > I've run over a strange situation and want to know if this is OK to happen > (in my opinion it shouldn't). These are the details: > - one of our servers has a repository with Subversion 1.4 format > - I have a working copy from a given repository p

Re: Log problem

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 05:05, Johan Corveleyn wrote: > Just a wild guess: the syntax for the svn:externals property has > changed (in 1.5 I believe): the order of the URL and the target were > reversed (among other things). See > http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html. Could >

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 10:12, Gingko wrote: > According to the documentation, if I set a configuration like this one : > > > DAV svn > SVNParentPath /var/lib/svn > > > ... I define a parent directory under which I can put all of my repositories. > > So I can access them like this : > > http:

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 10:36, Ryan Schmidt wrote: > On Nov 5, 2010, at 10:12, Gingko wrote: > >> Is there a way to put a web page on this location? >> >> (for example a blank page, or a page with links to the only repositories >> that I want to be publicly accessi

Re: Svn externals question

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 11:54, David Weintraub wrote: > The big problem with svn:externals is that they don't version very well. > The problem is that the external directories themselves aren't tagged > or branched when I did my tag or branch If this is important to you, then you should use the svnco

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 13:50, Eramo, Mark wrote: > I have had success setting up several repositories in Apache as follows... > > In the httpd-subversion.conf file, I have the various repositories defined > like this. > > > SVNPath /path/to/repo1 > . > . > . > > > > SVNPath /path/to/r

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 14:11, Eramo, Mark wrote: > Ryan Schmidt wrote: > >> On Nov 5, 2010, at 13:50, Eramo, Mark wrote: >> >>> I have had success setting up several repositories in Apache as follows... >>> >>> In the httpd-subversion.conf file, I ha

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 14:19, Ryan Schmidt wrote: > For what you showed, it should simply be: > > > SVNPath /path/to/ > SVNListParentPath On > And if I'd type it correctly, it would be: DAV svn SVNParentPath /path/to/ SVNListParentPath On

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 14:38, Gingko wrote: >> That's exactly what SVNParentPath is supposed to let you do more easily and >> concisely. > > Except that it locks the possibility to have any other (custom) content at > the parent path. As I said earlier in the thread, I'll guess you can already ac

Re: howto svnsync ... without waiting

2010-11-07 Thread Ryan Schmidt
On Nov 6, 2010, at 19:37, Edward Ned Harvey wrote: > On the master, I have the svnsync command in the post-commit hook. I have > tried with, or without the “&” at the end of the line. When a svn client > does a commit … the svn client doesn’t return from the commit until the sync > has compl

Re: Query regarding complete backup of a repository with revision history.

2010-11-08 Thread Ryan Schmidt
On Nov 8, 2010, at 01:50, Rajnish Kumar Singh wrote: > I have to copy the entire repository to a new server with revision history. > > According to my knowledge there are 2 ways: > 1) We can use svnadmin dump command to create the dump and again reload > it by svnadmin load. Yes, this is

Re: restored deleted data on subversion

2010-11-08 Thread Ryan Schmidt
On Nov 8, 2010, at 09:20, wrodrigues201 wrote: > Our subversion (1.4.3-r23084 on windows 2003) was holding around 1.6 TB of > data and one user has accidentally deleted a directory of 1 TB. I have done a > svn export from the previous version and have the data. Do I have to add and > again com

Re: Inaccurate "Updated to revision" when updating multiple targets

2010-11-08 Thread Ryan Schmidt
On Nov 3, 2010, at 08:16, Daniel Shahaf wrote: > Bottom line: agreed that there is a bug here. If you (or anyone else) > wants to file an issue or send a patch for that, go ahead. :-) No patch, but I filed an issue: http://subversion.tigris.org/issues/show_bug.cgi?id=3746

Re: History of a fixed path across all objects

2010-11-10 Thread Ryan Schmidt
On Nov 10, 2010, at 14:05, Klaus Ganser wrote: > It would be absurd if the command to generate a > view of this one path took as long as the command to view the history > of the entire repository. I'm saying that this is a valid use-case > that the svn cli does not currently satisfy, but one whi

Re: Help or suggestions on porting to subversion

2010-11-10 Thread Ryan Schmidt
On Nov 10, 2010, at 14:09, San Martino wrote: > we are porting hundreds of projects from an old versioning system to > subversion. We would like to make use of the trunk, tag and branch > concepts. > For the convertion we used an automatic tool which preserved the > original layout under trunk/ .

Re: SVN help : multiple repo configuration

2010-11-11 Thread Ryan Schmidt
On Nov 11, 2010, at 06:23, Neson Maxmelbin (RBEI/EMT5) wrote: > I want to setup two repositories , so I have configured two > sections in the httpd.conf and it seems to work. > My Question is , is this a good practice or will this cause some > errors/issues? > > The reason I want to do this

Re: Help or suggestions on porting to subversion

2010-11-11 Thread Ryan Schmidt
On Nov 11, 2010, at 18:33, San Martino wrote: > $ svn mkdir file:///home/x/repo/tag/change001/ > $ svn copy --parents file:///home/x/repo/trunk/test/java_imports > file:///home/x/repo/tag/change001/ > $ svn ls file:///home/x/repo/tag/change001/ > java_imports > > From the help "svn copy --parents

Re: mime/confusing checkout error

2010-11-12 Thread Ryan Schmidt
On Nov 12, 2010, at 09:57, d wrote: > Binary files that have only one revision seem to be giving us > checkin/checkout problems. I can use Tortoise SVN to "Open" the files, and > they display fine. I can "save as" from the web front end, and the files are > fine. > > however, when I check t

Re: Mail-Copies-To (was: Re: Can't see the wood for the trees)

2010-11-19 Thread Ryan Schmidt
On Nov 19, 2010, at 03:06, Gary wrote: > I'd have appreciated it even more if you had > followed the "Mail-Copies-To: never" header. I cannot find any RFC specifying that header. All I can find is the "Mail-Copies-To Draft" from 1999, and it seems to apply only to NNTP newsreaders. In fact it

Re: Note for people using Subversion within PowerShell on Windows

2010-11-23 Thread Ryan Schmidt
On Nov 23, 2010, at 10:19, Andy Levy wrote: > I was just experimenting with a PowerShell v2 session (instead of the > basic Command Prompt) and got the following: > > PS C:\_Projects> svn diff -r {2010-11-22}:HEAD > svn: Syntax error in revision argument '-encodedCommand' > > If the revision ra

Re: repo structure change and external definitons

2010-11-24 Thread Ryan Schmidt
On Nov 24, 2010, at 05:00, Schroeder, Hartmut wrote: > say, > svn list http://server/repo/trunk/a/b/c > gives: > d/ > in revision 100. > > Then: > svn del http://server/repo/trunk/a/b/c/d > (r101) > > Then, the checkout > svn co -p 100 http://server/repo/trunk/a/b/c/d > won't work, but with th

Re: repo structure change and external definitons

2010-11-24 Thread Ryan Schmidt
>> Von: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] >> Gesendet: Wednesday, November 24, 2010 12:52 PM >> An: Schroeder, Hartmut >> Cc: users@subversion.apache.org >> Betreff: Re: repo structure change and external definitons >> >> On Nov 24

Re: Getting files from folders outside of your repository versioned

2010-11-25 Thread Ryan Schmidt
On Nov 25, 2010, at 07:49, Ewgenij Sokolovski wrote: >> 2. You turn the directory where the file is stored a working copy. >> You can do so by simply creating a target dir in the repository >> ("svn mkdir $URL/config") and checking out that dir in the >> directory where the file is stored ("svn co

Re: Getting files from folders outside of your repository versioned

2010-11-26 Thread Ryan Schmidt
On Nov 26, 2010, at 01:58, Ewgenij Sokolovski wrote: >> I believe he's thinking of "svnput" whose source is here: >> >> http://svn.apache.org/repos/asf/subversion/trunk/tools/examples/svnput.c >> >> Or you could probably write something equivalent using any of the language >> bindings. > > I lo

Re: How to find out the rev number where a file was deleted?

2010-11-26 Thread Ryan Schmidt
On Nov 26, 2010, at 22:33, Edward Ned Harvey wrote: > Yeah. This is annoying. Once a file is deleted, I can't svn log it > anymore. Even if I specify a rev where the file existed. Certainly not if you use an operative revision. You would need to use a peg revision for that. The book explains

Re: Specifying a start revision number for a new repository

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 06:45, benstoe...@aol.com wrote: > I'm developing and hosting an open source project > (treegraph.bioinfweb.info) and want to start using subversion to > manage the source codes (including a webinterface with sventon). > Until now the source codes revisions were organized manu

Re: How can i export a file named "a[.txt" by SVN.EXE

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 06:51, embedmobile y wrote: > How can i export a file named a[.txt by SVN.EXE. > When i try to use svn.exe to export a file whose name consists '[', it will > fail and error info as "svn: URL 'svn://127.0.0.1/test/a[.txt' is not > properly URI-encoded". > If i use TSVN, it ca

Re: svn:ignore with recursive and non-recursive patterns

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 12:29, Steve Cohen wrote: > I have a need to define a number of svn:ignore patterns in my project. > > Some are specific directories somewhere in my project tree. Others are > particular file types created by a build process such as *.o which may be > found in any number of

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 13:31, Steve Cohen wrote: > The build process of the application I am bringing under svn creates a number > of unix binary executables that have no extension : for example > > abcde > fghqp > > etc. > > I believe that * will match any files with or without periods so it isn

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 13:33, Ryan Schmidt wrote: > On Dec 1, 2010, at 13:31, Steve Cohen wrote: > >> The build process of the application I am bringing under svn creates a >> number of unix binary executables that have no extension : for example >> >> abcde >>

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
Redirecting this discussion back to the mailing list.. On Dec 1, 2010, at 14:05, Steve Cohen wrote: > On 12/01/2010 01:38 PM, Ryan Schmidt wrote: >> Can you have the build process write its files to a different directory (a >> "build" directory) that you could

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 15:19, Steve Cohen wrote: > It seems to me that > svn --recursive propset svn:ignore xyz > > is basically just syntactic sugar for manually going through issuing > svn propset svn:ignore xyz > > on every node of the directory structure, It is syntactic sugar in th

Re: pattern for specifying svn:ignore for files without extension

2010-12-02 Thread Ryan Schmidt
On Dec 2, 2010, at 08:43, Luke Imhoff wrote: > On Thu, 2010-12-02 at 00:31 -0600, Daniel Shahaf wrote: >> svn:ignore patterns are apr_fnmatch() patterns, and apr_fnmatch() does >> accept regex-like [a-z] expressions in its patterns, so you could try >> >> [a-z][a-z][a-z][a-z][a-z] >> >> to ignore

Re: Using Hooks To OCR Documents

2010-12-06 Thread Ryan Schmidt
On Dec 3, 2010, at 09:44, Jim Jenkins wrote: > I’m planning to use Hooks to add OCR scanning for select documents going into > a SVN repo. I’m not really sure where to start so I’m hoping someone here > can tell me if it’s possible and even suggest how best to proceed. > > Basically I’d like

Re: Problem with binary files which containing the revision number.

2010-12-08 Thread Ryan Schmidt
On Dec 8, 2010, at 07:39, Merkle Andreas wrote: > we have a lot of binary files, e. g. word documents, schematics, etc., which > are containing the revision number. > If such a file is updated, it won’t be possible to estimate the revision > which the file really get. > Example: > Document A ha

Re: AW: Problem with binary files which containing the revision number.

2010-12-08 Thread Ryan Schmidt
On Dec 8, 2010, at 08:37, Merkle Andreas wrote: > Ryan Schmidt wrote: > >> If the text you type into the document will appear in the binary file in >> plain text (as it seems to in Word files for example), then you can use >> Subversion keywords as you would in any t

Re: 403 Forbidden

2010-12-13 Thread Ryan Schmidt
On Dec 13, 2010, at 03:59, Ted To wrote: > On Sun, 12 Dec 2010 21:32:14 -0500 > Ted To wrote: > >> I know this is a common problem but I'm at a complete loss. Nothing >> that I've seen in the interwebs appears to be applicable. I recently >> migrated my server to a linode VPS and the apache b

Re: Update to revision and externals

2010-12-13 Thread Ryan Schmidt
On Dec 13, 2010, at 04:27, Norbert Unterberg wrote: > Is there a way to let svn:externals use the same revision number as > the folder they are contained in? Not that I'm aware of, unless you write a script to do so. > We have a project that contains a few svn:externals which point into > the sa

Re: Subversion version on server

2010-12-14 Thread Ryan Schmidt
On Dec 14, 2010, at 09:32, Ludwig, Michael wrote: >> on command prompt type svn --version and you will get the required info > > That's for the client. > > The OP asked how to get the version of the server from the clientside. > (So without access to the serverside.) Actually, he didn't speci

Re: Subversion version on server

2010-12-14 Thread Ryan Schmidt
On Dec 14, 2010, at 15:48, r...@elilabs.com wrote: >> If you want to know what version of mod_dav_svn is installed on the >> server, that can actually be determined from the client, by accessing the >> repository's http or https URL in a web browser. (In fact, I'm not sure >> how to find out the v

Re: ignored files

2010-12-20 Thread Ryan Schmidt
On Dec 20, 2010, at 01:05, Nick wrote: > You can also ignore files so they don't show up in svn operations (like > svn status). This is accomplished via the svn:ignore property. See SVN > properties (http://svnbook.red-bean.com/en/1.1/ch07s02.html) for more > info. Let's not refer people to the

Re: [Question] Svn log show code diff

2010-12-20 Thread Ryan Schmidt
I'm removing dev@ from the Cc, since this is a question about how to use Subversion, and not a discussion about its development. On Dec 19, 2010, at 21:17, Zhang, Wei-Jovi (NSN - CN/Hangzhou) wrote: > I have a question about svn log command, every time when I use svn > log command, I'm

Re: A problem trying to use svn:// and http:// for a same repository at the same time

2010-12-20 Thread Ryan Schmidt
On Dec 20, 2010, at 01:03, David wrote: > We use http:// for local team. Currently another team at another site > need to visit our repository to cooperate. > They complain about the slow speed of diff, merge and tag. So I want > to turn on svn:// for them while http:// for us. > It seems to be p

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-20 Thread Ryan Schmidt
On Dec 20, 2010, at 17:17, Nick wrote: > I had opened an issue for this last year, but it's in the > subversion.tigris.org site: > http://subversion.tigris.org/issues/show_bug.cgi?id=3484 . > > Is this OK? Or should I open another issue in the apache.org tracker? The Subversion project still use

Re: --no-config-dir option?

2010-12-23 Thread Ryan Schmidt
On Dec 23, 2010, at 09:16, Eric Hudish wrote: > See: > Let's not refer people to the old Subversion 1.1 book anymore. The link to the current version of that page (currently for Subversion 1.6) is: http://svnbook.red-bean.com/nigh

Re: svnadmin create and not being method agnostic

2010-12-27 Thread Ryan Schmidt
On Dec 24, 2010, at 23:34, Philip Prindeville wrote: > Unfortunately, the documentation and utilities in a few places are less clear > than they could be when discussing repository setup for svnserve versus > svnserve+ssh versus apache. > > For instance, "svnadmin create" deposits various file

Re: Commit fails with path not found

2011-01-03 Thread Ryan Schmidt
On Jan 3, 2011, at 15:32, Pazmiño Mazón, Iván Andrés wrote: > Nick wrote: > >> svn update on the client > > what do you mean? using the client instead of the ide? Using whatever. Presumably if you're using an IDE that has Subversion support, it will have a menu or button or something that wil

Re: svn: REPORT request failed on '/svn/!svn/bc/20890'

2011-01-06 Thread Ryan Schmidt
On Jan 5, 2011, at 08:18, zhangfan wrote: > I am using svn1.6.3. I put all source code and documents of our team > into one repo. It works great for two years until last month. Now when I run > ‘svn log http://192.168.0.3:907/svn’ (where 192.168.0.3 is our server’s > address), svn retu

Re: Subversion on Windows web hosting

2011-01-06 Thread Ryan Schmidt
On Jan 7, 2011, at 00:03, Altaf-Hussain Sayyed wrote: > Can I install subversion system on my own web hosting having WINDOWS and IIS. What you can do with your web hosting account is limited by your web hosting provider; if they let you install software, then you can install Subversion. Or may

Re: Tortoisesvn hooks and refresh

2011-01-07 Thread Ryan Schmidt
On Jan 7, 2011, at 03:35, Echlin, Jamie wrote: > In tortoise you can define a start_commit_hook which you can use to for > instance set a default comment based on the state of the working copy. This > is a useful feature. > > The problem is that a user can leave the commit dialog open, make ch

Re: inlcuding a banner in Subversion URL

2011-01-10 Thread Ryan Schmidt
On Jan 10, 2011, at 20:38, Ramesh Nadupalli wrote: > I would like to have banner set for a subversion URL, can someone guide how > this can be accomplished? Do you mean that you would like to customize the way that Subversion displays pages when someone access a repository's URL in a web brows

Re: How to get svn-bisect?

2011-01-10 Thread Ryan Schmidt
On Jan 10, 2011, at 13:39, Tech Geek wrote: > We are using svn, version 1.6.12 (r955767) on a Linux based machine (SVN > Server) and use TortoiseSVN as clients. However, I do not see command > svn-bisect on both of them. How can I get svn-bisect just like there is > git-bisect? Subversion does

Re: I can not browsing a subversion webpage

2011-01-10 Thread Ryan Schmidt
On Jan 10, 2011, at 10:35, Andy Levy wrote: > On Mon, Jan 10, 2011 at 11:20, Daniela Rivas wrote: >> >> I am installing and configuring a subversion repository and I have some >> problems doing that. >> When I am trying to see the page in a browser, I get the directories trunk, >> branches, tags;

Re: Best way to maintain patches to a 3rd party library?

2011-01-10 Thread Ryan Schmidt
On Jan 10, 2011, at 15:51, NN Ott wrote: >> To recap, as Les put it: >> >> I think the idea is that he'd like to see the development history of both >> the vendor and local changes as a continuous set of changes as you would if >> they were in the same repository with log and diff working acro

Re: How to get svn-bisect?

2011-01-11 Thread Ryan Schmidt
On Jan 11, 2011, at 07:42, Les Mikesell wrote: > On 1/11/11 1:09 AM, Ryan Schmidt wrote: >> Subversion does not include a program called "svn-bisect". For those of us >> not familiar with git, perhaps you could explain what git-bisect does, then >> we can

Re: including a banner in Subversion URL

2011-01-11 Thread Ryan Schmidt
On Jan 11, 2011, at 14:34, Ramesh Nadupalli wrote: > Ryan Schmidt wrote: > >> On Jan 10, 2011, at 20:38, Ramesh Nadupalli wrote: >> >>> I would like to have banner set for a subversion URL, can someone guide >>> how this can be accomplished? >> >&

Re: 301 with mod_dav / https

2011-01-12 Thread Ryan Schmidt
On Jan 12, 2011, at 05:47, fuzzy_4711 wrote: > When I try to svn import . https://devel.example.com/svn/test/ -m > "initial structure" --username=valid > I am asked for my password and I get access. The response I get is: > "svn: Das Projektarchiv wurde permanent nach > "https://devel.example.com/

Re: 301 with mod_dav / https

2011-01-12 Thread Ryan Schmidt
On Jan 12, 2011, at 07:55, Jehan PROCACCIA wrote: > the problem is mentioned here > http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ap-b-sect-1.2.15 Let's not refer to the ancient Subversion 1.1 book anymore. The current version of the book no longer seems to have that section, but that qu

Re: 301 with mod_dav / https

2011-01-12 Thread Ryan Schmidt
On Jan 12, 2011, at 08:12, Jehan PROCACCIA wrote: >> Ryan Schmidt wrote: >>> Remove the lines: >>> >>>Alias /svn "/home/svn" >>> >>>AllowOverride all >>> >>> >>> Ap

Re: I can not do a svn commit

2011-01-13 Thread Ryan Schmidt
On Jan 13, 2011, at 12:47, Daniela Rivas wrote: > I am trying to do a svn commit command from a remote working copy to a > svn repository in a another machine. After I've done this command i > don't get the update on the repository in the file that i changed. > Also in the repository i did a svn

Re: Modifying commit messages

2011-01-13 Thread Ryan Schmidt
On Jan 13, 2011, at 10:46, Jonathan Oulds wrote: > consider a project with many branches and tags, now imagine that a bug is > discovered to have been introduced at an early stage of the project e.g. > revision 100. All branches taken after revision 100 will potentially have > the bug all bra

Re: SVN 1.6.15 checkout fails on particular file

2011-01-14 Thread Ryan Schmidt
On Jan 14, 2011, at 14:19, KARR, DAVID (ATTSI) wrote: > Hmm. I think I found a big clue. When I do the checkout, I'm giving it an > alternate name. The "svn checkout" doc is clear that this is legal. In > other words, I'm doing "svn checkout svn:... desiredname". > > I've tried doing this

Re: Checking out externals of a newly created folder

2011-01-17 Thread Ryan Schmidt
On Jan 17, 2011, at 02:35, BasHopman wrote: > Now I'm trying to add a new folder, add the svn:externals property and > test it by updating before committing. > This is not working. The external is not checked out. > Steps taken: > 1. working copy folder: c:\workspaces\project\ > 2. add folder: c:

Re: hot-backup.py question

2011-01-17 Thread Ryan Schmidt
On Jan 17, 2011, at 13:34, Oftenwrong Soong wrote: > Why is the file called hot-backup.py.in and not simply hot-backup-py? Does > the > ".in" indicate that this is an include file for a larger Python script > somewhere? (I'm asking because I do not know Python.) ".in" is not anything to do wi

Re: I can not do a svn commit

2011-01-17 Thread Ryan Schmidt
On Jan 17, 2011, at 08:31, Daniela Rivas wrote: > On Thu, Jan 13, 2011 at 4:07 PM, Johan Corveleyn wrote: >> >> On Thu, Jan 13, 2011 at 9:24 PM, Daniela Rivas wrote: >>> >>> In the working copy I have this >>> >>> usuario@prueba:~/prueba3$ svn status >>> M trunk/index.html >>> >>> I modifi

  1   2   3   4   5   6   7   8   9   10   >