Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to return list of related files when running svn commands #172

Open
IbrahimBond opened this issue Dec 30, 2020 · 4 comments

Comments

@IbrahimBond
Copy link

IbrahimBond commented Dec 30, 2020

Currently, running add, update, or commit just calls run_external_command and nothing is returned by the functions.

In opposition, when running command svn update (respectively svn add or svn commit), svn returns the list of files updated (resp. added or committed).

It could be beneficial to have the related functions of PySVN return these list of files.

@jfthuong
Copy link

jfthuong commented Jan 4, 2021

What do you mean?

If you mean by how to get svn info on a given file (see http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.info.html), you can use the command info to do so

@IbrahimBond
Copy link
Author

i mean when i run the svn update command nothing is returned.

@jfthuong
Copy link

jfthuong commented Jan 8, 2021

I see, this is a valid point @IbrahimBond but the title is not very clear and you have not put any description.

May I suggest:
Title: "Add possibility to return list of related files when running svn commands"

Description:


Currently, running add, update, or commit just calls run_external_command and nothing is returned by the functions.

In opposition, when running command svn update (respectively svn add or svn commit), svn returns the list of files updated (resp. added or committed).

It could be beneficial to have the related functions of PySVN return these list of files.


I do not have the rights to update your issue so I let you do it.

@IbrahimBond IbrahimBond changed the title how to know if any files were update? Add possibility to return list of related files when running svn commands Jan 8, 2021
@IbrahimBond
Copy link
Author

IbrahimBond commented Jan 8, 2021

I do not have the rights to update your issue so I let you do it.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants