|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
How to export via svnkit-cliIs there some problem with export? I've been trying something like:
jsvn export https://appframework.dev.java.net/svn/appframework/trunk/www/images/ On Windows XP with 1.1.7.4 (and 1.1.3) and nothing happens. If I swap out 'export' for 'co' I have more success, but I'm trying to checkout resources from our internal svn during ant build of distributions. Was trying to avoid having to recursively delete all the .svn related working files & folders? Don't get any errors and also couldn't find the cli documented anywhere? |
|
|
Re: How to export via svnkit-cliHello,
I've just tried the following command: jsvn export https://appframework.dev.java.net/svn/appframework/trunk/www/images/ export And got the following output: Error validating server certificate for 'https://appframework.dev.java.net:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! - The certificate hostname does not match. Certificate information: - Subject: CN=*.dev.java.net, OU=Domain Control Validated - RapidSSL(R), OU=See www.rapidssl. com/resources/cps (c)07, OU=GT88245645, O=*.dev.java.net, C=US - Valid: from Thu Aug 09 00:44:32 CEST 2007 until Sat Aug 09 00:44:32 CEST 2008 - Issuer: CN=Equifax Secure Global eBusiness CA-1, O=Equifax Secure Inc., C=US - Fingerprint: e9:12:f6:a0:36:fe:7d:b0:07:dd:8b:d6:c3:b6:29:ff:ba:02:03:46 (R)eject, accept (t)emporarily or accept (p)ermanently? t Authentication realm: <https://appframework.dev.java.net:443> CollabNet Subversion Repository Username: Username: Username: guest Password for 'guest': A export A export\swing-logo.png Export complete. Do you use SVNKit 1.1.7? To avoid console prompts (this is probably why the same command executed from the build script does nothing - it waits for user input), add the following options to the command: jsvn export --non-interactive --username guest --password "" .... Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! osbald wrote: > Is there some problem with export? I've been trying something like: > jsvn export > https://appframework.dev.java.net/svn/appframework/trunk/www/images/ > > On Windows XP with 1.1.7.4 (and 1.1.3) and nothing happens. If I swap out > 'export' for 'co' I have more success, but I'm trying to checkout resources > from our internal svn during ant build of distributions. Was trying to avoid > having to recursively delete all the .svn related working files & folders? > > Don't get any errors and also couldn't find the cli documented anywhere? > --------------------------------------------------------------------- To unsubscribe, e-mail: svnkit-users-unsubscribe@... For additional commands, e-mail: svnkit-users-help@... |
|
|
Re: How to export via svnkit-cliAdding the extra 'export' onto the end of the command line works for me. Why do you have to use the same command twice? I Only used java.net as a public example - our development svn doesn't require authentication. I'm using sknkit.1.1.7-4142 (nojna) with Java 1.5.0_15 if that makes any difference. |
|
|
Re: How to export via svnkit-cliHello osbald,
> Adding the extra 'export' onto the end of the command line works for me. Why > do you have to use the same command twice? It's not a command, it's a target directory where the export should come under. See help for the export command: alex@UFO:~$ svn help export export: Create an unversioned copy of a tree. usage: 1. export [-r REV] URL[@PEGREV] [PATH] 2. export [-r REV] PATH1[@PEGREV] [PATH2] 1. Exports a clean directory tree from the repository specified by URL, at revision REV if it is given, otherwise at HEAD, into PATH. If PATH is omitted, the last component of the URL is used for the local directory name. 2. Exports a clean directory tree from the working copy specified by PATH1, at revision REV if it is given, otherwise at WORKING, into PATH2. If PATH2 is omitted, the last component of the PATH1 is used for the local directory name. If REV is not specified, all local changes will be preserved. Files not under version control will not be copied. However it's odd that SVNKit cli can not work without a target directory for the export command. I'll check that. ---- Alexander Sinyushkin, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! osbald wrote: > > Adding the extra 'export' onto the end of the command line works for me. Why > do you have to use the same command twice? > > I Only used java.net as a public example - our development svn doesn't > require authentication. I'm using sknkit.1.1.7-4142 (nojna) with Java > 1.5.0_15 if that makes any difference. > > --------------------------------------------------------------------- To unsubscribe, e-mail: svnkit-users-unsubscribe@... For additional commands, e-mail: svnkit-users-help@... |
|
|
Re: How to export via svnkit-cliThe same result as my colleague Alex described:
alex@UFO:~/workspace/tmp$ jsvn export https://appframework.dev.java.net/svn/appframework/trunk/www/images/ Error validating server certificate for 'https://appframework.dev.java.net:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! - The certificate hostname does not match. Certificate information: - Subject: CN=*.dev.java.net, OU=Domain Control Validated - RapidSSL(R), OU=See www.rapidssl.com/resources/cps (c)07, OU=GT88245645, O=*.dev.java.net, C=US - Valid: from Thu Aug 09 05:44:32 NOVST 2007 until Sat Aug 09 05:44:32 NOVST 2008 - Issuer: CN=Equifax Secure Global eBusiness CA-1, O=Equifax Secure Inc., C=US - Fingerprint: e9:12:f6:a0:36:fe:7d:b0:07:dd:8b:d6:c3:b6:29:ff:ba:02:03:46 (R)eject, accept (t)emporarily or accept (p)ermanently? ---- Alexander Sinyushkin, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! osbald wrote: > > Adding the extra 'export' onto the end of the command line works for me. Why > do you have to use the same command twice? > > I Only used java.net as a public example - our development svn doesn't > require authentication. I'm using sknkit.1.1.7-4142 (nojna) with Java > 1.5.0_15 if that makes any difference. > > --------------------------------------------------------------------- To unsubscribe, e-mail: svnkit-users-unsubscribe@... For additional commands, e-mail: svnkit-users-help@... |
| Free Forum Powered by Nabble | Forum Help |