Using SoS command line

If you are having a problem using SourceOffSite, post a message here.

Moderator: SourceGear

Post Reply
abhijit
Posts: 2
Joined: Thu Jan 11, 2007 5:51 am

Using SoS command line

Post by abhijit » Thu Jan 11, 2007 6:02 am

Hello Friends,

I am using SoS.
I want to use command line to chechin the files.

I want to add comments to the checked-in file.
But comments are too big that I can not include it in a single line.

I want to insert my comments in a text file and send that text file as an argument in the check in command line, like we do in VSS with '@'.

Is there any way I can do that?

I will very thankful if anyone could help.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Thu Jan 11, 2007 1:07 pm

Sorry, the command line doesn't read file contents.

abhijit
Posts: 2
Joined: Thu Jan 11, 2007 5:51 am

Multiple line comments for checkin process through a command

Post by abhijit » Thu Jan 18, 2007 8:31 am

Hello Beth,

Thanks for the reply.

But my query is not yet solved.

When I am adding check-in comments through UI it is taking multiple line comments, but when I am trying do to this using command line, it is not allowing me to add multiple comments this way.

Is there any solution for this?
Is there any possible way to add multiple line comments for checkin process through a command line? Without this our scripts will not work.

Thanks and Best Regards,

Abhijit

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Thu Jan 18, 2007 1:41 pm

Sorry, but the command line expects commands to be on separate lines. So you wouldn't be able to have a comment that has line breaks in it.

I can add a feature request or you can get the command line client source code to modify it for what you need.

Post Reply