Re: tortoisesvn - 25 new messages in 13 topics - digest
From: Alfredo Torres <torresalfredo08_at_yahoo.com>
Date: Sat, 18 Apr 2009 20:19:00 -0700 (PDT)
please unsubscribe me, any other mail to the group I get an undelivered message,
Alfredo Torres
________________________________
please unsubscribe me, any other mail to the group I get an undelivered message,
Regards,
Alfredo Torres
________________________________
TortoiseSVN
tortoisesvn_at_googlegroups.com
Today's topics:
* Unable to browse through project created - 3 messages, 2 authors
==============================================================================
== 1 of 3 ==
2009/4/15 <webpost_at_tigris.org>:
Wrong mailing list. You need to talk to the people who develop the web
Simon
-- : ___ : oo // \\ "De Chelonian Mobile" : (_,\/ \_/ \ TortoiseSVN : \ \_/_\_/> The coolest Interface to (Sub)Version Control : /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1723981 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 2 of 3 == Date: Wed, Apr 15 2009 3:31 am From: garimella ravi krsihna Simon, Not sure where to post this. Can you please help me with this? This is very urgent. Issue is when the people of my team from other country follow the same procedure, they are successfull in creating the repo. Its only getting struck when we are creating from our country. Sorry for my poor explanation. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1725200 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 3 of 3 == Date: Wed, Apr 15 2009 5:46 am From: Simon Large 2009/4/15 garimella ravi krsihna <rk_garimella_at_hotmail.com>: > Simon, > > Not sure where to post this. Can you please help me with this? This is very urgent. Issue is when the people of my team from other country follow the same procedure, they are successfull in creating the repo. Its only getting struck when we are creating from our country. Sorry for my poor explanation. Telling me it is urgent is not going to help at all. You haven't told me anything at all about the procedure, only that your PHP web viewer code doesn't work any more. What do you expect me to say? Simon -- : ___ : oo // \\ "De Chelonian Mobile" : (_,\/ \_/ \ TortoiseSVN : \ \_/_\_/> The coolest Interface to (Sub)Version Control : /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1726787 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: Couldnt Checkout files using http http://groups.google.com/group/tortoisesvn/t/361dbcb2cc73e91b?hl=en ============================================================================== == 1 of 5 == Date: Wed, Apr 15 2009 3:55 am From: garimella ravi krsihna Hi, I'm unable to checkout the files using "http". Well, if I'm using "file" the checkout is going fine. I'm encountering the following error message when I'm doing checkout using http. Error Could not open the requested SVN File System.. When I tried to view the repo using websvn I'm encountering the following error message. Warning: Invalid argument supplied for foreach() in C:\wamp2\www\websvn\listing.php on line 104 ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1725407 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 2 of 5 == Date: Wed, Apr 15 2009 5:32 am From: Andy Levy On Wed, Apr 15, 2009 at 06:55, garimella ravi krsihna <rk_garimella_at_hotmail.com> wrote: > Hi, > > I'm unable to checkout the files using "http". Well, if I'm using "file" the checkout is going fine. I'm encountering the following error message when I'm doing checkout using http.. > > Error Could not open the requested SVN File System. > > When I tried to view the repo using websvn I'm encountering the following error message. > > Warning: Invalid argument supplied for foreach() in C:\wamp2\www\websvn\listing.php on line 104 You're using a URL which points to a web-based repository browser. You cannot check out from that URL. If, after using a correct URL, you're still getting this error, it's a server configuration error, and you'll need to go to the Subversion Users mailing list. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1726590 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 3 of 5 == Date: Wed, Apr 15 2009 7:37 am From: Bob Archer If you have a repository checked out using the "file:" protocol with TSVN and that same repository is being served via http then this is probably the problem. You should not use file:// protocol on a shared repository. You should only access it via a server based protocol. Make sure you delete ALL the file: based WC's and only access it via HTTP. If you can access it via HTTP your server may be set up wrong and you need to seek help on the svn mail list. BOb > -----Original Message----- > From: garimella ravi krsihna [mailto:rk_garimella_at_hotmail.com] > Sent: Wednesday, April 15, 2009 6:55 AM > To: users_at_tortoisesvn.tigris.org > Subject: Couldnt Checkout files using http > > Hi, > > I'm unable to checkout the files using "http". Well, if I'm using "file" > the checkout is going fine. I'm encountering the following error message > when I'm doing checkout using http. > > Error Could not open the requested SVN File System.. > > When I tried to view the repo using websvn I'm encountering the following > error message. > > Warning: Invalid argument supplied for foreach() in > C:\wamp2\www\websvn\listing.php on line 104 > > ------------------------------------------------------ > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessage Id > =1725407 > > To unsubscribe from this discussion, e-mail: [users- > unsubscribe_at_tortoisesvn.tigris.org]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1728047 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 4 of 5 == Date: Wed, Apr 15 2009 7:42 am From: Kurt Pruenner Bob Archer wrote: > Make sure you delete ALL the file: based WC's and only access it via > HTTP. Shouldn't relocating those working copies to the HTTP url have the same effect, but without having to delete everything? -- Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria .......It might be written "Mindfuck", but it's spelt "L-A-I-N"....... np: Jared Emerson-Johnson - Freelance Panic (Sam & Max Season Two OST (Disc 1)) ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1728203 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 5 of 5 == Date: Wed, Apr 15 2009 8:37 am From: Bob Archer > Bob Archer wrote: > > Make sure you delete ALL the file: based WC's and only access it via > > HTTP. > > Shouldn't relocating those working copies to the HTTP url have the same > effect, but without having to delete everything? I guess that is possible. My thought was you want to get TSVN to no longer be touching those files in any way. BOb ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1728832 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: Open Folder Dialog doesn't appear all the time http://groups.google.com/group/tortoisesvn/t/b49dc373ba3212b9?hl=en ============================================================================== == 1 of 1 == Date: Wed, Apr 15 2009 5:58 am From: David Balažic Hi! I also think the current behavior is not good: - the button has two functions: Folder browser (to select a folder in the filesystem) and repository browser and the third "function": disabled It is hard to guess which function is when active and why it is sometimes suddenly disabled. Also, it is disabled, when there is a valid file: URL entered, then later, it is enabled, when the very same URL is in the text field. Regards, David > -----Original Message----- > From: Jean-Marc van Leerdam [mailto:j.m..van.leerdam_at_gmail.com] > Sent: Wednesday, April 15, 2009 7:21 AM > To: users_at_tortoisesvn.tigris.org > Subject: Re: Open Folder Dialog doesn't appear all the time > > Hi Roman, > > 2009/4/14 Roman Käppeler <rkaeppeler_at_web.de>: > > Hi all, > > > > in the "Checkout"-DialogBox of TortoiseSVN there is a > button to select a > > folder for the "URL of respository". > > > > Unfortunately, if you click on the "..."-Button it doesn't > always show > > the "Open Folder"-Dialog. > > And that is good, since there are probably a lot more users using the > svn:, http: or https: protocol than there are users using the file: > protocol. And only the file: protocol needs the Open Folder dialog. > > > If the Textfield beside this button already > > has a valid URL (e.g. file:////a/b/c) from a previous checkout, you > > won't see the DialogBox unless you delete as many > characters that the > > URL isn't valid anymore. If there is a valid URL in the > Textfield, e.g. > > from a previous checkout, the "Repository-Browser"-Dialog > will appear > > instead of the "Open Folder"-Dialog. > > > > And that is a good think IMHO.. You can still switch to another > repository from that dialog as well, even those accessed via file:. > > > If the textfield for "URL of repository" is empty, the > "..."-Button is > > also disabled, which isn't good and should also be changed. > This Button > > should ALWAYS be enabled to select a folder. > > Maybe, but I think it is better to first decide on the protocol you > want to use, and then activate the '...' button as soon as a > reasonable default can be guessed (which is how it works at the moment > IIRC). > > -- > Regards, > > Jean-Marc > -- > . ___ > . @@ // \\ "De Chelonian Mobile" > . (_,\/ \_/ \ TortoiseSVN > . \ \_/_\_/> The coolest Interface to (Sub)Version Control > . /_/ \_\ http://tortoisesvn.net > > ------------------------------------------------------ > http://tortoisesvn..tigris.org/ds/viewMessage.do?dsForumId=4061 > &dsMessageId=1721799 > > To unsubscribe from this discussion, e-mail: > [users-unsubscribe_at_tortoisesvn.tigris.org]. > ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1726987 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: Cannot commit after selecting log message from history http://groups.google.com/group/tortoisesvn/t/82db75ff072b6bd8?hl=en ============================================================================== == 1 of 3 == Date: Wed, Apr 15 2009 6:25 am From: Heiko Tappe But no problem when I copy & paste exactly the same message text. I get a hint saying (in german): Nur Zahlen (ggf. durch Kommata separiert) sind zugelassen. Might be in english something like: Only numbers (comma separated) allowed. TortoiseSVN 1.6.99, Build 15992 - 32 Bit -dev, 2009/03/29 23:25:15 --Heiko ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1727146 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 2 of 3 == Date: Wed, Apr 15 2009 9:15 am From: Stefan Küng Heiko Tappe wrote: > But no problem when I copy & paste exactly the same message text. > I get a hint saying (in german): Nur Zahlen (ggf. durch Kommata separiert) sind zugelassen. > Might be in english something like: Only numbers (comma separated) allowed. * what are your bugtraq: properties set to? * what is the log message you select/paste? Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1729264 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].. == 3 of 3 == Date: Wed, Apr 15 2009 3:03 pm From: webpost_at_tigris.org I have the same problem. When I select a recent message the message "Only numbers (optionally seperated by commas) are allowed!". My logregex will contain letters too, so I even tried adding bugtraq:number=false, but still has the error. My properties are: bugtraq:logregex \[[A-Z]{1,2}-[0-9]+\] [A-Z]{1,2}-[0-9]+ bugtraq:url http://dev.acclipse.com/VersionOne/assetdetail.v1?Number=%BUGID% bugtraq:warnifnoissue true My "Recent messages" will contain text such as "[B-9999] Did some work". I assume it is related to new feature #2 in changelog for 1.6.1. cheers Tim Bailey ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1733709 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: Redevelope backend database access http://groups.google.com/group/tortoisesvn/t/60d1fbb99039daec?hl=en ============================================================================== == 1 of 1 == Date: Wed, Apr 15 2009 7:42 am From: Bob Archer You really should read the chapter on Branching and Merging in the svn book. It has several strategies that you might use. You could go with a feature branch or a release branch. Basically you need to branch. http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.branchmerge BOb > -----Original Message----- > From: Alan Tse [mailto:alan.tse_at_trafficnet.com.au] > Sent: Tuesday, April 14, 2009 6:55 PM > To: users_at_tortoisesvn.tigris.org > Subject: RE: Re: Redevelope backend database access > > Hi, > > Our application is pretty old, might be say all the data access > components(access the .dbf files) are put into a data module unit (we use > Delphi), this is one of the places need to replace the old components with > the new MySQL access components (Zeos components) and its SQL statements. > > Also in the other units (such as forms, screens), there are places using > these old components specific ways to access the record sets. So not only > the data access layer need to be modified. > > However, as you mentioned, the existing software are still need to be > fixed if any bugs come up. > > ------------------------------------------------------ > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessage Id > =1717337 > > To unsubscribe from this discussion, e-mail: [users- > unsubscribe_at_tortoisesvn.tigris.org]. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1728186 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: SVN 1.6.1 upgrade - Ubuntu http://groups.google.com/group/tortoisesvn/t/ca88bc3676e3de18?hl=en ============================================================================== == 1 of 3 == Date: Wed, Apr 15 2009 7:50 am From: "Werner F. Bruhin" I currently have my svn repo on an Ubuntu machine with svn 1.4.6. Wanted to get to something a bit more up to date, ideally 1.6.1 but can not find instructions on how to upgrade. Was on Ubuntu 7.04, so upgraded to Ubuntu 8.10 but svn did not get upgraded - also I thought it would go up to 1.5.x. Can anyone enlighten me. I did find this but it is not clear if the person using/asking about it managed to get past the problems he had when he tried it. sudo apt-get upgrade subversion or .....? Thanks Werner ** ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1728286 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 2 of 3 == Date: Wed, Apr 15 2009 7:55 am From: Andy Levy On Wed, Apr 15, 2009 at 10:50, Werner F. Bruhin <werner.bruhin_at_free.fr> wrote: > I currently have my svn repo on an Ubuntu machine with svn 1.4.6. > > Wanted to get to something a bit more up to date, ideally 1..6.1 but can > not find instructions on how to upgrade. > > Was on Ubuntu 7.04, so upgraded to Ubuntu 8.10 but svn did not get > upgraded - also I thought it would go up to 1.5.x. > > Can anyone enlighten me. > > I did find this but it is not clear if the person using/asking about it > managed to get past the problems he had when he tried it. > > sudo apt-get upgrade subversion The Subversion project does not publish "official" binaries for any OS distribution. If you need help upgrading using Ubuntu's repositories, you really ought to be asking in their support venues. ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1728298 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 3 of 3 == Date: Wed, Apr 15 2009 1:19 pm From: "Werner F. Bruhin" Werner F. Bruhin wrote: > I currently have my svn repo on an Ubuntu machine with svn 1.4.6.. > > Wanted to get to something a bit more up to date, ideally 1.6.1 but can > not find instructions on how to upgrade. > > Was on Ubuntu 7.04, so upgraded to Ubuntu 8.10 but svn did not get > upgraded - also I thought it would go up to 1.5.x. > > Can anyone enlighten me. > > I did find this but it is not clear if the person using/asking about it > managed to get past the problems he had when he tried it. > > sudo apt-get upgrade subversion > > or .....? > Just for the archive. After getting all the updates for Ubuntu 8.10 (using the Update Manager) and then rebooting the machine I was up on 1.5.1 of svn which is the version included/supported by Ubuntu for 8.10. Werner ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1732130 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: TortoiseSVN 1.6 and Windows 2000 http://groups.google.com/group/tortoisesvn/t/d5a2e3c7271a7af8?hl=en ============================================================================== == 1 of 2 == Date: Wed, Apr 15 2009 8:12 am From: webpost_at_tigris.org Hi, TortoiseSVN seems not to work anymore on my Windows 2000SP4 virtual machine, starting from V1.6.0 (also tested with V1.6.1): the contextual menus are there, but they do nothing, even basic ones such as "About" or "Settings". Am I alone ? Regards, Jess ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1728396 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 2 of 2 == Date: Wed, Apr 15 2009 9:27 am From: Stefan Küng webpost_at_tigris.org wrote: > Hi, > > TortoiseSVN seems not to work anymore on my Windows 2000SP4 virtual > machine, starting from V1.6.0 (also tested with V1.6.1): the > contextual menus are there, but they do nothing, even basic ones such > as "About" or "Settings". > > Am I alone ? Just tested on my Win2k VM (Win2k with all SPs and updates). Works just fine. Are you maybe missing a service pack? Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1729562 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: Error When Installing. http://groups.google.com/group/tortoisesvn/t/c8efcac8a370e383?hl=en ============================================================================== == 1 of 1 == Date: Wed, Apr 15 2009 8:53 am From: Stefan Küng webpost_at_tigris.org wrote: > I got this error during the installation. > I am running Windows 7, but that shouldn't matter. this can happen if there is a reboot pending and no more actions can be merged into the current set. So, reboot. Then try installing again. If that doesn't work, uninstall TSVN, reboot, try again. If that still doesn't work, get the msi cleanup tool from here: http://support.microsoft.com/kb/290301 and remove any trace of any previous or failed TSVN installation. Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1728986 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: 1.6.1: wrong context menu on unversioned files on network drive http://groups.google.com/group/tortoisesvn/t/4051f9e6798b9642?hl=en ============================================================================== == 1 of 2 == Date: Wed, Apr 15 2009 8:57 am From: Stefan Küng Alexander Dahl wrote: > Hi Stefan, > >> Is your path on a mapped drive? > > What path? The path of the working copy? This is, as I already said > before, on drive N:\ which is a network share so I assume yes, it's a > mapped drive, if I understand correctly a drive letter mapped to a > \\someserver\some\path thing. I've tested this now on my home pc (has three Vista network shares mounted) and my office pc (has seven SAMBA shares mounted, two different SAMBA versions): the menu was shown correctly for both versioned and unversioned items. There must be something very different on your setup. Did you try running an update/cleanup on your working copies? They might still be in the old 1..5.x format and update/cleanup would update them. Do you have full access to the working copy (including rights to change permissions)? Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1729004 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. == 2 of 2 == Date: Wed, Apr 15 2009 11:45 pm From: Alexander Dahl Hi Stefan, > There must be something very different on your setup. Did you try > running an update/cleanup on your working copies? They might still be in > the old 1.5.x format and update/cleanup would update them. I did an update/cleanup now (although I usually do an update frequently while working). This doesn't help. I did two clean checkouts now, one on local hard drive one on the mapped network drive. I copied another file, an unversioned file, to both folders. When right clicking this file on the local hard drive the context menu allows me to add or ignore the file. On the network drive I get the same context menu on the unversioned file as for each versioned file. I am not able to add or ignore the unversioned file on the network drive. > Do you have full access to the working copy (including rights to change > permissions)? Yes, full access for me. Greets Alex -- ***** http://www.lespocky.de ******************************* GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 ============================================================================== TOPIC: Compiling with capieng enabled for smart card authentication http://groups.google.com/group/tortoisesvn/t/53d8db3a785c776d?hl=en ============================================================================== == 1 of 1 == Date: Wed, Apr 15 2009 9:11 am From: Stefan Küng Lucas Johnson wrote: > Thanks, I checked my PATH and realized that I still had WiX version 3 > in my PATH. Changing this to WiX version 2 solved my problem for > compiling version 1.5.5. And I was able to successfully get smart > card authentication working building version 1.5.5. > > However, I still cannot get smart card authentication to work > properly for version 1.6.0 and newer with OpenSSL 0.9.8k. > > Any thoughts? Can you describe what exactly is different between those versions? Also, the reason I had to deactivate this is that it's not really implemented in Subversion and therefor the default handling of OpenSSL doesn't work as you might expect... Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1729191 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: Suggestion for "Export selection to..." dialog http://groups.google.com/group/tortoisesvn/t/92a918ea6a8eb665?hl=en ============================================================================== == 1 of 1 == Date: Wed, Apr 15 2009 9:12 am From: Stefan Küng Will Huang wrote: > There is a "Export selection to..." dialog, but the dialog always > start from "My Document". > > Is it possible change this dialog to another format of folder > selection dialog? If there is a way to copy/paste folder path in the > dialog that will be so much better. There are several places for an "export selection to" dialog. Which one do you mean? Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1729208 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: TortoiseSVN 1.6.1: files are automatically selected on refresh in the Commit dialog. http://groups.google.com/group/tortoisesvn/t/0c03522847dfe6f8?hl=en ============================================================================== == 1 of 1 == Date: Wed, Apr 15 2009 10:13 am From: Stefan Küng Alexander Iljin wrote: > Hello! > > Create a "tmp" repository with two empty files: > /file1 > /file2 > > Checkout the repository root into "tmp.wc" folder. > Modify "file1". > Call the Commit dialog for the "tmp.wc" folder. > > The Commit dialog file list contains the "file1" - with or without the > checkmark next to it according to the following option: > TortoiseSVN - Settings... - General - Dialog 2 - Commit - "Select items > automatically" > So far so good. > > While the Commit dialog is still open, modify "file2" in "tmp.wc". Hit F5 to > refresh the file list in the Commit dialog. > Expected behaviour: "file2" appears in the list with its checkmark set or > unset according to the "Select items automatically" option. > Actual behaviour: "file2" appears WITH the checkmark irrespective of the > option. The option is only for startup of the commit dialog, not refreshes. The reason is that when refreshing, new items that are detected are important and therefore checked by default. That was requested by users to work this way. Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage..do?dsForumId=4061&dsMessageId=1730202 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== TOPIC: Re-2: Cannot commit after selecting log message from history http://groups.google.com/group/tortoisesvn/t/4bca56177e6d33bd?hl=en ============================================================================== == 1 of 1 == Date: Wed, Apr 15 2009 11:32 pm From: Heiko Tappe log message: #4968: N - Scannung Beladung und Entladung: nur 20stellige NVE zulassen #5167: N - PS.Typen: DB-erweiterungen und Maskenanpassungen Metadatenänderungen von LH bugtraq:logregex: #(\d+) (\d+) * what are your bugtraq: properties set to? * what is the log message you select/paste? Stefan ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1741081 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. ============================================================================== You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To post to this group, send email to users@tortoisesvn.tigris.org or visit http://groups.google.com/group/tortoisesvn?hl=en To unsubscribe from this group, send email to tortoisesvn+unsubscribe_at_googlegroups.com To change the way you get mail from this group, visit: http://groups.google.com/group/tortoisesvn/subscribe?hl=en To report abuse, send email explaining the problem to abuse_at_googlegroups.com ============================================================================== Google Groups: http://groups.google.com/?hl=en ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1800978 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].Received on 2009-04-19 05:19:23 CEST |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.