Quantcast

url doesn't exist in the repository

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

url doesn't exist in the repository

DavidA
Hi
 
I hope I am not being stupid, but I don’t understand why Hudson complains about the following url:
 
 
Hudson reports:
 
/trunk@2264 doesn't exist in the repository
 
but the project is currently at r2759, so I believe that r2264 should exist.
 
Do I have the syntax wrong?
 
Best regards
 
David
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: url doesn't exist in the repository

Dean Yu
Re: url doesn't exist in the repository Are you referring to the validation error in the UI? I think there’s a bug filed that the validation reports this incorrectly, because it doesn’t recognize the revision, but if you actually run the job, it will work.

  -- Dean


On 8/23/10 7:08 AM, "David Aldrich" <David.Aldrich@...> wrote:

Hi

I hope I am not being stupid, but I don’t understand why Hudson complains about the following url:
 
https://<snip>/subversion/myproj/trunk@2264
<https://<snip>/subversion/myproj/trunk@2264>
 
Hudson reports:
 
/trunk@2264 doesn't exist in the repository

but the project is currently at r2759, so I believe that r2264 should exist.

Do I have the syntax wrong?
 
Best regards
 
David


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

AW: url doesn't exist in the repository

Michael Legner-2
In reply to this post by DavidA

Hi,

 

The Syntax is wrong. Hudson doesn’t support the ‘@$revisionnumber’ postfix, instead it looks for a directory with the name “trunk@2264”, which doesn’t exist in your repository.

I’ve never got it working to make Hudson check out a specific revision, although some people claim that they got it working with the parameterized trigger-plugin.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Montag, 23. August 2010 16:08
An: [hidden email]
Betreff: url doesn't exist in the repository

 

Hi

 

I hope I am not being stupid, but I don’t understand why Hudson complains about the following url:

 

 

Hudson reports:

 

/trunk@2264 doesn't exist in the repository

 

but the project is currently at r2759, so I believe that r2264 should exist.

 

Do I have the syntax wrong?

 

Best regards

 

David

 

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

RE: url doesn't exist in the repository

DavidA

Hi Michael and Dean

 

Thanks for your replies.

 

Ø  Hudson doesn’t support the ‘@$revisionnumber’ postfix

 

It’s unfortunate that the Help text states that this syntax is supported.

 

Best regards

 

David

 

From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 07:28
To: [hidden email]
Subject: AW: url doesn't exist in the repository

 

Hi,

 

The Syntax is wrong. Hudson doesn’t support the ‘@$revisionnumber’ postfix, instead it looks for a directory with the name “trunk@2264”, which doesn’t exist in your repository.

I’ve never got it working to make Hudson check out a specific revision, although some people claim that they got it working with the parameterized trigger-plugin.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Montag, 23. August 2010 16:08
An: [hidden email]
Betreff: url doesn't exist in the repository

 

Hi

 

I hope I am not being stupid, but I don’t understand why Hudson complains about the following url:

 

 

Hudson reports:

 

/trunk@2264 doesn't exist in the repository

 

but the project is currently at r2759, so I believe that r2264 should exist.

 

Do I have the syntax wrong?

 

Best regards

 

David

 

 

Click here to report this email as spam.

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

AW: RE: url doesn't exist in the repository

Michael Legner-2

Hi David,

 

Yes it stands in the help text, but tried it and never got it working. I don’t know if it is a bug or just a missing feature that should have been implemented, that’s a question for one of the developers.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Dienstag, 24. August 2010 10:56
An: [hidden email]
Betreff: RE: url doesn't exist in the repository

 

Hi Michael and Dean

 

Thanks for your replies.

 

Ø  Hudson doesn’t support the ‘@$revisionnumber’ postfix

 

It’s unfortunate that the Help text states that this syntax is supported.

 

Best regards

 

David

 

From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 07:28
To: [hidden email]
Subject: AW: url doesn't exist in the repository

 

Hi,

 

The Syntax is wrong. Hudson doesn’t support the ‘@$revisionnumber’ postfix, instead it looks for a directory with the name “trunk@2264”, which doesn’t exist in your repository.

I’ve never got it working to make Hudson check out a specific revision, although some people claim that they got it working with the parameterized trigger-plugin.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Montag, 23. August 2010 16:08
An: [hidden email]
Betreff: url doesn't exist in the repository

 

Hi

 

I hope I am not being stupid, but I don’t understand why Hudson complains about the following url:

 

 

Hudson reports:

 

/trunk@2264 doesn't exist in the repository

 

but the project is currently at r2759, so I believe that r2264 should exist.

 

Do I have the syntax wrong?

 

Best regards

 

David

 

 

Click here to report this email as spam.

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

Matthew.Webber
I don't understand why people are saying the @revision syntax does not work. It works for me.
 
Specifically, I use the parameterized build plugin, and I have a parameter SUBVERSION_REVISION, for which my help text reads:
===
The subversion revision number to check out and build.
    * To select the HEAD revision, leave this field empty (this is the default).
    * To select a particular revision, enter "@12345" (without the quotes).
===
 
Then, in the source code management section of the job config, I specify
Repository URL = <A href="https://mysvnserver/svn/trunk/something${SUBVERSION_REVISION">https://mysvnserver/svn/trunk/something${SUBVERSION_REVISION}
Local module directory (optional) = something
 
That all works absolutely fine. If the build is triggered automatically, it builds using a null ${SUBVERSION_REVISION}, which gets the HEAD revision.
If a build is trigged by a developer clicking the Build button, they get prompted for the revision, which they can (optionally) enter as @12345, or leave null, as required.
 
The only annoying thing is that if I edit the config, I see an annoying error message in red:
/trunk/something${SUBVERSION_REVISION}" doesn't exist in the repository. Maybe you meant "/trunk/something"?
 
Ignore the error message, it still works. The only problem is the validation of your URL; actual fetching from subversion works fine.
 
Thanks,
Matthew
 


From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 12:54
To: [hidden email]
Subject: AW: RE: url doesn't exist in the repository

Hi David,

 

Yes it stands in the help text, but tried it and never got it working. I don’t know if it is a bug or just a missing feature that should have been implemented, that’s a question for one of the developers.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Dienstag, 24. August 2010 10:56
An: [hidden email]
Betreff: RE: url doesn't exist in the repository

 

Hi Michael and Dean

 

Thanks for your replies.

 

Ø  Hudson doesn’t support the ‘@$revisionnumber’ postfix

 

It’s unfortunate that the Help text states that this syntax is supported.

 

Best regards

 

David

 

From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 07:28
To: [hidden email]
Subject: AW: url doesn't exist in the repository

 

Hi,

 

The Syntax is wrong. Hudson doesn’t support the ‘@$revisionnumber’ postfix, instead it looks for a directory with the name “trunk@2264”, which doesn’t exist in your repository.

I’ve never got it working to make Hudson check out a specific revision, although some people claim that they got it working with the parameterized trigger-plugin.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Montag, 23. August 2010 16:08
An: [hidden email]
Betreff: url doesn't exist in the repository

 

Hi

 

I hope I am not being stupid, but I don’t understand why Hudson complains about the following url:

 

 

Hudson reports:

 

/trunk@2264 doesn't exist in the repository

 

but the project is currently at r2759, so I believe that r2264 should exist.

 

Do I have the syntax wrong?

 

Best regards

 

David

 

 

Click here to report this email as spam.


 

-- 

This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

AW: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

Michael Legner-2

Hi Matthew,

I just tried again as you stated in your post, and this is the result:

 

 

Started by user leg

Location 'https:/svn.repository/path/to/trunk${SVN_REVISION}' does not exist

Checking out a fresh workspace because the workspace is not https:/svn.repository/path/to/trunk${SVN_REVISION}

Checking out https:/svn. repository /path/to/trunk${SVN_REVISION}

ERROR: Failed to check out https:/svn. repository /path/to/trunk${SVN_REVISION}

org.tmatesoft.svn.core.SVNException: svn: URL 'https:/svn. repository /path/to/trunk$%7BSVN_REVISION%7D' doesn't exist

     at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)

     at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)

     at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:902)

     at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:742)

     at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:660)

     at hudson.FilePath.act(FilePath.java:753)

     at hudson.FilePath.act(FilePath.java:735)

     at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:653)

     at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:601)

     at hudson.model.AbstractProject.checkout(AbstractProject.java:1054)

     at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)

     at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)

     at hudson.model.Run.run(Run.java:1248)

     at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)

     at hudson.model.ResourceController.execute(ResourceController.java:88)

     at hudson.model.Executor.run(Executor.java:129)

[WARNINGS] Skipping publisher since build result is FAILURE

Archiving artifacts

Recording fingerprints

Performing Post build task...

Could not match :0 error  : False

Logical operation result is FALSE

Skipping script  : powershell.exe "& {scripts\post_build_commit.ps1; exit $lastexitcode }"

END OF POST BUILD TASK     : 0

An attempt to send an e-mail to empty list of recipients, ignored.

Finished: FAILURE

 

When I started the build, I also didn’t got the chance to specify the revision. Parameterized Trigger PlugIn is installed and working, I’m using it to pass other parameters to downstream jobs. SVN_REVISION is a standard variable already defined by Hudson.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: [hidden email] [mailto:[hidden email]]
Gesendet: Dienstag, 24. August 2010 14:48
An: [hidden email]
Betreff: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

 

I don't understand why people are saying the @revision syntax does not work. It works for me.

 

Specifically, I use the parameterized build plugin, and I have a parameter SUBVERSION_REVISION, for which my help text reads:

===

The subversion revision number to check out and build.

    * To select the HEAD revision, leave this field empty (this is the default).
    * To select a particular revision, enter "@12345" (without the quotes).

===

 

Then, in the source code management section of the job config, I specify

Local module directory (optional) = something

 

That all works absolutely fine. If the build is triggered automatically, it builds using a null ${SUBVERSION_REVISION}, which gets the HEAD revision.

If a build is trigged by a developer clicking the Build button, they get prompted for the revision, which they can (optionally) enter as @12345, or leave null, as required.

 

The only annoying thing is that if I edit the config, I see an annoying error message in red:

/trunk/something${SUBVERSION_REVISION}" doesn't exist in the repository. Maybe you meant "/trunk/something"?

 

Ignore the error message, it still works. The only problem is the validation of your URL; actual fetching from subversion works fine.

 

Thanks,

Matthew

 

 


From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 12:54
To: [hidden email]
Subject: AW: RE: url doesn't exist in the repository

Hi David,

 

Yes it stands in the help text, but tried it and never got it working. I don’t know if it is a bug or just a missing feature that should have been implemented, that’s a question for one of the developers.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Dienstag, 24. August 2010 10:56
An: [hidden email]
Betreff: RE: url doesn't exist in the repository

 

Hi Michael and Dean

 

Thanks for your replies.

 

Ø  Hudson doesn’t support the ‘@$revisionnumber’ postfix

 

It’s unfortunate that the Help text states that this syntax is supported.

 

Best regards

 

David

 

From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 07:28
To: [hidden email]
Subject: AW: url doesn't exist in the repository

 

Hi,

 

The Syntax is wrong. Hudson doesn’t support the ‘@$revisionnumber’ postfix, instead it looks for a directory with the name “trunk@2264”, which doesn’t exist in your repository.

I’ve never got it working to make Hudson check out a specific revision, although some people claim that they got it working with the parameterized trigger-plugin.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Montag, 23. August 2010 16:08
An: [hidden email]
Betreff: url doesn't exist in the repository

 

Hi

 

I hope I am not being stupid, but I don’t understand why Hudson complains about the following url:

 

 

Hudson reports:

 

/trunk@2264 doesn't exist in the repository

 

but the project is currently at r2759, so I believe that r2264 should exist.

 

Do I have the syntax wrong?

 

Best regards

 

David

 

 

Click here to report this email as spam.

 

 

-- 

This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 

 

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

RE: AW: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

Matthew.Webber
I presume that is https:// not http:/ (two / not one)
The variable name I used was SUBVERSION_REVISION *not* SVN_REVISION. If the latter is used by Hudson, then I suggest not reusing it.
I am running Linux; it looks like you are on Windows; could that be a factor?
Thanks,
Matthew
 


From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 14:16
To: [hidden email]
Subject: AW: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

Hi Matthew,

I just tried again as you stated in your post, and this is the result:

 

 

Started by user leg

Location 'https:/svn.repository/path/to/trunk${SVN_REVISION}' does not exist

Checking out a fresh workspace because the workspace is not https:/svn.repository/path/to/trunk${SVN_REVISION}

Checking out https:/svn. repository /path/to/trunk${SVN_REVISION}

ERROR: Failed to check out https:/svn. repository /path/to/trunk${SVN_REVISION}

org.tmatesoft.svn.core.SVNException: svn: URL 'https:/svn. repository /path/to/trunk$%7BSVN_REVISION%7D' doesn't exist

     at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)

     at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)

     at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:902)

     at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:742)

     at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:660)

     at hudson.FilePath.act(FilePath.java:753)

     at hudson.FilePath.act(FilePath.java:735)

     at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:653)

     at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:601)

     at hudson.model.AbstractProject.checkout(AbstractProject.java:1054)

     at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)

     at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)

     at hudson.model.Run.run(Run.java:1248)

     at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)

     at hudson.model.ResourceController.execute(ResourceController.java:88)

     at hudson.model.Executor.run(Executor.java:129)

[WARNINGS] Skipping publisher since build result is FAILURE

Archiving artifacts

Recording fingerprints

Performing Post build task...

Could not match :0 error  : False

Logical operation result is FALSE

Skipping script  : powershell.exe "& {scripts\post_build_commit.ps1; exit $lastexitcode }"

END OF POST BUILD TASK     : 0

An attempt to send an e-mail to empty list of recipients, ignored.

Finished: FAILURE

 

When I started the build, I also didn’t got the chance to specify the revision. Parameterized Trigger PlugIn is installed and working, I’m using it to pass other parameters to downstream jobs. SVN_REVISION is a standard variable already defined by Hudson.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: [hidden email] [mailto:[hidden email]]
Gesendet: Dienstag, 24. August 2010 14:48
An: [hidden email]
Betreff: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

 

I don't understand why people are saying the @revision syntax does not work. It works for me.

 

Specifically, I use the parameterized build plugin, and I have a parameter SUBVERSION_REVISION, for which my help text reads:

===

The subversion revision number to check out and build.

    * To select the HEAD revision, leave this field empty (this is the default).
    * To select a particular revision, enter "@12345" (without the quotes).

===

 

Then, in the source code management section of the job config, I specify

Local module directory (optional) = something

 

That all works absolutely fine. If the build is triggered automatically, it builds using a null ${SUBVERSION_REVISION}, which gets the HEAD revision.

If a build is trigged by a developer clicking the Build button, they get prompted for the revision, which they can (optionally) enter as @12345, or leave null, as required.

 

The only annoying thing is that if I edit the config, I see an annoying error message in red:

/trunk/something${SUBVERSION_REVISION}" doesn't exist in the repository. Maybe you meant "/trunk/something"?

 

Ignore the error message, it still works. The only problem is the validation of your URL; actual fetching from subversion works fine.

 

Thanks,

Matthew

 

 


From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 12:54
To: [hidden email]
Subject: AW: RE: url doesn't exist in the repository

Hi David,

 

Yes it stands in the help text, but tried it and never got it working. I don’t know if it is a bug or just a missing feature that should have been implemented, that’s a question for one of the developers.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Dienstag, 24. August 2010 10:56
An: [hidden email]
Betreff: RE: url doesn't exist in the repository

 

Hi Michael and Dean

 

Thanks for your replies.

 

Ø  Hudson doesn’t support the ‘@$revisionnumber’ postfix

 

It’s unfortunate that the Help text states that this syntax is supported.

 

Best regards

 

David

 

From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 07:28
To: [hidden email]
Subject: AW: url doesn't exist in the repository

 

Hi,

 

The Syntax is wrong. Hudson doesn’t support the ‘@$revisionnumber’ postfix, instead it looks for a directory with the name “trunk@2264”, which doesn’t exist in your repository.

I’ve never got it working to make Hudson check out a specific revision, although some people claim that they got it working with the parameterized trigger-plugin.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Montag, 23. August 2010 16:08
An: [hidden email]
Betreff: url doesn't exist in the repository

 

Hi

 

I hope I am not being stupid, but I don’t understand why Hudson complains about the following url:

 

 

Hudson reports:

 

/trunk@2264 doesn't exist in the repository

 

but the project is currently at r2759, so I believe that r2264 should exist.

 

Do I have the syntax wrong?

 

Best regards

 

David

 

 

Click here to report this email as spam.

 

 

-- 

This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 

 


 

-- 

This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: AW: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

Kedar Mhaswade-3
On 08/24/2010 07:42 AM, [hidden email] wrote:
> I presume that is https:// not http:/ (two / not one)
> The variable name I used was SUBVERSION_REVISION *not* SVN_REVISION.
> If the latter is used by Hudson, then I suggest not reusing it.
> I am running Linux; it looks like you are on Windows; could that be a
> factor?
> Thanks,
> Matthew
BTW, my Thunderbird client said this message may be a scam :(

Regarding Subversion, at least there are a few issues here.

- Checking out a particular revision of the svn source tree seems to
work like the help text says.
   It does check out the source tree at the revision specified by @NNN
at the end of the URL.
   I'd have much preferred to keep the SVN URL independent of the
revision number though. (i.e.
   two separate textboxes).
- The form validation logic seems deficient in that it does not work
with svn authentication. That's
   something that should be fixed.
- My understanding is that the environment variable name is
SVN_REVISION. And yes, it does
   not get set when using @NNN URL syntax. See:
http://issues.hudson-ci.org/browse/HUDSON-4870
   This issue too is worth fixing.

-Kedar

>
>     ------------------------------------------------------------------------
>     *From:* Michael Legner [mailto:[hidden email]]
>     *Sent:* 24 August 2010 14:16
>     *To:* [hidden email]
>     *Subject:* AW: Specifying subversion revision to check out (WAS:
>     url doesn't exist in the repository)
>
>     Hi Matthew,
>
>     I just tried again as you stated in your post, and this is the result:
>
>     Started by user leg
>
>     Location 'https:/svn.repository/path/to/trunk${SVN_REVISION}' does
>     not exist
>
>     Checking out a fresh workspace because the workspace is not
>     https:/svn.repository/path/to/trunk${SVN_REVISION}
>
>     Checking out https:/svn. repository /path/to/trunk${SVN_REVISION}
>
>     ERROR: Failed to check out https:/svn. repository
>     /path/to/trunk${SVN_REVISION}
>
>     org.tmatesoft.svn.core.SVNException: svn: URL 'https:/svn.
>     repository /path/to/trunk$%7BSVN_REVISION%7D' doesn't exist
>
>          at
>     org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
>
>          at
>     org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
>
>          at
>     org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:902)
>
>          at
>     hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:742)
>
>          at
>     hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:660)
>
>          at hudson.FilePath.act(FilePath.java:753)
>
>          at hudson.FilePath.act(FilePath.java:735)
>
>          at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:653)
>
>          at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:601)
>
>          at
>     hudson.model.AbstractProject.checkout(AbstractProject.java:1054)
>
>          at
>     hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
>
>          at
>     hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
>
>          at hudson.model.Run.run(Run.java:1248)
>
>          at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
>
>          at
>     hudson.model.ResourceController.execute(ResourceController.java:88)
>
>          at hudson.model.Executor.run(Executor.java:129)
>
>     [WARNINGS] Skipping publisher since build result is FAILURE
>
>     Archiving artifacts
>
>     Recording fingerprints
>
>     Performing Post build task...
>
>     Could not match :0 error  : False
>
>     Logical operation result is FALSE
>
>     Skipping script  : powershell.exe "&
>     {scripts\post_build_commit.ps1; exit $lastexitcode }"
>
>     END OF POST BUILD TASK     : 0
>
>     An attempt to send an e-mail to empty list of recipients, ignored.
>
>     Finished: FAILURE
>
>     When I started the build, I also didn�t got the chance to specify
>     the revision. Parameterized Trigger PlugIn is installed and
>     working, I�m using it to pass other parameters to downstream jobs.
>     SVN_REVISION is a standard variable already defined by Hudson.
>
>     *Michael Legner*
>
>     --
>     Tel. +49 7365 9645- 0
>     Fax +49 7365 9645-10
>     Web: http://www.holometric.de
>
>     Holometric Technologies Forschungs- und Entwicklungs-GmbH
>     Willy-Messerschmitt-Str. 1, 73457 Essingen
>     Gesch�ftsf�hrer: Dr. Kai-Udo Modrich
>     Prokurist: Dipl.-Ing. (FH) Roland Fr�wis
>     Sitz der Gesellschaft: 73457 Essingen, Deutschland
>     Handelsregister: Amtsgericht Ulm, HRB 501547
>     USt-IdNr.: DE 232923598
>
>     *Von:* [hidden email]
>     [mailto:[hidden email]]
>     *Gesendet:* Dienstag, 24. August 2010 14:48
>     *An:* [hidden email]
>     *Betreff:* Specifying subversion revision to check out (WAS: url
>     doesn't exist in the repository)
>
>     I don't understand why people are saying the @revision syntax does
>     not work. It works for me.
>
>     Specifically, I use the parameterized build plugin, and I have a
>     parameter SUBVERSION_REVISION, for which my help text reads:
>
>     ===
>
>     The subversion revision number to check out and build.
>
>         * To select the HEAD revision, leave this field empty (this is
>     the default).
>         * To select a particular revision, enter "@12345" (without the
>     quotes).
>
>     ===
>
>     Then, in the source code management section of the job config, I
>     specify
>
>     Repository URL =
>     https://mysvnserver/svn/trunk/something${SUBVERSION_REVISION
>     <https://mysvnserver/svn/trunk/something$%7bSUBVERSION_REVISION>}
>
>     Local module directory (optional) = something
>
>     That all works absolutely fine. If the build is triggered
>     automatically, it builds using a null ${SUBVERSION_REVISION},
>     which gets the HEAD revision.
>
>     If a build is trigged by a developer clicking the Build button,
>     they get prompted for the revision, which they can (optionally)
>     enter as @12345, or leave null, as required.
>
>     The only annoying thing is that if I edit the config, I see an
>     annoying error message in red:
>
>     /trunk/something${SUBVERSION_REVISION}" doesn't exist in the
>     repository. Maybe you meant "/trunk/something"?
>
>     Ignore the error message, it still works. The only problem is the
>     validation of your URL; actual fetching from subversion works fine.
>
>     Thanks,
>
>     Matthew
>
>         ------------------------------------------------------------------------
>
>         *From:* Michael Legner [mailto:[hidden email]]
>         *Sent:* 24 August 2010 12:54
>         *To:* [hidden email]
>         *Subject:* AW: RE: url doesn't exist in the repository
>
>         Hi David,
>
>         Yes it stands in the help text, but tried it and never got it
>         working. I don�t know if it is a bug or just a missing feature
>         that should have been implemented, that�s a question for one
>         of the developers.
>
>         *Michael Legner*
>
>         --
>         Tel. +49 7365 9645- 0
>         Fax +49 7365 9645-10
>         Web: http://www.holometric.de
>
>         Holometric Technologies Forschungs- und Entwicklungs-GmbH
>         Willy-Messerschmitt-Str. 1, 73457 Essingen
>         Gesch�ftsf�hrer: Dr. Kai-Udo Modrich
>         Prokurist: Dipl.-Ing. (FH) Roland Fr�wis
>         Sitz der Gesellschaft: 73457 Essingen, Deutschland
>         Handelsregister: Amtsgericht Ulm, HRB 501547
>         USt-IdNr.: DE 232923598
>
>         *Von:* David Aldrich [mailto:[hidden email]]
>         *Gesendet:* Dienstag, 24. August 2010 10:56
>         *An:* [hidden email]
>         *Betreff:* RE: url doesn't exist in the repository
>
>         Hi Michael and Dean
>
>         Thanks for your replies.
>
>         � Hudson doesn�t support the �@$revisionnumber� postfix
>
>         It�s unfortunate that the Help text states that this syntax is
>         supported.
>
>         Best regards
>
>         David
>
>         *From:* Michael Legner [mailto:[hidden email]]
>         *Sent:* 24 August 2010 07:28
>         *To:* [hidden email]
>         *Subject:* AW: url doesn't exist in the repository
>
>         Hi,
>
>         The Syntax is wrong. Hudson doesn�t support the
>         �@$revisionnumber� postfix, instead it looks for a directory
>         with the name �trunk@2264�, which doesn�t exist in your
>         repository.
>
>         I�ve never got it working to make Hudson check out a specific
>         revision, although some people claim that they got it working
>         with the parameterized trigger-plugin.
>
>         *Michael Legner*
>
>         --
>         Tel. +49 7365 9645- 0
>         Fax +49 7365 9645-10
>         Web: http://www.holometric.de
>
>         Holometric Technologies Forschungs- und Entwicklungs-GmbH
>         Willy-Messerschmitt-Str. 1, 73457 Essingen
>         Gesch�ftsf�hrer: Dr. Kai-Udo Modrich
>         Prokurist: Dipl.-Ing. (FH) Roland Fr�wis
>         Sitz der Gesellschaft: 73457 Essingen, Deutschland
>         Handelsregister: Amtsgericht Ulm, HRB 501547
>         USt-IdNr.: DE 232923598
>
>         *Von:* David Aldrich [mailto:[hidden email]]
>         *Gesendet:* Montag, 23. August 2010 16:08
>         *An:* [hidden email]
>         *Betreff:* url doesn't exist in the repository
>
>         Hi
>
>         I hope I am not being stupid, but I don�t understand why
>         Hudson complains about the following url:
>
>         https://<snip>/subversion/myproj/trunk@2264
>         <https://%3csnip%3e/subversion/myproj/trunk@2264>
>
>         Hudson reports:
>
>         /trunk@2264 doesn't exist in the repository
>
>         but the project is currently at r2759, so I believe that r2264
>         should exist.
>
>         Do I have the syntax wrong?
>
>         Best regards
>
>         David
>
>         Click here
>         <https://www.mailcontrol.com/sr/kt5u7gczHYXTndxI%21oX7UmDERUgPBTzc2aA0ec%21qOF2avKNRqLt6EJAbsd8r4Jqa+e3aRqwWADNLRkMuvIdUTQ==>
>         to report this email as spam.
>
>     --
>
>     This e-mail and any attachments may contain confidential,
>     copyright and or privileged material, and are for the use of the
>     intended addressee only. If you are not the intended addressee or
>     an authorised recipient of the addressee please notify us of
>     receipt by returning the e-mail and do not use, copy, retain,
>     distribute or disclose the information in or attached to the e-mail.
>     Any opinions expressed within this e-mail are those of the
>     individual and not necessarily of Diamond Light Source Ltd.
>     Diamond Light Source Ltd. cannot guarantee that this e-mail or any
>     attachments are free from viruses and we cannot accept liability
>     for any damage which you may sustain as a result of software
>     viruses which may be transmitted in or with the message.
>     Diamond Light Source Limited (company no. 4375679). Registered in
>     England and Wales with its registered office at Diamond House,
>     Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11
>     0DE, United Kingdom
>
>
> --
>
> This e-mail and any attachments may contain confidential, copyright
> and or privileged material, and are for the use of the intended
> addressee only. If you are not the intended addressee or an authorised
> recipient of the addressee please notify us of receipt by returning
> the e-mail and do not use, copy, retain, distribute or disclose the
> information in or attached to the e-mail.
> Any opinions expressed within this e-mail are those of the individual
> and not necessarily of Diamond Light Source Ltd.
> Diamond Light Source Ltd. cannot guarantee that this e-mail or any
> attachments are free from viruses and we cannot accept liability for
> any damage which you may sustain as a result of software viruses which
> may be transmitted in or with the message.
> Diamond Light Source Limited (company no. 4375679). Registered in
> England and Wales with its registered office at Diamond House, Harwell
> Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United
> Kingdom
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

AW: RE: AW: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

Michael Legner-2
In reply to this post by Matthew.Webber

Hi Matthew,

I played a bit with the variables and now got it working.

If I understood it correctly, SUBVERSION_REVISION is a variable you defined. So I created one and used it as you suggested in the url and it works. Seems like I just tried used the wrong variable ;)

Thanks for the help! I’m also voting for the Issue Kedar pointed out, I think that could be useful (and that variable pointed me in the wrong direction)

 

Michael

 

 

Von: [hidden email] [mailto:[hidden email]]
Gesendet: Dienstag, 24. August 2010 16:43
An: [hidden email]
Betreff: RE: AW: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

 

I presume that is https:// not http:/ (two / not one)

The variable name I used was SUBVERSION_REVISION *not* SVN_REVISION. If the latter is used by Hudson, then I suggest not reusing it.

I am running Linux; it looks like you are on Windows; could that be a factor?

Thanks,

Matthew

 

 


From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 14:16
To: [hidden email]
Subject: AW: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

Hi Matthew,

I just tried again as you stated in your post, and this is the result:

 

 

Started by user leg

Location 'https:/svn.repository/path/to/trunk${SVN_REVISION}' does not exist

Checking out a fresh workspace because the workspace is not https:/svn.repository/path/to/trunk${SVN_REVISION}

Checking out https:/svn. repository /path/to/trunk${SVN_REVISION}

ERROR: Failed to check out https:/svn. repository /path/to/trunk${SVN_REVISION}

org.tmatesoft.svn.core.SVNException: svn: URL 'https:/svn. repository /path/to/trunk$%7BSVN_REVISION%7D' doesn't exist

     at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)

     at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)

     at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:902)

     at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:742)

     at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:660)

     at hudson.FilePath.act(FilePath.java:753)

     at hudson.FilePath.act(FilePath.java:735)

     at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:653)

     at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:601)

     at hudson.model.AbstractProject.checkout(AbstractProject.java:1054)

     at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)

     at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)

     at hudson.model.Run.run(Run.java:1248)

     at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)

     at hudson.model.ResourceController.execute(ResourceController.java:88)

     at hudson.model.Executor.run(Executor.java:129)

[WARNINGS] Skipping publisher since build result is FAILURE

Archiving artifacts

Recording fingerprints

Performing Post build task...

Could not match :0 error  : False

Logical operation result is FALSE

Skipping script  : powershell.exe "& {scripts\post_build_commit.ps1; exit $lastexitcode }"

END OF POST BUILD TASK     : 0

An attempt to send an e-mail to empty list of recipients, ignored.

Finished: FAILURE

 

When I started the build, I also didn’t got the chance to specify the revision. Parameterized Trigger PlugIn is installed and working, I’m using it to pass other parameters to downstream jobs. SVN_REVISION is a standard variable already defined by Hudson.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: [hidden email] [mailto:[hidden email]]
Gesendet: Dienstag, 24. August 2010 14:48
An: [hidden email]
Betreff: Specifying subversion revision to check out (WAS: url doesn't exist in the repository)

 

I don't understand why people are saying the @revision syntax does not work. It works for me.

 

Specifically, I use the parameterized build plugin, and I have a parameter SUBVERSION_REVISION, for which my help text reads:

===

The subversion revision number to check out and build.

    * To select the HEAD revision, leave this field empty (this is the default).
    * To select a particular revision, enter "@12345" (without the quotes).

===

 

Then, in the source code management section of the job config, I specify

Local module directory (optional) = something

 

That all works absolutely fine. If the build is triggered automatically, it builds using a null ${SUBVERSION_REVISION}, which gets the HEAD revision.

If a build is trigged by a developer clicking the Build button, they get prompted for the revision, which they can (optionally) enter as @12345, or leave null, as required.

 

The only annoying thing is that if I edit the config, I see an annoying error message in red:

/trunk/something${SUBVERSION_REVISION}" doesn't exist in the repository. Maybe you meant "/trunk/something"?

 

Ignore the error message, it still works. The only problem is the validation of your URL; actual fetching from subversion works fine.

 

Thanks,

Matthew

 

 


From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 12:54
To: [hidden email]
Subject: AW: RE: url doesn't exist in the repository

Hi David,

 

Yes it stands in the help text, but tried it and never got it working. I don’t know if it is a bug or just a missing feature that should have been implemented, that’s a question for one of the developers.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Dienstag, 24. August 2010 10:56
An: [hidden email]
Betreff: RE: url doesn't exist in the repository

 

Hi Michael and Dean

 

Thanks for your replies.

 

Ø  Hudson doesn’t support the ‘@$revisionnumber’ postfix

 

It’s unfortunate that the Help text states that this syntax is supported.

 

Best regards

 

David

 

From: Michael Legner [mailto:[hidden email]]
Sent: 24 August 2010 07:28
To: [hidden email]
Subject: AW: url doesn't exist in the repository

 

Hi,

 

The Syntax is wrong. Hudson doesn’t support the ‘@$revisionnumber’ postfix, instead it looks for a directory with the name “trunk@2264”, which doesn’t exist in your repository.

I’ve never got it working to make Hudson check out a specific revision, although some people claim that they got it working with the parameterized trigger-plugin.

 

Michael Legner

--
Tel. +49 7365 9645- 0
Fax +49 7365 9645-10
Web:   http://www.holometric.de

Holometric Technologies Forschungs- und Entwicklungs-GmbH
Willy-Messerschmitt-Str. 1, 73457 Essingen
Geschäftsführer: Dr. Kai-Udo Modrich
Prokurist: Dipl.-Ing. (FH) Roland Fröwis
Sitz der Gesellschaft: 73457 Essingen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501547
USt-IdNr.: DE 232923598

 

Von: David Aldrich [mailto:[hidden email]]
Gesendet: Montag, 23. August 2010 16:08
An: [hidden email]
Betreff: url doesn't exist in the repository

 

Hi

 

I hope I am not being stupid, but I don’t understand why Hudson complains about the following url:

 

 

Hudson reports:

 

/trunk@2264 doesn't exist in the repository

 

but the project is currently at r2759, so I believe that r2264 should exist.

 

Do I have the syntax wrong?

 

Best regards

 

David

 

 

Click here to report this email as spam.

 

 

-- 

This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 

 

 

 

-- 

This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 

 

Loading...