`svn status` since repoman supports category-level and repo-level
commits.
svn path=/main/trunk/; revision=10858
if vcs == "cvs":
myf=open(checkdir+"/CVS/Entries","r")
if vcs == "svn":
- myf=os.popen("svn list")
+ myf = os.popen("svn list " + checkdir)
myl=myf.readlines()
myf.close()
for l in myl:
if l[-7:] == ".ebuild":
eadded.append(l[:-7])
if vcs == "svn":
- myf=os.popen("svn status")
+ myf = os.popen("svn status " + checkdir)
myl=myf.readlines()
myf.close()
for l in myl: